Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
F
finwise-miniapp-fe
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ThinhNC
  • finwise-miniapp-fe
  • Merge Requests
  • !19

Merged
Opened Aug 18, 2026 by ThinhNC@ThinhNC
  • Report abuse
Report abuse

feat(reports): enhance AI insights and localize date inputs

Summary

  • Enhanced the report dashboard with a more detailed budget overview, including spent, remaining, limit, and status breakdowns.
  • Expanded the AI insights preview to display a complete summary and up to three notable insights.
  • Preserved the report date range and currency when navigating to the detailed AI analysis.
  • Added localized date and datetime inputs using the Vietnamese DD/MM/YYYY format while preserving ISO values for forms and API payloads.
  • Standardized date formatting across transactions, reports, forms, and the application clock.
  • Updated the development server configuration and documentation to use ports 13580 and 13579.

Key Changes

  • Added reusable LocalizedDateInput and date-formatting utilities.
  • Improved invalid-date handling and Vietnam timezone consistency.
  • Added report-aware navigation and back-button behavior to the AI Assistant.
  • Updated English and Vietnamese translations for the new report UI.
  • Updated project documentation and development workflow notes.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b feat/ai-financial-assistant-ui origin/feat/ai-financial-assistant-ui

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/develop
git merge --no-ff feat/ai-financial-assistant-ui

Step 4. Push the result of the merge to GitLab

git push origin develop

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 0
  • Commits 1
  • Changes 32
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: ThinhNC/finwise-miniapp-fe!19

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.