- Jul 25, 2024
-
-
Joel Jeremy Marquez authored
* Fix menus autoclosed when clicked element on top of the menu item * Release notes
-
Neil authored
* spending card fix * notes
-
Neil authored
* add save button * notes * rerun checks * add time * tooltips * change entity to string * lint fix * adjust defaults * lint
-
- Jul 23, 2024
-
-
Fran González authored
* Fix no dismissal on budget action * Add release notes file * Correct tag * Remove unnecessary callback * Linting * Apply same strategy on reportcomponents * Rename to onMenuAction
-
- Jul 22, 2024
-
-
Neil authored
* PlusOne * notes * add daterange filters
-
Bruno Ribeiro authored
Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to ignore characters with accents / diacritics (#3045) * Autocomplete sort now ignores diacritics * Payees tab now takes into account diacritics * Category Autocomplete now ignores diacritics * Schedules filter now ignore diacritics * Added release note * Fixed type error * Added normalisation to manage rules filter * Added normalisation to $like operator * Added normalisation function to loot-core * Fixed type error & added normalisation to notlike * Fixed unit tests * Changed normalise to use loot-core/shared on desktop * Linting fix
-
- Jul 20, 2024
-
-
Julian Dominguez-Schatz authored
* Use dicts to look up common information * Show abbreviated payees in split payee section * Update vrt * fix: missing transfer icon * Add release notes * fix: update vrt again * bugfix: failing edge cases * fix: stale test * fix: stale test, p2 (+ vrt)
-
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
-