Skip to content
Snippets Groups Projects
  1. Oct 10, 2023
    • 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
      Unverified
      c33dc6fb
  2. Sep 22, 2023
  3. Sep 07, 2023
  4. Aug 17, 2023
  5. Aug 05, 2023
  6. Jul 30, 2023
  7. Jul 29, 2023
  8. Jul 26, 2023
  9. Jul 20, 2023
  10. Jul 18, 2023
  11. Jul 04, 2023
  12. Jul 02, 2023
  13. Jun 30, 2023
  14. Jun 28, 2023
  15. Jun 27, 2023
  16. Jun 25, 2023
  17. Jun 23, 2023
  18. Jun 21, 2023
    • Jed Fox's avatar
      Remove upgrade notifications code (#1156) · c6443f24
      Jed Fox authored
      None of this code is relevant to people who have used the open source
      app. I initially wanted to leave it in so it could be used for major new
      features in the future, but as it falls further and further out of date
      I think it’s best to just delete it in a clean PR that can be referenced
      later if desired.
      Unverified
      c6443f24
  19. Jun 18, 2023
  20. Jun 16, 2023
  21. Jun 15, 2023
  22. 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
  23. Jun 06, 2023
    • Jed Fox's avatar
      Remove account types (#948) · a25327d3
      Jed Fox authored
      Closes #944, closes #532. ~WIP because something is causing the test
      budget to fail to create because it’s using INSERT instead of UPDATE sql
      queries. (Or not? I have no idea)~
      Unverified
      a25327d3
  24. Jun 02, 2023
  25. May 15, 2023
    • SudoCerb's avatar
      Add “Show unused payees” button (#1011) · 1305335f
      SudoCerb authored
      # Add ability to filter the Manage Payees screen to show orphaned payees
      only.
      
      I aimed to modify as little code as possible - we now have a button on
      the Manage Payees screen that will filter the table to show orphaned
      payees only.
      Unverified
      1305335f
  26. May 02, 2023
    • Jed Fox's avatar
      Remove unused payee rules feature (#985) · 646d0d90
      Jed Fox authored
      Fixes #615. I would appreciate double-checking that I didn’t
      accidentally delete anything that is important.
      
      Since I’m removing the related API methods, this is technically a
      breaking change (even if people would have no reason to remove this
      stuff), so we should probably do a major release of the API package.
      Unverified
      646d0d90
  27. May 01, 2023
  28. Apr 29, 2023
  29. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      Unverified
      cd00da76
  30. Apr 06, 2023
  31. Mar 24, 2023
  32. Mar 21, 2023
  33. Mar 20, 2023
  34. Mar 16, 2023
  35. Mar 13, 2023
  36. Mar 06, 2023
Loading