Skip to content
Snippets Groups Projects
  1. Dec 13, 2023
  2. Dec 12, 2023
  3. Dec 09, 2023
  4. 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
      Unverified
      2741422c
    • Matiss Janis Aboltins's avatar
  5. Dec 05, 2023
    • Matiss Janis Aboltins's avatar
    • 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
      Unverified
      c4ff099f
  6. Dec 02, 2023
  7. Dec 01, 2023
  8. Nov 30, 2023
  9. Nov 28, 2023
  10. Nov 26, 2023
  11. Nov 24, 2023
    • Neil's avatar
      Dark Theme Live (#1925) · 2c87c603
      Neil authored
      * Remove Featureflag
      
      * notes
      
      * VRT updates
      
      * Dark Theme fixes
      
      * VRT updates
      
      * VRT updates
      
      * Revert "VRT updates"
      
      This reverts commit 7d669f2df2baabb3d20c2da55437adcf01959ef8.
      
      * Revert VRT
      
      Reverting VRT
      
      * VRT updates
      
      * pillbackground
      
      * VRT updates
      
      * Theme Selector
      
      * VRT Updates
      
      * notes
      
      * VRT updates
      Unverified
      2c87c603
  12. Nov 23, 2023
  13. Nov 22, 2023
  14. Nov 20, 2023
  15. Nov 19, 2023
  16. Nov 18, 2023
  17. Nov 17, 2023
  18. Nov 16, 2023
    • Neil's avatar
      Customizeable Reports (#1791) · 1f105999
      Neil authored
      * Reorganize and add graphs
      
      * Create Customizable Chart
      
      * Notes
      
      * Hide Menu update Donut
      
      * lint fixes
      
      * Organize Menus
      
      * Change Title
      
      * UI changes
      
      * UI updates
      
      * Add Data Table
      
      * Functionality additions and Privacy Filters
      
      * Date filters working and formatting changes
      
      * Fix default spreadsheet and add tableGraph
      
      * Integrate Summary Data and Split Legend
      
      * started adding functionality on charts
      
      * list fix
      
      * Enabling more graphs, fixing errors
      
      * Legend, interactions, Empty Rows Filter
      
      * fixes for EmptyRows/interactions/legends
      
      * formatting UI and filtering data
      
      * format date
      
      * fix errors
      
      * Fix Legend Order
      
      * lint fixes
      
      * Add tooltips
      
      * Feature Flag
      
      * fix overview card, fix offbudget checkbox
      
      * Revamped dataType, added scrollBars
      
      * data display adjustments
      
      * data spreadsheet updates/groups added to matrix
      
      * Add Category Selector
      
      * Add Labels Button
      
      * formatting fixes
      
      * Add Averages to dataTable
      
      * data bug fix
      
      * Added all type back in with exceptions
      
      * formatting
      
      * split assets/debts, add Uncategorized
      
      * bug fixes and UI updates
      
      * add scrollbars to table
      
      * formatting dataTable
      
      * tooltips, navigation and graph labels
      
      * Code clean-up and re-org
      
      * revert color change
      
      * Change labels name
      
      * organize files
      
      * code cleanup
      
      * Tooltip Colors
      
      * Descoping legend for future PR
      
      * descope legend & rename split
      
      * rename type variable to be more descriptive
      
      * adjustments for sankey and eslint merges
      
      * notes update
      
      * code review fixes
      
      * code fixes
      
      * fix date selections
      Unverified
      1f105999
  19. Nov 15, 2023
  20. Nov 12, 2023
    • Shaan Khosla's avatar
      Sankey with Recharts (#1739) · 5008eb02
      Shaan Khosla authored
      * added sankey plot
      
      * fix sankey
      
      * formatting
      
      * formatting
      
      * lint
      
      * reduce margin
      
      * experimental flag
      
      * update location of recharts install
      
      * truncate tooltip
      
      * add titles to node and sizing
      
      * better filtering
      
      * comments, types, and check if data exists
      
      * don't log
      
      * clean up extra views
      
      * responsive container, and fix label in graph
      
      * change back
      
      * fix bug and font
      
      * static tooltip
      
      * update overview to fit both sankey and category spending
      
      * overview sankey
      
      * increase iterations, fix right text, and release notes
      
      * remove is out
      
      * lint
      
      * fix tooltip space
      
      * fix margins
      
      * format and efficient sql payees query
      
      * restructure category sum value
      
      * add tooltip names...again
      
      * conditionally use container
      
      * use useCategories
      Unverified
      5008eb02
  21. Nov 11, 2023
  22. Nov 08, 2023
  23. Nov 07, 2023
  24. Nov 05, 2023
  25. Nov 04, 2023
  26. Oct 30, 2023
  27. Oct 22, 2023
Loading