Skip to content
Snippets Groups Projects
  1. Sep 07, 2024
  2. Sep 03, 2024
  3. Aug 28, 2024
  4. Aug 23, 2024
    • lelemm's avatar
      "has tags" filter (#3290) · 7769d030
      lelemm authored
      * new tag filter
      
      * fixes
      
      * release notes
      
      * fixes for the rules modal
      
      * more fixes
      
      * linter
      
      * visual regression fixes
      
      * review suggestions
      
      * missing this change
      Unverified
      7769d030
  5. Aug 21, 2024
  6. Aug 20, 2024
  7. Aug 19, 2024
  8. Aug 17, 2024
  9. Aug 15, 2024
  10. Aug 14, 2024
  11. Aug 12, 2024
  12. Aug 06, 2024
  13. Aug 04, 2024
  14. Aug 03, 2024
  15. Jul 31, 2024
  16. Jul 25, 2024
  17. Jul 22, 2024
  18. 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
  19. Jul 11, 2024
  20. Jul 08, 2024
  21. Jul 03, 2024
  22. Jun 24, 2024
  23. 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
  24. Jun 19, 2024
  25. Jun 17, 2024
  26. Jun 13, 2024
  27. 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
  28. Jun 06, 2024
  29. Jun 03, 2024
  30. May 29, 2024
  31. May 21, 2024
  32. May 20, 2024
Loading