Skip to content
Snippets Groups Projects
  1. Jul 20, 2024
  2. Jul 18, 2024
    • Sreetam Das's avatar
      fix: number format config not being respected for graphs (#2832) · d032fce7
      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
      Unverified
      d032fce7
  3. Jul 17, 2024
  4. Jul 16, 2024
  5. Jul 15, 2024
    • Matiss Janis Aboltins's avatar
    • Robert Dyer's avatar
      Add help modal for keyboard shortcuts. (#3033) · 70726741
      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
      Unverified
      70726741
  6. Jul 13, 2024
  7. Jul 12, 2024
  8. Jul 11, 2024
  9. Jul 10, 2024
  10. Jul 09, 2024
  11. Jul 08, 2024
  12. Jul 07, 2024
  13. Jul 04, 2024
  14. Jul 03, 2024
  15. Jul 02, 2024
  16. Jun 27, 2024
  17. Jun 26, 2024
    • Joel Jeremy Marquez's avatar
      Group and ungroup split transactions (#2805) · 5951b926
      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
      Unverified
      5951b926
Loading