- Apr 16, 2024
-
-
Joel Jeremy Marquez authored
* Display balances in category autocomplete * Release notes * Fix typecheck error * Update balance colors * Show category balances in mobile * Patch unit tests * Darket midnight theme autocomplete hover color * Category autocomplete split transaction highlight * Update 2551.md * Extract modals from EditField * Fix failing tests * Update variable names --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Mar 25, 2024
-
-
Joel Jeremy Marquez authored
* Autocomplete changes related to mobile modals PR * Release notes * Fix lint error * AccountDetails * Code review updates
-
- Mar 18, 2024
-
-
Daniel Gale-Rosen authored
* increase minimum cleared column width * add release notes * update snapshots
-
- Mar 12, 2024
-
-
Joel Jeremy Marquez authored
* Reorganize mobile components * Fix lint error * Cleanup * Fix lint error * Release notes * Cleanup * Cleanup useActions * useDebounceCallback
-
- Mar 11, 2024
-
-
Neil authored
* the work * notes * add to elements
-
- Feb 16, 2024
-
-
Matiss Janis Aboltins authored
-
- Feb 08, 2024
-
-
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
-
- Feb 06, 2024
-
-
jaarasys-henria authored
-
- Jan 22, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 13, 2024
-
-
Nik authored
* Add split distribution feature * Add upcoming release notes * Fix tests * Fix remaining test * Disable distribute button when all transactions are filled * Add canDistributeRemainder --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 11, 2024
-
-
DJ Mountney authored
* Proof of concept for switching desktop-client to vite * Fix other packages ts tests issues * Update jsx tests to use vitest instead of jest * Inject our global shims properly * Add comment regarding new plugin * Cleanup unnessary change after rebase * Fix inter fonts pathing * Remove manual chunks sizes for now Just set the limit higher * Bring back size compare * Suppress victory warnings * Remove craco config now that it's not used * Add vite basic ssl plugin - This autogenerates self-signed certs in dev mode when HTTPS env is set - Made to match the CRA behaviour * Add release note * Remove warning suppression for victory - Updated to a rollup version that includes the fix
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 12 - All loot-core folders except server * Release notes * Fix imports
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 10 - icons * Fix icon imports + lint errors * Release notes * Fix typecheck error * Fix icon import * Fix lint error
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 10 - all desktop-client src folders except icons * Release notes
-
Joel Jeremy Marquez authored
* ESLint no default exports 9 - components folder * ESLint no default exports 9 - components folder 2 * Release notes
-
Joel Jeremy Marquez authored
* Fix default imports * Fix manager Modals import * ESLint no default exports 7 * Release notes
-
Joel Jeremy Marquez authored
* Fix default imports * Fix manager Modals import * ESLint no default export part 6 - View.tsx * Fix default imports * Fix imports * Release notes
-
Joel Jeremy Marquez authored
* Fix default imports * Fix manager Modals import * ESLint no-default-exports part 5 - Text.tsx * Fix default import * Release notes
-
Jason authored
* Fix pressing enter adds split transaction when no split remains * Added release notes * Refactor to use find indstead of findIndex
-
Joel Jeremy Marquez authored
* ESLint no default imports - Button * Fix * Release notes * Fix Button imports
-
Jakub Kuczys authored
* Ask for confirmation when editing date of a locked transaction * Add release note
-
- Dec 29, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 22, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 18, 2023
-
-
DJ Mountney authored
-
- Dec 12, 2023
-
-
Neil authored
* subdued fix * notes * fixes * upcoming * autocomplete menu * make notes consistenet on budget page * VRT updates
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 2 * Release notes
-
- Dec 04, 2023
-
-
Michael Clark authored
-
- Nov 25, 2023
-
-
Zach Whelchel authored
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Zach Whelchel authored
-
- Nov 09, 2023
- Nov 05, 2023
-
-
Neil authored
-
- Oct 21, 2023
- Oct 04, 2023
-
-
Neil authored
-
- Sep 16, 2023
-
-
Neil authored
-
- Sep 04, 2023
-
-
Joel Jeremy Marquez authored
* Fix onNavigateToSchedule prop * Release notes
-
- Sep 03, 2023
-
-
Joel Jeremy Marquez authored
* Remove usages of glamor CSSProperties * Cleanup * Re-add CellButton className prop * More removal of glamor CSSProperties * Release notes * Fix vrt test failures * Use React CSSProperties in View * Custom CSSProperties type * Settings UI regression fix * Fix type check errors * Address PR comments * CategorySpendingGraph style * Fix rebase mistake
-