Skip to content
Snippets Groups Projects
  1. Jul 18, 2023
  2. Jul 17, 2023
  3. Jul 02, 2023
  4. Jun 20, 2023
  5. Jun 17, 2023
    • Shazib Hussain's avatar
      Removing unused functions (#1145) · 764a20a3
      Shazib Hussain authored
      Continuing on from #1139 this PR deletes all function that are not used
      anywhere.
      
      The next PR will include all the entire files that are unused & deleted.
      764a20a3
  6. 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
    • Matiss Janis Aboltins's avatar
      :bug: disable 'all payees' checkbox while schedules are loading (#1136) · f8dfa5a6
      Matiss Janis Aboltins authored
      Closes #1125
      
      Disables (hides) the "all payees" checkbox when schedules are loading.
      
      Reproduction:
      1. open `/schedule/discover`
      2. while the data is still loading - click on the checkbox in the table
      header
      3. after loading finishes - the page crashes with an error
      f8dfa5a6
  7. Jun 14, 2023
  8. Jun 13, 2023
  9. 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
  10. Jun 01, 2023
  11. May 10, 2023
  12. May 09, 2023
  13. May 05, 2023
  14. May 01, 2023
  15. Apr 19, 2023
  16. Apr 06, 2023
  17. Mar 24, 2023
  18. Mar 20, 2023
  19. Mar 18, 2023
  20. Mar 17, 2023
  21. Mar 13, 2023
  22. Mar 08, 2023
  23. Feb 21, 2023
    • Jed Fox's avatar
      Allow the server to auto-configure the server URL for the client (#649) · fc308ece
      Jed Fox authored
      * Allow the server to auto-configure the server URL for the client
      
      * Extract server URL/version logic out to ensure consistent updates
      
      * ()
      
      * Be more explicit about when the server version is re-fetched
      
      * Use a single layer of context provider
      
      * Move the bootstrap route to /account/needs-bootstrap
      
      * No more `isActual`
      
      * Refactor to call subscribe-needs-bootstrap instead of fetch()
      
      * Dedupe calls to subscribe-needs-bootstrap
      
      * Don’t revalidate the server when we just validated it
      
      * simplify
      
      * Fix setServerURL
      fc308ece
  24. Nov 08, 2022
  25. Sep 06, 2022
  26. Sep 02, 2022
  27. Aug 31, 2022
  28. Aug 30, 2022
  29. Jul 23, 2022
Loading