Skip to content
Snippets Groups Projects
  1. Aug 06, 2024
  2. Aug 04, 2024
  3. Aug 03, 2024
  4. Jul 31, 2024
  5. Jul 25, 2024
  6. Jul 22, 2024
  7. 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
  8. Jul 11, 2024
  9. Jul 08, 2024
  10. Jul 03, 2024
  11. Jun 24, 2024
  12. Jun 21, 2024
    • Joel Jeremy Marquez's avatar
      Format transaction notes as clickable tags (#2670) · f02ca4e3
      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: default avatarRobert Dyer <rdyer@unl.edu>
      
      * VRT
      
      * Fix error
      
      * Fix filtered balance
      
      * VRT
      
      ---------
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      Unverified
      f02ca4e3
  13. Jun 19, 2024
  14. Jun 17, 2024
  15. Jun 13, 2024
  16. Jun 10, 2024
    • Crazypkr1099's avatar
      Added Year comparison feature. (#2806) · 2b96bb3d
      Crazypkr1099 authored
      
      * Added Year comparsion feature. Also fixed bug with greater than 28 days.
      
      * Removed comments and console.logs
      
      * Create 2806.md
      
      * Cleaned up code
      
      * Hide's graph if no data, and hides average, last month or last year if no data.
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarNeil <55785687+carkom@users.noreply.github.com>
      
      * Fixed spent MTD and last MTD. Added in all suggestions from carkom.
      
      * Update 2806.md
      
      * Added changes required by carkom #2
      
      * Couple more fixes, only show graph if have data for last month (as requested by carkom)
      
      * Removed console.log that was mistakenly added.
      
      * removed useEffect
      
      * Add files via upload
      
      * Remove async function
      
      * lint fix
      
      * fixed carkom requests & added in fix for YAxis issues
      
      * Fixed couple of mistakes. Removed Y Axis fix (new PR will be created)
      
      * Cleanup code
      
      * Fix mode buttons
      
      * Removed console.log...
      
      * Update showAverage Logic
      
      * Update switch logic
      
      default should be default for everyone other part of the graph.
      
      * Add Math.abs
      
      * lint fix
      
      ---------
      
      Co-authored-by: default avatarNeil <55785687+carkom@users.noreply.github.com>
      Unverified
      2b96bb3d
  17. Jun 06, 2024
  18. Jun 03, 2024
  19. May 29, 2024
  20. May 21, 2024
  21. May 20, 2024
  22. May 18, 2024
  23. May 16, 2024
  24. May 15, 2024
    • Joel Jeremy Marquez's avatar
      Page enhancements - add page headers to mobile reports (#2733) · e3b4c3f5
      Joel Jeremy Marquez authored
      * Refactor Page component and use in report pages
      
      * Release notes
      
      * Fix typecheck error and budget table background
      
      * Update pages
      
      * VRT updates
      
      * Reports page data-testid
      
      * VRT updates
      
      * Updates
      
      * VRT
      
      * Paddings
      
      * Put create new custom report in page header
      
      * Cleanup
      
      * Feedback
      
      * VRT
      
      * Fix graph sizes in mobile
      
      * Update flex grow
      
      * VRT
      Unverified
      e3b4c3f5
  25. May 14, 2024
  26. May 13, 2024
  27. May 07, 2024
  28. May 03, 2024
    • Neil's avatar
      Monthly spending report (#2622) · 04bc0c3c
      Neil authored
      * monthly Spending
      
      * Add Average
      
      * notes
      
      * title
      
      * date filter
      
      * TS fixes and hide average when no data
      
      * fix average tooltip and relabel x-axis
      
      * Wording/verbiage
      
      * filters changes
      
      * feature flag
      
      * networth card fix
      Unverified
      04bc0c3c
    • Neil's avatar
      Custom Reports changes (#2677) · 0aa6a057
      Neil authored
      * adjustments
      
      * notes
      
      * scroll height
      
      * lint fix
      
      * compact scrollbar
      
      * fixes
      
      * filters fix
      
      * scrollbar color
      
      * fix week ranges
      Unverified
      0aa6a057
  29. Apr 26, 2024
    • Neil's avatar
      Custom Reports Adjustments (#2659) · d49f907f
      Neil authored
      * monthly Spending
      
      * Add Average
      
      * notes
      
      * title
      
      * date filter
      
      * TS fixes and hide average when no data
      
      * fix average tooltip and relabel x-axis
      
      * Wording/verbiage
      
      * remove spending files
      
      * adjustments
      
      * reports.d revert
      
      * revert filter changes
      
      * adjust update filters
      
      * notes
      
      * remove old notes
      
      * adjust style
      
      * lint fixes
      Unverified
      d49f907f
  30. Apr 24, 2024
    • Neil's avatar
      Mobile reports (#2624) · 469c789c
      Neil authored
      * mobile reports
      
      * notes
      
      * header updates
      
      * hide tooltip in mobile view
      
      * visual updates
      
      * padding changes
      
      * VRT
      
      * bottom padding
      
      * merge fixes
      
      * VRT
      
      * unselectable
      
      * merge fixes
      Unverified
      469c789c
  31. Apr 22, 2024
    • Neil's avatar
      Custom Reports: Line show activity (#2636) · 985411d4
      Neil authored
      * StackedBar Activity
      
      * LineGraph and some session updates
      
      * notes
      
      * table graphs
      
      * Revert "table graphs"
      
      This reverts commit 69b5a441261a7e257fb84f353907d5d101c0fa48.
      
      * Revert stackedBar
      
      * add filters
      
      * revert
      
      * notes
      
      * lint fix
      
      * visual updates
      Unverified
      985411d4
Loading