- Aug 12, 2024
-
-
Matiss Janis Aboltins authored
-
- 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 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 20, 2024
-
-
Joel Jeremy Marquez authored
* React Aria Modal POC * Fix imports * Use composition * Fix typecheck and lint errors * VRT * Fix schedule details modal header * Fix typecheck error + VRT * Fix typecheck error * Release notes * Update release note * Fix props * Update modal props * useModalState hook * VRT * VRT * Fix typecheck error * Fix modal close * VRT * Fix test * Fix typecheck error
-
Ryan Bianchi authored
* add idea of common payee, a top 10 frequently used payee * add button in payee to mark as favorite * cleanup * minor fixes * add release notes and make favorite optional * fix TransactionsTable test * lint and release notes * rename section, resort list to ensure both are sorted * don't show common, move bookmarked to menu * add a limit on adding common payees * linting * reduce to 5 commonly used payees by default * linting * more linting * update migrate timestamp * more linting * fix api name, bump migrate timestamp * Add star to payee dropdown and rename section to 'Suggested Payees' --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 02, 2024
-
-
Matiss Janis Aboltins authored
This reverts commit 247e3e8d.
-
- Jun 27, 2024
-
-
Matiss Janis Aboltins authored
-
- 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 19, 2024
-
-
Neil authored
* remove featureflag * notes * merge fixes * vrt --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jun 18, 2024
-
-
lelemm authored
-
- Jun 03, 2024
-
-
Julian Dominguez-Schatz authored
* Release 'Splits in rules' feature * Add release notes * Add missed comment * Remove unused import * Fix failing test
-
- May 07, 2024
-
-
Neil authored
* Overview * Router and Selector * ReportSidebar * ReportTopbar * CustomReport * updates * notes * Patch some TS issues * fix malfunctioning disabled lists * add find --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- May 03, 2024
-
-
Neil authored
* monthly Spending * Add Average * notes * title * date filter * TS fixes and hide average when no data * fix average tooltip and relabel x-axis * Wording/verbiage * filters changes * feature flag * networth card fix
-
- Apr 16, 2024
-
-
Joel Jeremy Marquez authored
* Fix account notes not retrieving correctly * Release notes * Update release notes * Fix type errors
-
- Apr 13, 2024
-
-
Joel Jeremy Marquez authored
* Update autocomplete types * Remote optional type * Improve SingleInputModal * Fix lint error * Category budget modals * Cleanup + release notes * Cleanup * Fix typecheck errors * Update useMergedRefs * Fix lint error * Fix typecheck error * VRT updates * Focus amount on mount * Fix errors * Open modal on budget amount click * Updates * Remove unused props + updates * Fix lint error * Close budget menu modal on enter * Delete comment Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update release notes --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Joel Jeremy Marquez authored
* Mobile category transactions * Release notes * Fix typo * Fix typecheck error * Handle null location state * VRT * Fix account search * Update test * Search placeholder * vrt * Add month to page title * Cleanup * Fix AccountName component * Replace ButtonLink with Link * Fix typecheck * Code review update
-
- Apr 04, 2024
-
-
Joel Jeremy Marquez authored
* Balance modals * Release notes * Fix typecheck errors * Fix errors * Mobile scheduled transaction modal * Cleanup * Fix props * Fix typecheck errors * Updates * Fix autocomplete typings * Update autocomplete types * Fix typecheck errors * Fix typecheck errors * Remote optional type * Pass this to apply * Use bind * Fix typecheck error * Ignore typecheck error for now * Add onClose in Autocomplete * open category modal on enter in transfer modal * Budget summary modals * Accounts update * Add paddingBottom * Fix typecheck error * Revert navigate * Disable esline * Close account and Reopen account * Improve SingleInputModal * Fix lint error * Fix category autocomplete modal header * Rebase updates * Cleanup * Clearer error message * Close report balance tooltip on selection * Updated based on review
-
- Apr 02, 2024
-
-
Joel Jeremy Marquez authored
* Uninstall react-merge-refs * Fix import * Update useMergedRefs
-
- Mar 23, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 12, 2024
-
-
Joel Jeremy Marquez authored
* Reorganize mobile components * Fix lint error * Cleanup * Fix lint error * Release notes * Cleanup * Cleanup useActions * useDebounceCallback
-
- Mar 06, 2024
-
-
Matiss Janis Aboltins authored
Closes #1919
-
- Mar 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Feb 12, 2024
-
-
Joel Jeremy Marquez authored
* Hooks for frequently made operations * Release notes * Fix typecheck errors * Remove useGlobalPrefs * Add null checks * Fix showCleared pref * Add loaded flag for categories, accounts and payees state * Refactor to reduce unnecessary states * Fix eslint errors * Fix hooks deps * Add useEffect * Fix typecheck error * Set local and global pref hooks * Fix lint error * VRT * Fix typecheck error * Remove eager loading * Fix typecheck error * Fix typo * Fix typecheck error * Update useTheme * Typecheck errors * Typecheck error * defaultValue * Explicitly check undefined * Remove useGlobalPref and useLocalPref defaults * Fix default prefs * Default value * Fix lint error * Set default theme * Default date format in Account * Update packages/desktop-client/src/style/theme.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Feb 11, 2024
-
-
Johannes Löthberg authored
It has been superseded by the new custom reports feature. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- 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
-
Matiss Janis Aboltins authored
-
- Feb 07, 2024
-
-
Joel Jeremy Marquez authored
* Upgrade desktop-client depenencies * Release notes * yarn dedupe * yarn dedupe * Fix typecheck error * Update sass * Update useSelectors
-
- Jan 20, 2024
-
-
Zach Whelchel authored
* Some initial UI work for adding SimpleFin. * SimpleFin proof of concept working. * Adds linking & unlinking to existing accounts through the account menu UI. * Added loading and lint fixes. * Lint changes. * Added release notes. * Typecheck cleanup. * Import, lint, typecheck cleanups. * More typecheck cleanup. * Refactored language for consistency. * Added default institution name. * Lint cleanup. * Addressed change requests. * Added a default to migration, made variables consistent, added feature flag. * Added account_sync_source to server schema. * Adds account_sync_source to test. * Fix for typecheck. * Attempt to make typecheck happy. * Added strict ignore. * Moved account_sync_source to the right model (face palm). * Hotfix for institution format. * Lint cleanup. * Removed unnecessary promise.all. * Lint cleanup.
-
- Jan 19, 2024
-
-
Neil authored
* compact additions * notes * vrt fix * revert AnchorLink * Update upcoming-release-notes/2245.md Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * merge fixes --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 12, 2024
-
-
Matiss Janis Aboltins authored
*
(ofx) removing old parser * Release notes * Patch unit test
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 10 - all desktop-client src folders except icons * Release notes
-
Matiss Janis Aboltins authored
-
- Jan 05, 2024
-
-
Joel Jeremy Marquez authored
* Request active edit on focus * Release notes * Track previous focus state * use inputRef to focus * Focus total amount effect * Run active edit action synchronously * Revert unneeded changes * Run cleanup synchronously * Cleanup * runAction * Space
-
- Dec 22, 2023
-
-
Joel Jeremy Marquez authored
* Mobile split transactions * Release notes * Fix colors * Update test ids * AmountInput component on split transactions * Add notes to mobile split transaction * Ease of use improvements + functional components * Ease of use updates * VRT updates * Fix AmountInput blur * Remove negative state in AmountInput + fix vrt
-
- Dec 05, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 26, 2023
-
-
Mohamed Muhsin authored
-
- Nov 24, 2023
-
-
Neil authored
* Remove Featureflag * notes * VRT updates * Dark Theme fixes * VRT updates * VRT updates * Revert "VRT updates" This reverts commit 7d669f2df2baabb3d20c2da55437adcf01959ef8. * Revert VRT Reverting VRT * VRT updates * pillbackground * VRT updates * Theme Selector * VRT Updates * notes * VRT updates
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
-