Skip to content
Snippets Groups Projects
  1. Jan 24, 2024
  2. Jan 19, 2024
  3. Jan 12, 2024
  4. Jan 08, 2024
  5. Jan 06, 2024
  6. Dec 18, 2023
  7. Dec 05, 2023
  8. Nov 11, 2023
  9. Nov 09, 2023
  10. Nov 05, 2023
  11. Oct 09, 2023
  12. Oct 04, 2023
  13. Sep 11, 2023
  14. Sep 05, 2023
  15. Sep 03, 2023
    • Joel Jeremy Marquez's avatar
      Replace usage of glamor CSSProperties with React CSSProperties (#1542) · 63c3d07c
      Joel Jeremy Marquez authored
      * Remove usages of glamor CSSProperties
      
      * Cleanup
      
      * Re-add CellButton className prop
      
      * More removal of glamor CSSProperties
      
      * Release notes
      
      * Fix vrt test failures
      
      * Use React CSSProperties in View
      
      * Custom CSSProperties type
      
      * Settings UI regression fix
      
      * Fix type check errors
      
      * Address PR comments
      
      * CategorySpendingGraph style
      
      * Fix rebase mistake
      63c3d07c
    • 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
  16. Sep 02, 2023
  17. Aug 21, 2023
  18. Aug 04, 2023
  19. Jul 30, 2023
  20. Jul 26, 2023
  21. Jul 21, 2023
  22. Jul 20, 2023
  23. Jul 17, 2023
  24. Jul 16, 2023
  25. Jul 09, 2023
  26. Jun 15, 2023
    • Shazib Hussain's avatar
      Remove 'export' keyword where not needed. (#1139) · 61a5b1a3
      Shazib Hussain authored
      As discussed in #1126 creating separate PRs.
      
      The linter rule isn't actually part of this first PR and will likely be
      in the final PR as otherwise it will just fail because all the issues
      aren't resolved.
      
      The code is 'ready' though so as soon as this is merged I will open next
      one(s)
      61a5b1a3
  27. Jun 08, 2023
    • Davis Silverman's avatar
      Remove 'new' OFX parser as it is too buggy (#1111) · 87d269ba
      Davis Silverman authored
      Draft because it is untested, maybe tonight I will test it! Just wanted
      to get some code out cause i had a spare 5 minutes.
      
      The new parser isn't immediately good enough to replace the old parser,
      and I sadly lost the time to contribute more! Sorry! If someone else
      wants to take maintenance burden of this code, we can not merge this.
      Otherwise, it should go the way of the Dodo it seems.
      
      Thanks!
      
      Closes #1044
      87d269ba
  28. Apr 22, 2023
    • Davis Silverman's avatar
      Add experimental new OFX importer (#921) · a1d321d6
      Davis Silverman authored
      Hi there, 
      
      I try to tackle #798 here. It was suggested to throw this behind a
      feature flag, so here it is!
      
      this does its best to import the problem file in #767. 
      
      I am working on this because it would make my work on #918 easier :)
      
      Feel free to set the feature flag to true and try the new importer. The
      date parser is not as sophisticated as the one in `node-libofx`, but I
      tried 3 different OFX files, one from my bank, one from the mocks, and
      one from #767. They all seem to work well enough on that front, but this
      is definitely the weak point of the new implementation.
      
      Let me know what you think!
      a1d321d6
  29. Mar 24, 2023
  30. Mar 11, 2023
  31. Mar 01, 2023
  32. Feb 24, 2023
Loading