- Aug 08, 2024
-
-
Robert Dyer authored
* Add "S" hotkey for viewing/linking schedules. * Default to filtering by account name when linking a schedule to a transaction. * Work on 'all accounts' page. * Update help modal * add release note
-
- Aug 07, 2024
-
-
Julian Dominguez-Schatz authored
* Add rollover budget typing * Fix lint * Add release notes * Fix strict typechecking
-
- Aug 06, 2024
-
-
Spencer Murray authored
* Use csv fields with name payee/notes as defaults for Payee/Notes in getInitialMappings * Add release notes * Run lint * Use or instead of nullish coalesce to match other fields
-
- Aug 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 29, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 28, 2024
-
-
Matiss Janis Aboltins authored
-
- Jul 26, 2024
-
-
youngcw authored
* update the parser * can set goal value, but there are errors and it still needs to look for a balance and not month amount * fix apply budget * un change * note * lint * working processing, need to set colors based on month somehow * add long goal option to the gui and db * note, lint * fix cleanup * fix * make mobile work, lint * fix bindings * more proper * lint * fix single category run * don't unset goal values if they don't have a template too * lint * more lint * fix check when no template exists * rearrange to get around the issue of inconsistent colors * lint * typecheck * add field to aql schema * fixes * cleanup * migration date
-
- 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
-
- Jul 17, 2024
-
-
Robert Dyer authored
* Add account page hotkeys * add release note * fix linter * change shortcut * change hotkey * fix lint * add budget shortcuts * update help page * fix linter * add privacy filter hotkey p * update help modal * fix deps * slash the zero * bound the month picker * change privacy shortcut to ctrl+p * remap keys to ctrl * add select all hotkey * fix linter * change add hotkey to T * update help modal * resize help modal * fix linter * shrink modal size more * change budget reset behavior * change privacy to shift+ctrl+p * move shift to front
-
Joel Jeremy Marquez authored
* React Aria Button on modals * Release notes * Remove tabIndex * Remove aria-label
-
- Jul 15, 2024
-
-
Matiss Janis Aboltins authored
-
Robert Dyer authored
* Add help modal for keyboard shortcuts. * add release note * fix linter * fix typecheck * fix linter * use component syntax for GroupHeading * use component syntax for Shortcut * fix linter * use component syntax for KeyIcon * refactor to support different dialogs * show different help based on current page * fix linter * reword help * capitalize letters * show cmd on mac * stop event propagation * dont show if a modal is already open * remove unused import * rename modal * move where location check happens * dont stop event * allow typing '?' in inputs * better filter * extract function * fix linter * dont show if filter popover is visible * fix linter * fix wrong shortcut, support SHIFT * fix linter * fix conditional
-
- Jul 12, 2024
-
-
Chris Tozlowski authored
* Fix line separator position in operations menu * release note
-
- Jul 10, 2024
-
-
Matiss Janis Aboltins authored
*
(budget-type) moving the selector to settings page * Feedback: move the block down
-
- Jul 09, 2024
-
-
Wizmaster authored
- Added import preview in transaction import list - Added checkboxes to selectively prevent merging transactions Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 04, 2024
-
-
Robert Dyer authored
* Fix warning modal not showing a second time. * add release note
-
- Jul 03, 2024
-
-
dymanoid authored
* Fix rollover arrow display for mobile and desktop * Add release notes * Implement review suggestions * Fix rollover indicator without goals
-
Matiss Janis Aboltins authored
-
- Jun 26, 2024
-
-
Joel Jeremy Marquez authored
* Group and ungroup split transactions * Release note * Fix release note category * Do not allow on reconciled transactions * Add account validation, fix undo behavior, set split payee * Fix lint errors * Allow extracting some child transactions * Disabled split/unsplit selected items menu * Fix lint error * Fix typecheck error * Special Split payee * "Split" payee on parent transaction * Show manage payees on payee autocomplete modal * Fix typecheck error + cleanup * Fix typecheck error + cleanup * VRT * Fix tests * VRT * Only show split/unsplit when applicable
-
- 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 18, 2024
-
-
Robert Dyer authored
-
Robert Dyer authored
* Rework bank secrets reset * Fix alignment * Fix lint errors * add release note * Fix typo * fix typo
-
- Jun 10, 2024
-
-
Dan D authored
* Update main.ts - Handle Null Org Domain in SimpleFIN SimpleFIN (currently) uses the org domain as the bank ID. According to SimpleFIN docs, this can possibly be a null value, as can the org name. However, at least one of the two must be present. In Actual, org name is set to "Unknown" if it comes in as null, but the bank_id (previously just set to the org domain) was not, resulting in a null bank_id value at times. * Create 2836.md * Fix release notes format. * Small change to release note. * Change to use new org Id as fallback for bank_id * Add orgId property, for new org id from SimpleFIN
-
Joel Jeremy Marquez authored
* Make balance movement menus only appear on relevant conditions * Release notes * Hide to be budgeted when covering overbudgeted * Fix typecheck error
-
- Jun 07, 2024
-
-
Joel Jeremy Marquez authored
* Use AmountInput on mobile transfer and hold buffer modals * Release notes * VRT + typecheck error fixes * VRT * VRT
-
- Jun 05, 2024
-
-
Julian Dominguez-Schatz authored
* Use amount input on rules page instead of plain text field * Add release notes * Remove unneeded attributes * Support percent formatting * Lint + typecheck * Fix latent bug * Handle existing data correctly * PR feedback: naming * PR feedback: force percent to a positive number * PR feedback: reset percent to 100 upon changing input type * Fix input clamping behaviour * Empty commit to bump ci * PR feedback: prop cleanup * PR feedback: no default number format * PR feedback: cosmetic refactor
-
- Jun 04, 2024
-
-
Joel Jeremy Marquez authored
* Initial * Add cheveron to logo * Updates * Release notes * Fix typecheck error * Fix build error * Align budgeted * Fix tests * Dynamic font sizes in budget table cells * VRT * Apply AutoTextSize * Layout updates * VRT updates * Resize text on value update + fix lint/typecheck errors * Category/groups take full width * Cleanup + VRT * Feedback * VRT * Change column visibility indicator * VRT * Use SvgExpandArrow * VRT * Zero balance contrast on light mode * Update AutoTextSize key * Color updates * VRT
-
- Jun 03, 2024
-
-
Matt Fiddaman authored
* Fix CSV import not matching category is (nothing) rules * release note
-
Julian Dominguez-Schatz authored
* Release 'Splits in rules' feature * Add release notes * Add missed comment * Remove unused import * Fix failing test
-
Matiss Janis Aboltins authored
*
(tooltip) refactoring to react-aria (vol.6) * Release notes
-
- May 30, 2024
-
-
Robert Dyer authored
* initial support for linking to off budget * add release note
-
- May 28, 2024
-
-
Robert Dyer authored
* Better account sync listing * use PrivacyFilter on balances * add release note
-
- May 22, 2024
-
-
Robert Dyer authored
* Avoid using underlines for emphasis * add release note
-
- May 16, 2024
-
-
Joel Jeremy Marquez authored
* Require account in mobile transaction entry + confirm transaction delete * Release notes * VRT * VRT
-
- May 09, 2024
-
-
Boris Fritscher authored
* Implement CAMT.053 transactions importer with a file parser and enable xml filetype in dialogs * add release notes * fix types and lint
-
- May 07, 2024
-
-
Joel Jeremy Marquez authored
* Update autocomplete types * Remote optional type * Improve SingleInputModal * Fix lint error * Mobile budget file quick switch mode * Release notes * Updates * Fix typecheck error * Fix paddings * Update modal * Fix lint error * Display no budget files * Fix remote files not showing
-
Yoonjae Choi authored
* design: revise modal margin * docs: revise release note name * remove: remove style padding --------- Co-authored-by:
Yoonjae Choi <Choi@quantusui-MacBookAir.local>
-
Joel Jeremy Marquez authored
* [Mobile] Add schedule name and date to scheduled transaction modal * useRef to prevent rerenders * Release notes * Fix typecheck error * Fix lint errors * Update schedule font * Heavier font weight
-
- May 02, 2024
-
-
Joel Jeremy Marquez authored
* Fix mobile notes modal not retrieving correct notes * Release notes * Revert useState initial value
-
- Apr 22, 2024
-
-
Joel Jeremy Marquez authored
* Update autocomplete types * Remote optional type * Improve SingleInputModal * Fix lint error * Update modal paddings * Release notes * Update release notes * Update default Modal padding and style * VRT update * VRT * VRT
-