- 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
-
Matiss Janis Aboltins authored
-
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 18, 2024
-
-
Sreetam Das authored
* Add computed padding for handling clipped Net worth amounts * Add comment, early handle 5 character case * Add release note * Use currency decimal preference for Net Worth graph Y-axis ticks * use number format preference for `BarLineGraph` ticks * use number format preference for checking `NetWorthGraph` tick overflow * prevent `numberFormatConfig` overwrite `getNumberFormat` uses `numberFormatConfig` as the default argument; passing just `{ hideFraction: true }` caused `numberFormatConfig.format` to be ignored * add release note * use `amountToCurrencyNoDecimal` instead for `{BarLine,NetWorth}Graph` ticks
-
- 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
-
Joel Jeremy Marquez authored
* Fix rules in mobile transaction entry * Release notes * Remove alert
-
Joel Jeremy Marquez authored
* React Aria Button on management app * Release notes * Update release notes * Fix typecheck error * Remove aria labels * Apply suggestions from code review Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Remove aria-labels * Remove aria-label --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Robert Dyer authored
* Fix ? crashing on load budget page. * add release note
-
Robert Dyer authored
* Update running balances width to display large numbers. * add release note * update width * update width
-
Austin Pearce authored
-
- Jul 16, 2024
-
-
Austin Pearce authored
-
- 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 13, 2024
-
-
Tom Crasset authored
-
Yusef Ouda authored
-
- Jul 12, 2024
-
-
Chris Tozlowski authored
* Fix line separator position in operations menu * release note
-
- Jul 11, 2024
-
-
Robert Dyer authored
* Dim hidden income category rows * add release note * fix linter
-
Austin Pearce authored
-
- Jul 10, 2024
-
-
Robert Dyer authored
-
Matiss Janis Aboltins authored
*
(budget-type) moving the selector to settings page * Feedback: move the block down
-
- Jul 09, 2024
-
-
Austin Pearce authored
-
Wizmaster authored
- Added import preview in transaction import list - Added checkboxes to selectively prevent merging transactions Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 08, 2024
-
-
Matiss Janis Aboltins authored
-
Julian Dominguez-Schatz authored
* Disable interactivity on preview statuses These have no click action but have a focus effect of a purple circle (residual from the "Cleared" checkbox styling) that looks a bit glitchy. * Add release notes * Exclude status field from keyboard navigation
-
Joel Jeremy Marquez authored
* Fix cover modal title * Release notes
-
Yusef Ouda authored
* reorders 'Rename' above 'Hide' in menu popovers * release notes * adds debounce to sidebar animation * bump debounce time * release notes * release notes * Update debounce import * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * removes event listener on titlebar, changes margins
-
Sreetam Das authored
* Add computed padding for handling clipped Net worth amounts * Add comment, early handle 5 character case * Add release note * Update packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx Co-authored-by:
Robert Dyer <rdyer@unl.edu> * Update vrt snapshots * Fix NetWorthGraph cutoff when `compact` is true This happens in case of `ReportCard` * Update VRT snapshots to revert to original * Revert snapshots to original * vrt --------- Co-authored-by:
Robert Dyer <rdyer@unl.edu> Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 07, 2024
-
-
Yusef Ouda authored
* Adds ability to resize sidebar * Adds release notes * Changes to feature * lint * change translateX to use % for both states * vrt * set max sidebar width, cleanup * set min and max widths * min width to 200px * changes resizable sidebar to use re-resizable instead off css resize * vrt * vrt
-
Joel Jeremy Marquez authored
* Assign schedule to both transactions if schedule is a transfer * Release notes * Migration for old scheduled transfer transactions
-
- Jul 04, 2024
-
-
Joel Jeremy Marquez authored
* React Aria Button on payees and accounts page * Release notes * Fix Reconcile * VRT * VRT * Fix balance hover * VRT * Update packages/desktop-client/src/components/accounts/Balance.jsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Fix lint --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Robert Dyer authored
* Fix warning modal not showing a second time. * add release note
-
- Jul 03, 2024
-
-
Joel Jeremy Marquez authored
* React Aria Button on rules and settings page * Release notes * VRT
-
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
-
Joel Jeremy Marquez authored
* React Aria Button as base of Button component * Release notes * AmountInput sign button * Fix tests * Comment * Fix disabled/pressed style * Update react-aria-components version * yarn.lock * Apply defaultStyle * Fix button props type
-
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
-
- Jul 02, 2024
-
-
Matiss Janis Aboltins authored
This reverts commit 247e3e8d.
-
- Jun 27, 2024
-
-
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
-