- Sep 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Sep 17, 2024
-
-
Matt Fiddaman authored
-
Matiss Janis Aboltins authored
-
Michael Clark authored
* restart server silently on add self signed cert and add some logging * release notes * fix name * updating names to be more specific * removing setloading * feedback
-
Matiss Janis Aboltins authored
-
- Sep 13, 2024
-
-
Matiss Janis Aboltins authored
-
- Sep 11, 2024
-
-
Joel Jeremy Marquez authored
* Final PR for react-aria-components Modal migration * Complete manager modals migration * Release notes * fix lint * Apps full height * Fix lint error * VRT * Centralize providers * Feedback
-
Neil authored
* adjust header * notes * typecheck fixes * fix bugs and UI changes * fix error for invalid time * change budget button wording * fix some visual issues
-
- Sep 10, 2024
-
-
Matiss Janis Aboltins authored
*
(synced-prefs) moving budgetType pref back to MetadataPrefs (temporary) * Release notes
-
- Sep 09, 2024
-
-
Michael Clark authored
* hardening the file system access by added retrys * release notees * remove unneeded console log * promise-retry instead of my own * tiny bit more info * capital U
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Sep 08, 2024
-
-
Matiss Janis Aboltins authored
-
Michael Clark authored
* prevent metadata.json update if the sync time value is the same as the saved one * release notes
-
Julian Dominguez-Schatz authored
* Supporting types * Move `RecurringSchedulePicker.jsx` -> `RecurringSchedulePicker.tsx` * Add release notes
-
- Sep 07, 2024
-
-
Tim authored
* add option to select dark theme for "System default" * add release notes * fix release notes * update visual tests
-
- Sep 06, 2024
-
-
Joel Jeremy Marquez authored
* Add expense category budget notes that resets every month + auto notes when transferring budgets * Remove unused import * Release notes * VRT * Fix typecheck error * Rename * Fix typecheck error * Fix category name * Update to notes to reassigned * Append auto transfer notes to month notes * Update release notes * VRT * VRT * Fix lint error
-
- Sep 04, 2024
-
-
Matiss Janis Aboltins authored
-
Koen van Staveren authored
* fix: typescript rschedule types * chore: release note
-
- Sep 03, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Aug 30, 2024
-
-
Ryan Bianchi authored
-
- Aug 28, 2024
-
-
Michael Clark authored
* solves the problem but creates a vulnerability * sake... * working but need to specify rootca.pem * works * being flexible on the cert names, as long as its a crt or pem * remove console logs * initial setup for adding cert * caps * comments * fix ts strict * rewrote it * release notes * remove unneeded * https no polyfill * removing the cert reference if it is not found * moving full stop
-
- Aug 26, 2024
-
-
Matt Fiddaman authored
* optimise * lint * release note * psybers feedback
-
- Aug 23, 2024
-
-
lelemm authored
* new tag filter * fixes * release notes * fixes for the rules modal * more fixes * linter * visual regression fixes * review suggestions * missing this change
-
- Aug 22, 2024
-
-
Robert Dyer authored
-
- Aug 20, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Robert Dyer authored
* Better debug logs for bank sync errors. * add release note * force CI update
-
- Aug 19, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 17, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 15, 2024
-
-
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
-
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>
-
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
* Remove some `any` types from the API * Add release notes * No backwards-incompatible changes * Update tests to reflect API changes * PR feedback: standardize on id for deletes * PR feedback: restore partial updates
-
Michael Clark authored
* fix export on mac * add release notes
-
- Aug 13, 2024
-
-
Alex Walker authored
Signed-off-by:
Alex Walker <walker.c.alex@gmail.com>
-
- Aug 12, 2024
-
-
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
-