- Feb 08, 2024
-
-
youngcw authored
* update manifest * note * note * typo * theme color * add maskable icons * fix icon color
-
DJ Mountney authored
* Typescript: pass 2 at updating api-handlers to match server handlers
-
Julian Dominguez-Schatz authored
* Add split creation UI to rule creation modal * Support applying splits when rules execute * fix: deserialize transaction before running rules According to how rules are run in other places in the app, we should be supplying a "deserialized" (i.e., integer-for-amount and ISO date) transaction rather than a "serialized" (amount-plus-formatted-date) one. This fixes a crash in how split transactions are applied, as well as date-based rules not applying correctly previously (any rule with a date condition would never match on mobile). * Add release notes * Fix missing types pulled in from master * PR feedback: use `getActions` * PR feedback: use `flatMap` * Fix action deletion * Don't flicker upon split deletion * Let users specify parent transaction actions (e.g. linking schedules) * Support empty splits * Revert adding `no-op` action type * Support splits by percent * Fix types * Fix crash on transactions page when posting a transaction The crash would probably have occurred in other places too with auto-posting schedules :/ * Fix a bug where schedules wouldn't be marked as completed This was because the query that we previously used didn't select parent transactions, so no transaction was marked as being scheduled (since only parent transactions have schedule IDs). * Add feature flag * Limit set actions within splits to fewer fields * Fix merge conflict * Don't run split rules if feature is disabled * Fix percent-based splits not applying * Fix crash when editing parent transaction amount * Auto-format * Attempt to fix failing tests * More test/bug fixes * Add an extra split at the end if there is a remaining amount * Make sure split has correct values for dynamic remainder * Remove extraneous console.log
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Upgrade desktop-client depenencies * yarn dedupe * Update useSelectors * Update loot-core deps * yarn dedupe * Move deps to devDependencies * yarn dedupe
-
- Feb 07, 2024
-
-
Joel Jeremy Marquez authored
* Upgrade desktop-client depenencies * Release notes * yarn dedupe * yarn dedupe * Fix typecheck error * Update sass * Update useSelectors
-
- Feb 06, 2024
-
-
jaarasys-henria authored
-
- Feb 05, 2024
-
-
Neil authored
* Add schema work * notes * merge fixes * Add Reports Save Menu * merge fixes * updates * notes * updates * updates * save updates fix * typecheck fixes * merge fixes * saveReport strict Typescript * fix sidebar * lint fix * fixing functionality plus clean up * clean up
-
Matiss Janis Aboltins authored
-
shall0pass authored
* add balance check * lint * fill rollover categories after non-rollover * allow partial fills of non-rollover * update * release note and youngcw suggestion * warnings * remove commented coded
-
- Feb 04, 2024
-
-
Julian Dominguez-Schatz authored
-
Matiss Janis Aboltins authored
-
- Feb 03, 2024
-
-
xentara1 authored
-
Julian Dominguez-Schatz authored
* Re-open autocomplete dropdown on change * Add release notes with new PR ID
-
yoyotogblo authored
Change to 7 days prior and after for imported transactions when fuzzy matching
-
Neil authored
* Add schema work * notes * merge fixes * Add Reports Save Menu * merge fixes * updates * notes * updates * updates * save updates fix * typecheck fixes * revert changes * notes * error fixes * update * fix * merge fixes * review changes * reportChange and savedStatus * Update packages/desktop-client/src/components/reports/SaveReport.tsx Co-authored-by:
DJ Mountney <david.mountney@twkie.net> * merge fixes --------- Co-authored-by:
DJ Mountney <david.mountney@twkie.net>
-
Joel Jeremy Marquez authored
* Update yarn * Release notes
-
Joel Jeremy Marquez authored
* Consider child transaction when fuzzy matching * Release notes
-
Joel Jeremy Marquez authored
* Remove modals.d.ts * Release notes * Fix typecheck * Fix lint error
-
DJ Mountney authored
* Fix docker start browser error Don't launch browser when in docker
-
- Feb 02, 2024
-
-
shall0pass authored
* misspelling of variable name * release note
-
Ifeoluwa Odubela authored
* Bugfix: Add Primary Button hover background colors * Add release notes * Rename 1971.md to 2123.md * Update release note 2123.md typo * Update packages/desktop-client/src/style/themes/dark.ts * Update packages/desktop-client/src/style/themes/light.ts --------- Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com>
-
jaarasys-henria authored
-
Matiss Janis Aboltins authored
-
Pedro Primor authored
* Change month picker hover background color * Add release notes * Add updated screenshots from visual regression tests * Revert "Add updated screenshots from visual regression tests" This reverts commit d9d83b47898d2627c2c837ced79f70f7c71cef1f. * Update failing visual regression tests screenshots * Revert "Update failing visual regression tests screenshots" This reverts commit aaef0191910ec06d7d198127b2266ad90e50ac2b.
-
DHRUV RAMDEV authored
* feat: Don't allow duplicate cat-groups in budget * Add release notes * fix: error message * pass group instead of name for accurate error message * improve error message
-
Neil authored
* migration work * notes * typecheck * typecheck fixes * fixes * merge fixes * typecheck updates * review fixes
-
youngcw authored
* fix budget header collapsed colors * note
-
Neil authored
* Add Toggles * budget table * testing * updates * updates * fixes * updates * fix Menu * lint fixes * fix keybindings * revert budget menu changes * notes * remove default exports * fixes * disabled fix * add style option * lint fix * remove css * lint fixes * color updates * merge menu with togglemenu * host * menu fixes * fix regression * remove host * adjustments * work * fix hidden filters * merge fixes * adjustments * updates * fix uncat table values * fixes * notes * title change * Adjust showHide selector
-
Matiss Janis Aboltins authored
-
- Feb 01, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 31, 2024
-
-
shall0pass authored
* update goal target after montly cleanup * release note
-
- Jan 30, 2024
-
-
Joel Jeremy Marquez authored
* useSingleActiveEditForm on mobile budget table * Release notes * Remove unused variables
-
- Jan 26, 2024
-
-
youngcw authored
* fix bad sort order in demo * note * add async back * fix tests * fix2 * fix3 * update vrt * fix image
-
youngcw authored
* update * note * revise
-
Ed authored
* Updating link for GoCardless Bank Account Sync * Adding release notes * Update URL to point to docs * Fixing lint
-
Joel Jeremy Marquez authored
* Mobile Off Budget category label * Release notes * Fix error * Fix release notes
-
- Jan 24, 2024
-
-
Neil authored
* Add Toggles * budget table * testing * updates * updates * fixes * updates * fix Menu * lint fixes * fix keybindings * revert budget menu changes * notes * remove default exports * fixes * disabled fix * add style option * lint fix * remove css * lint fixes * color updates * merge menu with togglemenu * host * menu fixes * fix regression * remove host * adjustments * onToggle * vrt fix * typecheck * merge fixes * colors * lint fix
-
shall0pass authored
* fix database insertion * dbMonth format * release note
-
DJ Mountney authored
* Avoid passing a boolean to the import trans category title - Fixes an error regading passing false to title when category is not available
-