Skip to content
Snippets Groups Projects
  1. Dec 09, 2023
  2. Dec 06, 2023
    • Neil's avatar
      Custom Reports optimization (#1988) · 2741422c
      Neil authored
      * Range fix and payee fix
      
      * bug fixes and UI tweaks
      
      * range options, hover UI
      
      * Select - UnSelect All Buttons
      
      * fix hidden group bug
      
      * YAxis PrivacyFilter
      
      * notes
      
      * more privacyFilter graphs
      
      * overflowY fix
      
      * Loading Indicator
      
      * Fix Filter button hover
      
      * data revamp
      
      * review fixes
      
      * LoadingIndicator fixes
      
      * remove a loop
      
      * filterbuttontype
      
      * lint fixes
      
      * review fixes
      
      * filtersbutton
      
      * updates
      
      * Split out functions to separate files
      
      * uncategorized optimization
      
      * rename ambiguous variables
      
      * notes
      
      * remove indexStack
      
      * renaming variables
      
      * Improve scrolling of tableGraph
      
      * revert renaming variables
      
      * code fixes
      
      * lint fixes
      
      * review fixes
      
      * fix
      
      * review fixes
      
      * variable name changes
      
      * const eslint fixes
      
      * remove indexStack
      2741422c
    • Matiss Janis Aboltins's avatar
  3. Dec 05, 2023
    • Kyle Mckay's avatar
      Fix failure to create category with deleted name (#2002) · c4ff099f
      Kyle Mckay authored
      * Fix failure to create category with deleted name
      
      I'm not 100% familiar with the design of the data model so may have
      misinterpreted what's going on here, but how I read this:
      
      - The tombstone flag is used to soft delete categories.
      - When creating a new category, duplicate names within a group are
        prevented.
      - When checking for duplicate names, the tombstone flag was unchecked
        which meant deleted categories were falsely blocking creation.
      
      I had a look at category deleteion logic to verify that simply including
      the tombstone flag in this check is sane and see that there's a category
      mapping being maintained to redirect one category to another on
      deletion. So from what I can tell the correct behaviour here is to allow
      a new category with the previously deleted name, rather than to revive
      the old category (to preserve that old mapping lineage).
      
      * Add release note
      
      * Add regression test
      c4ff099f
  4. Dec 01, 2023
  5. Nov 30, 2023
  6. Nov 28, 2023
  7. Nov 26, 2023
  8. Nov 23, 2023
  9. Nov 22, 2023
  10. Nov 20, 2023
  11. Nov 17, 2023
  12. Nov 15, 2023
  13. Nov 11, 2023
  14. Nov 08, 2023
  15. Nov 05, 2023
  16. Nov 04, 2023
  17. Oct 30, 2023
  18. Oct 22, 2023
  19. Oct 10, 2023
    • youngcw's avatar
      Goal speedup2 (#1720) · 21effa65
      youngcw authored
      
      * only use needed priorities
      
      * cleanup
      
      * cleanup
      
      * cleanup
      
      * maybe better?
      
      * note
      
      * note fix
      
      * suggestion
      
      Co-authored-by: default avatarJoel Jeremy Marquez <joeljeremy.marquez@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarJoel Jeremy Marquez <joeljeremy.marquez@gmail.com>
      21effa65
    • Joel Jeremy Marquez's avatar
      Mobile category and group functionalities (#1737) · c33dc6fb
      Joel Jeremy Marquez authored
      * More mobile functionalities
      
      * Cleanup
      
      * Remove close button on mobile budget summary modal
      
      * Release notes
      
      * Close mobile inputs on enter
      
      * Fix mobile budget row header color
      
      * Fix income group hidden
      
      * Add validation + close button on category tooltip
      
      * Add mobile budget visual cues
      
      * More mobile visual cues
      
      * Error message fix
      
      * Update blank category name behavior
      
      * Cleanup
      
      * Cleanup
      
      * Fix mobile group deletion and category tooltip behavior
      
      * Zero sign for AmountInput
      
      * VRT snapshot updates
      
      * Handle null values in must-category-transfer
      c33dc6fb
  20. Oct 06, 2023
  21. Sep 26, 2023
  22. Sep 24, 2023
  23. Sep 22, 2023
  24. Sep 21, 2023
  25. Sep 11, 2023
  26. Sep 07, 2023
  27. Sep 03, 2023
    • Joel Jeremy Marquez's avatar
      Experimental OFX parser (#1600) · 8ef2c401
      Joel Jeremy Marquez authored
      * Experimental OFX parser
      
      * Release notes
      
      * Enable enableExperimentalOfxParser in tests
      
      * Move experimental ofx parser to ofx2json
      
      * Enable experimental ofx parser by default
      
      * Address PR comments
      8ef2c401
  28. Sep 02, 2023
  29. Aug 28, 2023
Loading