Merged
Conversation
4 tasks
…ckend code out of a view file
…w it fetches all, UI change to appear buttons on hover of account like transactions
… year, and all time options
Owner
Author
|
When I say its not responsive, I mean it wont look proper unless you full screen on your monitor. |
JamesMeta
requested changes
Jan 14, 2026
Collaborator
JamesMeta
left a comment
There was a problem hiding this comment.
isnsights.mp4
- Insights at the top of the screen don't support future transactions.
- Chart tool tip overlaps with content makes it hard to read
- Charts like the cash flow and networth trend should be able to view data from past years
Owner
Author
|
@JamesMeta give me your 2026 data json file, so I dont have to generate it. |
Collaborator
Collaborator
…ar calculations from subtracting days to whole months and year
…ie chart, also moved transaction type filter to the searchbar
…w for consistency
…th start and end dates.
…d small popup for stat cards to show the numbers used to calculate it
Owner
Author
10634774.mp4
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
10613108.mp4
New analytics features and charting:
electron/db.tsto compute monthly trends, daily transaction sums, rolling monthly trends, total monthly spend, and net worth trends, enabling advanced analytics for the frontend.electron/ipc.tsand exposed them inelectron/preload.ts, making these analytics endpoints available to the renderer process.AppChart.vuecomponent with built-in currency formatting and customization, leveraging the newchart.jsdependency for rendering charts.User interface enhancements:
InsightsViewand integrated it into the main navigation and keyboard shortcuts insrc/App.vue, allowing users to access financial insights easily.Dependency updates:
chart.jsas a new dependency inpackage.jsonto support chart rendering in the frontend.Type and import updates:
MonthlyTrend,DailyTransactionSum) required by the new analytics endpoints.