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
    • Michael Clark's avatar
      :electron: Added keyboard shortcuts reference to Help menu (#3100) · 1e41d695
      Michael Clark authored
      * adding keyboard shortcuts reference to help menu
      
      * add release notes
      Unverified
      1e41d695
    • wdpk's avatar
      update split transaction handling for csv export (#2973) · 12f91f7d
      wdpk authored
      
      * Split transaction handling for csv export (#2973)
      
      * refactor, zero-amt parents and add split_amount
      
      change how child/parents are counted to remove dependence on `sort_order` being negative. for export, give parent transactions a 0 in the `amount` column, but add a new column with their `split_amount` for other programs to possibly import
      
      ---------
      
      Co-authored-by: default avatarZeus\Herb <herb@win.dows>
      Co-authored-by: default avatarDJ Mountney <david.mountney@twkie.net>
      Unverified
      12f91f7d
  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
Loading