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>
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
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
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
Dany Khalife (MSFT)
ef95850e93
Migrate useSplitsExpanded to TypeScript ( #3945 )
...
* useSplitsExpanded renamed to .tsx
* Some type hardening
* add release note
* lint
* typecheck
* lint
* rename expanded -> isExpanded
2024-12-11 17:52:41 -08:00
Joel Jeremy Marquez
81fc029a03
Use useTranslation hook instead of directly importing the t function ( #3893 )
...
* Use useTranslation hook instead of directly importing the t function
* Release notes
* Fix lint
2024-12-11 13:57:45 -08:00
Dany Khalife (MSFT)
9e6a486c90
Dkhalife/ts/categorytransactions ( #3959 )
...
* rename
* a bit of hardening
* release notes
* typecheck & lint
* lint
2024-12-11 21:46:55 +00:00
Marian Bäuerle
9af3539b91
Fix iOS mobile navigation tabs disappearing on bouncing top ( #3962 )
2024-12-11 13:28:03 -08:00
Joel Jeremy Marquez
62d8358f90
Remove use of useActions ( #3911 )
...
* Remove use of useActions
* Release notes
* Fix lint
2024-12-10 15:16:56 -08:00
Joel Jeremy Marquez
219e139d55
Consistent accounts terminology (For budget / Budgeted --> On budget) ( #3903 )
...
* Change for budget and budgeted terms to on-budget
* Release notes
* Update mobile account header
* Fix release notes
* Fix release note category
* Update VRT
* Rename variables
* Remove hyphens
* Show off budget
* Update VRT
* Dummy commit
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-10 15:15:44 -08:00
Joel Jeremy Marquez
298b734539
Optimize useSheetValue ( #3879 )
...
* Optimize useSheetValue
* Fix lint
* Fix mock bind
* Reduce re-renders
* Update useSheetValue
* Update
* Make QueryState immutable
* Release notes
2024-12-10 09:35:23 -08:00
Joel Jeremy Marquez
e96b986ad0
Add loading indicator when loading more transactions in mobile transaction list ( #3900 )
...
* Add isLoadingMore property to useTransactions hook
* Release notes
* Start loading more earlier
2024-12-10 09:22:28 -08:00
Joel Jeremy Marquez
5104a1a563
Convert BudgetTable.jsx to tsx ( #3899 )
...
* Convert BudgetTable to TypeScript
* Release notes
2024-12-10 09:21:25 -08:00
Travis Lesicka
6ea77324ef
Duplicate Budget ( #3847 )
...
* Initial Commit
* Create 3847.md
* Removed un-needed comment
* Changed error log text
* Moved budget name validation from DuplicateFileModal to loot-core/server
* Added translation
* Fixed linting error
* Changed delete file hack
Changed from loading and closing the budget file to just opening and closing the database to be able to delete it.
* Removed hard coded english from loot-core server
* Updated wording and style of Duplicate File Modal
* Simpler wording for Duplication text and buttons
2024-12-10 08:55:38 -07:00
lelemm
2b908e9263
✨ Filter account with 'on budget' or 'off budget' ( #3891 )
...
* Filter account by on budget / off budget
* small fix
* fix eval for new operations
* code review suggestion
* suggestions
* small fix for rules table
* batch loading the accounts
* Update packages/loot-core/src/server/accounts/transaction-rules.ts
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
* missed this type
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2024-12-10 11:52:38 +00:00
Matiss Janis Aboltins
a2892270d2
🐛 fix condition "notes contains (nothing)" throwing error ( #3943 )
2024-12-09 22:00:36 +00:00
Matiss Janis Aboltins
d649eec4db
🐛 fix misaligned gocardless credential popover ( #3942 )
2024-12-09 21:59:55 +00:00
Koen van Staveren
5717d90544
enhance: context menu budget page positioning ( #3775 )
...
* enhance: context menu budget page positioning
fix: make popover non selectable
* chore: release note
* Update upcoming-release-notes/3775.md
* chore: improve spelling
* feat: useContextMenu hook for context menus
* fix: linting
2024-12-09 20:32:12 +01:00
Adam Langbert
a35af73023
fix tracking budget docs link ( #3944 )
...
* fix tracking budget docs link
* add release notes
2024-12-09 10:00:10 +00:00
Eric Ji
e4b40fb831
Menu Option Disappears Completely On Certain Screen Size ( #3880 )
...
* remove use of View component
* created a release note
* rename release note to PR number not issue number
* revert changes to check e2e tests
* redo changes
* indentify exact styling issue
* use style instead of css
2024-12-07 23:20:38 -05:00
Matiss Janis Aboltins
fa8ff79208
✨ (dashboards) piecharts - sorting and label spacing ( #3855 )
2024-12-07 13:29:40 +00:00
Matt Fiddaman
3ce7ae91d9
Add more logging for GoCardless rate limit information ( #3895 )
2024-12-06 21:29:37 +00:00
annechoww
1b25235cc7
Category Labels Not Scaling Correctly On Small Screen ( #3906 )
...
* Fixed label scaling for smaller screens.
* Added release notes. Minor linting fix added.
2024-12-06 13:53:15 -07:00
Matt Fiddaman
f207803f7a
🔖 (24.12.0) ( #3931 )
...
* bump versions
* Remove used release notes
* Remove used release notes
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-06 11:03:37 -07:00
Julian Dominguez-Schatz
df7bc5d2f0
Fix a navigation bug and a crash from the account pages ( #3932 )
...
* Don't crash when making a txn from the uncat page
* Always navigate consistently from the txn add/edit page
* Add release notes
* Attempt to fix functional tests
* Update VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-06 08:34:20 +00:00
lelemm
5e7538fde3
✨ 'hasTags' should show only for notes ( #3902 )
...
* 'hasTags' should show only for notes
* md
* Update VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-05 15:38:10 -08:00
Joel Jeremy Marquez
2c0bd6bafd
Use useNavigate instead of accessing window.__navigate ( #3904 )
...
* Use useNavigate instead of accessing window.__navigate
* Release notes
* Update packages/desktop-client/src/components/manager/ConfigServer.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-05 15:37:52 -08:00
Michael Clark
501c8653ef
🐛 Fix flicker when saving transaction on account page when transactions are scheduled ( #3920 )
...
* fix flicker when saving transaction on account page when there are scheduled
* release notes
2024-12-02 08:53:57 +00:00
Joel Jeremy Marquez
22623ce65e
Fix mobile transaction edit page's back button behavior ( #3905 )
...
* Fix mobile transaction edit page's back button behavior
* Release notes
2024-11-27 08:02:37 -08:00