Skip to content
Snippets Groups Projects
  1. Jun 25, 2023
  2. Jun 24, 2023
  3. Jun 23, 2023
  4. Jun 21, 2023
  5. Jun 20, 2023
  6. Jun 19, 2023
  7. Jun 18, 2023
  8. Jun 17, 2023
  9. Jun 16, 2023
  10. Jun 15, 2023
  11. Jun 14, 2023
  12. Jun 13, 2023
  13. 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.
      0e2b317e
    • Jed Fox's avatar
      Partition GitHub Actions cache based on Node version (#1118) · 15bc3c45
      Jed Fox authored
      This should fix the test failures on `master` — currently tests are
      failing because the cache was created with an old version of Node.
      15bc3c45
    • youngcw's avatar
      Goals: Check template action (#1108) · ded6ee8a
      youngcw authored
      This adds an option to the month drop down to check all the template
      lines. If there are errors the offending line is shown with its
      category.
      
      I also modified the wording on the regular template return to be more
      accurate. Fixes #1100
      ded6ee8a
  14. Jun 10, 2023
    • Jed Fox's avatar
      Update recommended version to Node.js 18 (#1117) · c1af40ff
      Jed Fox authored
      After #1115, new Node.js versions will be able to be used for
      development of the frontend. This PR changes the recommended Node.js
      version to 18 (the current LTS version). I have also tested with 16 and
      20 and it works.
      
      I also took the opportunity to:
      
      - move the build script that was at the project root to the `bin/`
      folder
      - update the `browserslist` to target Electron 24 (which is the version
      we currently build against). This results in a slightly smaller bundle
      due to no longer having to transpile optional chaining.
      c1af40ff
    • Jed Fox's avatar
      Update loot-core to webpack 5 (#1115) · f06edd72
      Jed Fox authored
      ~based on #1114~
      
      This brings its build process up to date with the rest of the project.
      We can now use Node 20 to build successfully.
      
      Closes #918
      f06edd72
  15. Jun 09, 2023
  16. 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
Loading