- Sep 09, 2024
-
-
Joel Jeremy Marquez authored
[React Aria Button] All remaining components except filters, mobile transaction edit, and autocomplete (#3163) * vrt * Fix account menu test * Fix payee icons and category notes * vrt * vrt * Fix notes button * VRT * VRT * React Aria Button - All except filters and autocomplete * Release notes * Fix typecheck errors * Fix typecheck error * Fix button links * Update * Fix typecheck error * Fix link button variant * Fix typecheck error * Fix typecheck error * Fix typecheck error * Fix border * Fix mobile accounts page * VRT * Fix playwright config * Revert MobileForms and TransactionEdit * VRT * Remove borderRadius * Fix add account button * VRT * Revert VRT * Fix tests * Fix Cover and Transfer modals * Fix lint error
-
- Sep 01, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 15, 2024
-
-
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 11, 2024
-
-
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 07, 2024
-
-
Julian Dominguez-Schatz authored
* Add rollover budget typing * Fix lint * Add release notes * Fix strict typechecking
-
- Aug 03, 2024
-
-
Julian Dominguez-Schatz authored
* Correct table usage of `onBlur` * Add basic spreadsheet typing structure * Move to different module * Add account typing * Add release notes * Fix lint * Remove unneeded diff * PR feedback
-
- Jul 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 03, 2024
-
-
Julian Dominguez-Schatz authored
* Reapply rules to split transactions when the parent changes Concretely, this enables the "standard" workflow for split-transaction-entry on desktop, where you enter the payee first, and then edit the amount afterwards (and expect splits in a rule to apply when you edit the amount). * Add release notes * Fix bug in first field below parent transaction * Update vrt
-
- Jun 21, 2024
-
-
Joel Jeremy Marquez authored
* Format notes as clickable tags * Release notes * Fix tests - extract the handler to higher level component * Update colors * Fix filtering * Rename variables * Remove font weight * Cleanup style * Append note tag filters * Fix overlapping UI * Revert pill colors * Rename prop * Rename notes * Delete filter margin * Fix typecheck error * VRT + typecheck fix * Add matches op in rules + use it to match tags * Fix database types * Fix typecheck error * Fix typecheck * Move create_function call * VRT * Update tag regex * Escape regex input * Update tag regex * Use onApplyFilter * Update tag formatting * Fix tag formatting * Update regex * VRT * Update packages/desktop-client/src/components/modals/EditRule.jsx Co-authored-by:
Robert Dyer <rdyer@unl.edu> * VRT * Fix error * Fix filtered balance * VRT --------- Co-authored-by:
Robert Dyer <rdyer@unl.edu>
-
- Jun 20, 2024
-
-
lelemm authored
-
- Jun 16, 2024
-
-
Matiss Janis Aboltins authored
-
- May 07, 2024
-
-
Neil authored
* Show table activity * notes * lint fix * add underline * add linkstyle * fix table aligment
-
- Apr 10, 2024
-
-
Joshua Harris authored
Co-authored-by:
Joshua Harris <2312397+JazzyJosh@users.noreply.github.com>
-
- Mar 24, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 12, 2024
-
-
Joel Jeremy Marquez authored
* Differentiate Input onUpdate to onChangeValue * Release notes * Fix lint error * Remove onChange
-
- Mar 03, 2024
-
-
DJ Mountney authored
* Adds option to make a transfer from two selected transactions - Transactions amount must match - Transactions must be from different accounts - Split transactions not eligible
-
- 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
-
- Jan 24, 2024
-
-
DJ Mountney authored
* Fix a missing ref param warning for forwardRef - Drop unused usage of forwardRef on TableWithNavigator
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 06, 2024
-
-
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 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 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
-
Joel Jeremy Marquez authored
* ESLint no default exports - part 3 * Fix default imports * Release notes * Fix Menu
-
Joel Jeremy Marquez authored
* ESLint no default imports - Button * Fix * Release notes * Fix Button imports
-
Joel Jeremy Marquez authored
* ESLint no-default-imports part 1 * Release notes * Remove Notes.tsx default export * Fix Notes imports
-
Matiss Janis Aboltins authored
-
- Dec 29, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 22, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 19, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 07, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 2 * Release notes
-
- Nov 26, 2023
-
-
Mohamed Muhsin authored
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Kyle Mckay authored
-
- Nov 15, 2023
-
-
Neil authored
* Color normalization * color updates * VRT updates * update colors table * VRT updates * more VRT updates * pillborder * VRT updates * Revert "VRT updates" This reverts commit ae58317b00f5ad5e1b75f197f32ca9eda25b63cd. * Revert "more VRT updates" This reverts commit a316745efdce2f7c280a166406a5894976612f02. * Revert "VRT updates" This reverts commit 03797af362e24612608255dcec7f4ff0dc1faa46. * Revert "VRT updates" This reverts commit 454adac2510b0acddb15e6acf86ffb3d7af021f5. * VRT refresh * border color * Checkbox Border * VRT updates
-
- Nov 04, 2023
-
-
Michael Clark authored
-