NiceDevil
da13dfa570
Correct name for authentik IDP ( #4121 )
2025-01-10 15:41:02 -07:00
Joel Jeremy Marquez
6bcccaa943
Add back eslint useDispatch and useSelector rules ( #4123 )
...
* Add back eslint useDispatch and useSelector rules
* Release notes
* Bring back import/no-unresolved
2025-01-10 14:06:10 -08:00
Julian Dominguez-Schatz
5a34c06859
Include translations in builds ( #4089 )
...
* Pull/push strings via Git instead of via API
This is necessary because the Weblate API doesn't handle stale strings
well. In particular, it won't remove them automatically.
* Schedule workflow instead of running on every commit
This is so we can minimize downtime for Weblate translations.
* Prevent pull requests modifying translations
* Don't commit translations during the merge freeze
* Add release notes
* Undo rename
* Don't commit translations nightly, per feedback
* Include translations just-in-time in builds
* Revert "Prevent pull requests modifying translations"
This reverts commit 8c19a0ce13 .
* Re-ignore translations
* Update release notes to be accurate
* Create missing directory
* Fix conditional logic
2025-01-09 20:13:25 -05:00
Joel Jeremy Marquez
92c93b3f6e
[Typescript] Server event types ( #4110 )
...
* [Typescript] Server event types
* Release notes
2025-01-09 15:09:52 -08:00
Matiss Janis Aboltins
34ffc5c4b2
♻️ refactor theme variable to be statically defined ( #4086 )
2025-01-09 18:12:16 +00:00
Koen van Staveren
14b0cd7b1d
fix: notes is (nothing) not working ( #3998 )
2025-01-09 09:21:38 +01:00
Koen van Staveren
daca767808
enhance: allow prefix for budget templates ( #4032 )
...
* enhance: allow prefix for budget templates
for example:
Prime video: #template $10
* chore: note
* chore: fix test
* chore: move prefix to template-notes.ts
2025-01-09 09:20:43 +01:00
Matt Fiddaman
6111f94b51
Sort barchart data ( #4072 )
2025-01-08 17:52:51 +00: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
lelemm
0b2c8ccd88
OpenId Implementation ( #3878 )
...
* OpenId implementation
* Code rabbit auto generated code applied
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Code rabbit suggestions round 2
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fixes from code rabbit round 1
* fixes from code rabbit round 2
* change variable name
* code review round 3
* Update VRT
* small fix
* Update VRT
* linter
* app.tsx
* LoggedInUser
* UserAccess
* UserAccessHeader
* UserAccessPage
* UserAccessRow
* UserDirectory
* UserDirectoryHeader
* UserDirectoryPage
* UserDirectoryRow
* BudgetList
* Bootstrap
* Login
* OpenIdForm
* CreateAccountModal
* EditAccess
* EditUser
* GoCardlessInitialiseModal
* OpenIDEnableModal
* PasswordEnableModal
* SimpleFinInitialiseModal
* TransferOwnership
* AuthSettings
* fix hooks in EditUser
* enable electron openid login
* typecheck
* linter and typecheck fixes
* Update VRT
* small fix
* linter
* small changes for file owner name and a fix for privacyfilter in the username
* linter for merge
* change the entra url and changing the electron loopback url when built
* "logged in as" was showing when had no user
* linter
* linter²
* code review
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: matt <matt@fiddaman.net >
2024-12-23 09:46:22 -07:00
youngcw
cde81da72c
[Goals]: Fix applying templates in tracking budget ( #4010 )
...
* fix logic
* note
2024-12-21 19:49:29 -07:00
Matt Fiddaman
6cfb9d2a7a
Fix incorrect boldening of synced accounts in the sidebar ( #4009 )
2024-12-19 15:13:44 +00:00
Matt Fiddaman
4ce5e2fd07
Prevent schedules with null amounts from crashing the app ( #3958 )
...
* test
* note
* add comment
2024-12-18 21:55:23 +00:00
Matt Fiddaman
11bde73fa5
🔧 upgrade better-sqlite3 ( #3987 )
...
* upgrade better-sqlite3
* note
2024-12-18 09:05:46 +00:00
Matiss Janis Aboltins
94666a2ac1
Update bug-report.yml
2024-12-16 20:21:44 +00:00
Matiss Janis Aboltins
b6fbcef6f0
Update bug-report.yml
2024-12-16 20:21:15 +00:00
Matiss Janis Aboltins
1165c4c008
Update bug-report.yml ( #3992 )
2024-12-16 20:20:21 +00:00
Darin Loh
8446356cc6
fix: space missing on create local account copy ( #3985 )
2024-12-15 12:27:39 +00:00
lelemm
ec977ee51a
Calendar Report ( #3828 )
2024-12-14 20:19:14 +00:00