Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 12, 2023
  3. Sep 03, 2023
  4. Sep 01, 2023
  5. Aug 07, 2023
  6. Jul 29, 2023
  7. Jul 20, 2023
  8. Jul 18, 2023
  9. Jun 20, 2023
  10. Jun 11, 2023
    • Jed Fox's avatar
      Fix sync-related errors that show up in the console when not using a server (#984) · 0e2b317e
      Jed Fox authored
      Previously, the frontend would attempt to make real requests to
      `https://not-configured/`, which of course failed. I’ve changed the
      internal structure to have the lack of a server expressed as a `null`
      server. A new `did-bootstrap` browser-level setting has been added to
      track if the user clicked “Don’t use a server.”
      
      Finally, I updated the auth logic for methods that call out to the
      server to make them consistent and use the early return style which
      reduces indentation.
      Unverified
      0e2b317e
  11. Apr 19, 2023
  12. Apr 06, 2023
  13. Mar 24, 2023
  14. Mar 20, 2023
  15. Mar 18, 2023
  16. Mar 17, 2023
Loading