Commit ce5a10b
authored
Enhance spending analytics and UI components (#292)
* Refactor SpendingHistorySection component to improve readability and performance
- Reorganized imports and removed unused dependencies
- Simplified currency formatting and state rendering functions
- Introduced SpendingPeriodControls for better period selection UI
- Enhanced data handling with memoization for performance
- Updated table rendering logic to accommodate new state breakdown feature
- Improved overall code structure and readability
* Enhance CategoryTotals view with transaction details and expandable subcategories
* Enhance CategoryTotals component with transaction detail handling and modals for editing splits and recurring transactions
* Add fullWidth prop to CategorySelect in RecurringTransactionModal
* Refactor split selection logic in useSplitEditor hook for clarity
* Enhance spending analytics components with monthly average calculations and dropdown selection handling
* Enhance CategoryTotals view with total and monthly average display for subcategories
* Enhance SpendingHistorySection with improved state and total display metadata
* Enhance SpendingPeriodControls with improved selection and date controls layout
* Enhance SpendingPeriodControls with clear button functionality for year and month selection
* Enhance CategoryTotals and SpendingHistorySection with aggregate range synchronization for custom date selection
* Enhance CategoryTotals with improved color coding and metadata for ledger states and totals
* Enhance CategoryTotals with dynamic text color based on transaction state
* Enhance CategoryTotals with transaction sorting functionality and UI improvements
* Enhance SpendingHistorySection with transaction sorting, detail rendering, and subcategory visibility toggle
* Enhance test setup with explicit React 19 act environment configuration
* Enhance SpendingHistorySection title to reflect categorized spending
* Bump version to 2.7.0 in package.json
* Enhance SpendingHistorySection with pie chart dimensions, legend measurement, and code formatting improvements
* Enhance PULL_REQUEST_TEMPLATE and CHANGELOG with updated testing checklist and detailed version 2.7.0 changes1 parent 9342df5 commit ce5a10b
14 files changed
Lines changed: 3888 additions & 1040 deletions
File tree
- .github
- src
- __tests__
- utils
- components
- RecurringTransactionModal
- SpendingPeriodControls
- SplitEditorModal/hooks
- utils
- views
- Categories
- Dashboard/components
- CurrentMonthOverview
- SpendingHistorySection
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 9 | | |
17 | | - | |
18 | 10 | | |
19 | | - | |
| 11 | + | |
20 | 12 | | |
21 | | - | |
| 13 | + | |
22 | 14 | | |
23 | | - | |
| 15 | + | |
| 16 | + | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
10 | 31 | | |
11 | 32 | | |
12 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments