Joel Jeremy Marquez
2ec46d8dec
Fix running balances by excluding child preview transactions
2025-01-08 00:46:12 -08:00
Joel Jeremy Marquez
bb17f6a6f1
Fix test
2025-01-08 00:46:12 -08:00
Joel Jeremy Marquez
ba70fca304
Fix test
2025-01-08 00:46:12 -08:00
Joel Jeremy Marquez
3ace7d199d
Coderabbit feedback
2025-01-08 00:46:11 -08:00
Joel Jeremy Marquez
2a93b173e0
Fix default expand splits
2025-01-08 00:44:53 -08:00
Joel Jeremy Marquez
e9175951dd
useTransactionsSearch
2025-01-08 00:44:53 -08:00
Joel Jeremy Marquez
3ba94642d9
Remove unused headerContent
2025-01-08 00:44:53 -08:00
Joel Jeremy Marquez
bc3b96c9b2
Release notes
2025-01-08 00:44:53 -08:00
Joel Jeremy Marquez
ccff8412d3
Fix preview transactions
2025-01-08 00:44:53 -08:00
Joel Jeremy Marquez
df61e42fda
Initial commit
2025-01-08 00:44:53 -08:00
Joel Jeremy Marquez
0726760084
Code review feedback and improve schedules loading
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
a7f65532fb
Coderabbit feedback + make useSchedules consistent with query pattern used in useTransactions
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
89059bf5da
Code rabbit suggestions
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
b9c167d5d6
Update useTransactions
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
60dac66898
Apply coderabbit suggestions
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
b9a43b992a
Fix tests
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
a7b90a0945
Fx flaky test
2025-01-08 00:15:45 -08:00
Joel Jeremy Marquez
fbc2ccd2e7
useTransactions hook to load transactions
2025-01-08 00:15:45 -08:00
Travis Lesicka
ce0ca60bcf
♻️ (typescript) Refactor Accounts/Balances to tsx and Remove ts-strict-ignore from Accounts/Account ( #4047 )
...
* Convert Balance.jsx to Balance.tsx
* Removed @ts-strict-ignore from Account.tsx
* Create 4047.md
* Fix typo
* Added Translation helpers to aria-labels
* Clarified canCalculateBalance return value logic
2025-01-08 08:59:22 +01:00
douugdev
3fbe6d05c8
fix: any rule not accounting for empty filter ( #4051 )
...
* fix: any rule not accounting for empty filter
* chore: add changelog
2025-01-08 00:37:50 +00:00
Joel Jeremy Marquez
cc1c11aac9
[Redux Toolkit Migration] Use new Redux Toolkit configureStore API ( #4000 )
...
* Initial upgrade to redux toolkit, more fixes needed e.g. removing non-serializable values from the state
* Fix typecheck and lint
* Fix lint and typecheck errors
* Fix lint and typecheck errors
* Fix typecheck error
* Cleanup
* Remove useAppStore
* Cleanup
* Undo renames
* Code review feedback
* UndoState type
* UndoState type
* yarn install
2025-01-07 16:34:21 -08:00
Robert Dyer
7dad36528c
Add Copy last 6/12 months to budget menu ( #4096 )
...
* Add Copy last 12 months to budget menu
* add release note
* Make sure budget month actions use showUndoNotification
2025-01-08 00:33:03 +00:00
Julian Dominguez-Schatz
c956f8003b
Mark release as draft initially ( #4105 )
...
* Mark release as draft initially
* Add release notes
2025-01-07 18:35:44 -05:00
sveselinovic
a5d591fed7
fix: creating new payee with 'one of'-condition broken ( #4099 )
...
* fix: creating new payee with 'one of'-condition broken
* change author and description of release note
2025-01-07 21:57:53 +01:00
Koen van Staveren
1f44903e4b
enhance: net bar graph show net instead of two separate bars ( #4033 )
...
* enhance: net bar graph show net instead of two separate bars
* chore: note
2025-01-07 19:57:56 +01:00
Matt Fiddaman
bd77dfd111
🔧 Migrate to ESLint v9 ( #3993 )
2025-01-07 18:51:59 +00:00
Matt Fiddaman
39cfa11b25
🌍 improve translation strings - part 1 ( #4041 )
2025-01-07 18:47:13 +00:00
Matiss Janis Aboltins
af0a14ce3d
♻️ (typescript) refactor ScheduleDetails to tsx ( #3964 )
2025-01-07 18:45:52 +00:00
Matiss Janis Aboltins
1f2155053f
🔥 remove unused permissions prop from Button components ( #4085 )
2025-01-07 18:25:05 +00:00
Matiss Janis Aboltins
d5ebcced38
🔥 remove unused report prop from Link component ( #4083 )
2025-01-07 18:24:49 +00:00
Robert Dyer
7c2408daa6
Do not show undo notifications on desktop ( #4097 )
...
* Do not show undo notifications on desktop
* add release note
* fix linter
* Update packages/desktop-client/src/hooks/useUndo.ts
Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com >
* Update useUndo.ts
* fix code pasted on wrong line
* drive-by fix typo
* Update 4097.md
---------
Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com >
2025-01-07 08:08:14 -07:00
Julian Dominguez-Schatz
82e1922bee
🔖 (25.1.0) ( #4095 )
...
* 🔖 (25.1.0)
* Remove used release notes
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v25.1.0
2025-01-07 01:06:34 -05:00
gabe
8f66605994
add buttons for combined-account transaction pages on mobile ( #3734 )
...
* add buttons for combined-account transaction pages (#2333 )
* add release note for #3734
* add accessibility label to mobile combined-account header button
* increase touch targets for combined-account buttons
* remove highlight color and add bounce to header buttons
to match the feel of the other account buttons
* update vrt screenshots for actualbudget#3734
2025-01-06 16:18:54 -08:00
Leo Lee
eadd11b7f0
(typescript) Refactoring the mobile TransactionListWithBalance component into typescript. ( #4061 )
...
* refactor: convert txListwBal to tsx
* docs: add release notes
* docs: rename notes
* refactor: fix missing cleared/uncleared balance
* refactor: use Binding type
2025-01-06 13:23:03 -08:00
Julian Dominguez-Schatz
832fd1e5d8
Fix schedule split template amounts ( #4077 )
...
* Fix incorrect argument to goals schedule function
* Add argument types to prevent similar issues
* Add release notes
* Fix test types
2025-01-02 18:01:19 -05:00
Matt Fiddaman
928260ca3a
Fix calendar report day background colour in development theme ( #4073 )
...
* fix calendar background in development theme
* note
2025-01-02 17:12:27 +00:00
Julian Dominguez-Schatz
be5bfa275e
Fix icon hover effect in transaction table ( #4070 )
...
* Fix icon hover effect in transaction table
* Add release notes
* Add test
2025-01-02 11:45:59 -05:00
Matt Fiddaman
1e65939147
fix mobile hold buffer initial sign ( #4068 )
2025-01-01 22:18:28 +00:00
youngcw
7060e4b657
[Goals]: fix repeating spend templates ( #4066 )
...
* fix repeating spend templates
* work with all repeat types
* note
2025-01-01 15:03:30 -07:00
Matt Fiddaman
da613ab673
Fix payee cell overflowing when it contains an icon ( #4056 )
2024-12-30 20:39:47 +00:00
Koen van Staveren
d894281465
enhance: context menu on sidebar elements ( #3777 )
...
* enhance: context menu on sidebar account
* enhance: context menu on EditableBudgetName
* chore: release note
* chore: lint
* Update packages/desktop-client/src/components/sidebar/Sidebar.tsx
* chore: fix margin
* fix: merge
* chore: use useContextMenu hook
* style: change account name field an input
* lint
---------
Co-authored-by: matt <matt@fiddaman.net >
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2024-12-29 21:13:57 +00:00
Koen van Staveren
5c577aa069
enhance: context menu on custom reports page ( #3776 )
...
* enhance: context menu on custom reports page
* chore: release note
* chore: lint
* chore: use both feature flags
* chore: use both feature flags
* chore: pr feedback
* fix: changing name with context menu
2024-12-29 20:51:56 +00:00
Robert Dyer
e6aeea668b
Fix issue where the UI is stuck sync'ing if no data from server ( #3941 )
...
* Fix issue where the UI is stuck sync'ing if no data from server
* add release note
2024-12-29 20:49:19 +00:00
Julian Dominguez-Schatz
ded2f39e13
Fix loading of number format on initial app startup ( #4038 )
...
* Fix loading of number format on initial app load
* Add release notes
2024-12-27 18:19:22 -05:00
Matt Fiddaman
3f6068fe88
add electron build files to eslint ignore list ( #4042 )
...
* add electron build files to eslintignore
* note
2024-12-26 01:22:53 +00:00
Julian Dominguez-Schatz
9213ed75b5
Upload translations on builds of master ( #4002 )
...
* fix: translations were not being loaded properly
* fix: support running GitHub actions locally with `act`
* feat: upload new strings on master build
* Add release notes
* PR feedback: security
2024-12-24 12:48:41 -05:00
Matt Fiddaman
93262e7fb4
extend fix splits tool to report splits with mismatched amounts ( #3970 )
2024-12-24 07:43:44 +00:00
Matt Fiddaman
cd8bb8e139
change feedback issue for openid ( #4030 )
2024-12-23 17:11:46 -07:00
Koen van Staveren
bd126b499b
feat: now button at budget page ( #3703 )
...
* feat: now button on budget
* Update VRT
* chore: change to icon
* chore: rename to today
* chore: fix not being centered on multiple months
* Update VRT
* Update VRT
* Trigger Build
* fix: keep now button with monthpicker not left
* Update VRT
* fix: center MonthPicker
* Update VRT
* Trigger Build
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-23 23:11:15 +01:00
Koen van Staveren
8976ffc256
enhance: allow negatives in the budget template ( #4028 )
...
* enhance: allow negatives in the budget template
* chore: add test case
* chore: release note
2024-12-23 23:10:54 +01:00