- Aug 22, 2024
-
-
Robert Dyer authored
-
- Aug 21, 2024
-
-
Robert Dyer authored
-
- Aug 20, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Crazypkr1099 authored
* Create 2881.md * Fix spending card reading wrong month * Revert "Create 2881.md" This reverts commit de26f690e85964d7083cc9d10227faa171ccf98f. * Create 3295.md
-
- Aug 19, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 17, 2024
-
-
Julian Dominguez-Schatz authored
* Display splits in mobile previews * Display splits in desktop previews * UI fix: hide checkboxes on preview child transactions * UI fix: show notes on preview transactions * Add release notes * Update vrt for mobile padding fix * Fix status display * Collapse split previews by default * PR feedback: fix issues with split payee * Update new VRT with spacing from this PR
-
Robert Dyer authored
-
Matiss Janis Aboltins authored
-
Robert Dyer authored
-
- Aug 16, 2024
-
-
Robert Dyer authored
* Translation: desktop-client/components/filters * add release note * fix linter * add missing t definition
-
- Aug 15, 2024
-
-
Matt Fiddaman authored
* hide target category from cover overspending list * release note * suggestions from joel-jeremy * useMemo and better types * add change to mobile * fix build * fix mobile
-
Robert Dyer authored
* Add rule action to append to transaction notes. * add release note * support prepending * fix linter * update release note * fix typecheck error * update VRT test code * revising VRT code * select by row * fix missing delete button * fix VRT tests * fix linter * empty commit for CI * avoid 'undefined' appearing in notes * fix linter
-
Robert Dyer authored
* Automatically focus inputs, or the primary button, in modals. * Set focus on more modals. * focus mobile transaction edits * add release note * fix linter * fix linter
-
Julian Dominguez-Schatz authored
* Add report budget typing * Remove default `any` types * Add release notes * Fix lint * Attempt to fix unrelated test error * fix: changed type name * More correct types * fix types
-
- Aug 14, 2024
-
-
Stefan Wilkes authored
* Added configuration to CSV importer that allows to skip lines * Fixed several type / parser check when import is executed with a different CSV structure on accounts with transactions * Fixed linter warning * Reverted changes on sync.ts as initial error is not occuring anymore. This will also fix the tests again --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
Neil authored
* Update ModeButton.tsx * Update upcoming-release-notes * Update 3257.md * Update ModeButton.tsx
-
Matiss Janis Aboltins authored
-
Robert Dyer authored
* Allow escaping tags with double ##. * add release note * convert '#' to '##' in bank sync-generated notes
-
Julian Dominguez-Schatz authored
* fix(mobile): show category for on-to-off-budget transfers * Add release notes
-
Eirik Reksten authored
* 3211: Added check for string before matching any object. * Release notes for 3251. * Fix release notes authors.
-
- Aug 13, 2024
-
-
Julian Dominguez-Schatz authored
* Fix transfer category in temporary transactions * Add visual regression tests to prevent this issue in the future * Add release notes
-
- Aug 12, 2024
-
-
Joel Jeremy Marquez authored
* More components to use react aria Button * vrt * Fix account menu test * vrt * vrt * VRT * VRT * React Aria Button - Reports page * Release notes * Fix typecheck error * Fix typecheck error + VRT (Create new custom report button got slightly bigger) * Fix payee icon color
-
Joel Jeremy Marquez authored
* Mobile transaction long press * Floating action bar * Styling * Add functionality * Fix typecheck error * Release notes * Undo notifications * Fix schedules and update transaction delete confirmation message * Use react-aria useLongPress * Bulk edit amount display * Themes * Do not clear on batch update * useUndo hook * Fix typecheck error * Update useUndo * Fix typecheck error * Handle batch deleted transactions * useMemo * Make onClearSelectedTransactions mandatory * Extract FloatingActionBar to a separate component * Require onAddSelectedTransaction and onClearSelectedTransactions if there are any selectedTransactions * Fix schedule link * Undo notification timeout * Use useSelected * Fix typecheck error * Category transactions batch updates * Remove undo notification title * Fix types * Fix notes undo notification * Move SelectedProvider to TransactionListWithBalances * Remove NewPayeeEntity * Disable support for amount batch edit for now * Fix lint error * Notification inset + reuse useTransactionBatchActions * Always show notification close button regardless if sticky or not * Allow clicking action bar when notifications are present * Fix typecheck error * Remove inset on addNotification calls * Use PressResponder * Fix mobile transaction border * VRT * VRT * VRT * VRT
-
Julian Wachholz authored
* fix: i18n: Use 'en' as default language Using 'cimode' as default language code will return the translation keys verbatim without doing interpolation. This is unwanted unless working directly on localization. Fixes #3240 * Add release note
-
Matiss Janis Aboltins authored
-
Jordan Lees authored
* Fix off-by-one error when placing category into 2nd-to-last place Signed-off-by:
JL102 <jordanlees@mailbox.org> * Add changelog file Signed-off-by:
JL102 <jordanlees@mailbox.org> --------- Signed-off-by:
JL102 <jordanlees@mailbox.org>
-
- Aug 11, 2024
-
-
Julian Dominguez-Schatz authored
* Correct type for `to-budget` field * Add release notes * Don't enable `strictNullChecks` for now
-
Julian Wachholz authored
* feat: introduce i18n framework * Incorporate review feedback * Patch demo * remove unnecessary arguments * Consistently use t() function * Fix typing issue * Fix e2e tests --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Aug 10, 2024
-
-
Robert Dyer authored
-
- Aug 08, 2024
-
-
Robert Dyer authored
* Add "S" hotkey for viewing/linking schedules. * Default to filtering by account name when linking a schedule to a transaction. * Work on 'all accounts' page. * Update help modal * add release note
-
- Aug 07, 2024
-
-
Julian Dominguez-Schatz authored
* Add rollover budget typing * Fix lint * Add release notes * Fix strict typechecking
-
- Aug 06, 2024
-
-
Matiss Janis Aboltins authored
-
Neil authored
* SpendingMobile UI * notes
-
Matiss Janis Aboltins authored
-
Spencer Murray authored
* Use csv fields with name payee/notes as defaults for Payee/Notes in getInitialMappings * Add release notes * Run lint * Use or instead of nullish coalesce to match other fields
-
Joel Jeremy Marquez authored
* More components to use react aria Button * Release notes * vrt * Fix typecheck error * Fix account menu test * Fix typecheck error * Fix typecheck error * Remove unnecessary aria-labels * Fix payee icons and category notes * vrt * vrt * Fix notes button * Fix typecheck error * Fix lint error * VRT * Remove default :focus on Button2 * Add Button2 defaultClassName * Update className * Fix typecheck error * Cleanup * VRT * Fix typecheck error * Fix typecheck error * Fix typecheck error * react-aria Button for budget pages * Release notes
-
Joel Jeremy Marquez authored
[React Aria Button] - Migrate sidebar, notifications, transactions, recurring schedule picker buttons (#2984) * More components to use react aria Button * Release notes * vrt * Fix typecheck error * Fix account menu test * Fix typecheck error * Fix typecheck error * Remove unnecessary aria-labels * Fix payee icons and category notes * vrt * vrt * Fix notes button * Fix typecheck error * Fix lint error * VRT * Remove default :focus on Button2 * Add Button2 defaultClassName * Update className * Fix typecheck error * Cleanup * VRT * Fix typecheck error * Fix typecheck error * Fix typecheck error
-
Robert Dyer authored
-