Skip to content
Snippets Groups Projects
  1. Jul 17, 2023
  2. Jul 04, 2023
    • Neil's avatar
      Reorganize Accounts Folder (#1258) · 050f48ac
      Neil authored
      There's no new code here, just a reorg. Had to change some import calls
      in some files to make it all work properly.
      
      Having just done a lot of work in the accounts directory I figured it
      could do with some organization. I've broken out all the Header
      functions into a different file in order to cut down on the size of the
      account.js file.
      
      I also moved the transactions files into a new directory since they are
      used by other pages. Also makes them easier to find with this structure.
      Unverified
      050f48ac
  3. Jun 28, 2023
  4. May 04, 2023
  5. 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
  6. Mar 24, 2023
  7. Mar 21, 2023
  8. Mar 20, 2023
  9. Mar 18, 2023
  10. Mar 17, 2023
  11. Mar 16, 2023
    • Matiss Janis Aboltins's avatar
      :bug: making desktop-client tests independent (#765) · d9bc64e7
      Matiss Janis Aboltins authored
      
      Tests cases should be independent. You should be able to run them in
      whatever order you want. And they should still pass.
      
      Currently this is not the case. The order of the tests is very important
      due to the "pseudo" randomization algorithm.
      
      This PR makes the mock data IDs truly unique thus better exposing the
      issue in our tests. Also this PR fixes the dependency issues thus making
      each test case truly independent.
      
      ---------
      
      Co-authored-by: default avatarJed Fox <git@jedfox.com>
      Unverified
      d9bc64e7
  12. Feb 28, 2023
  13. Feb 13, 2023
  14. Feb 10, 2023
  15. Jan 12, 2023
  16. Jan 02, 2023
  17. Sep 02, 2022
  18. Aug 30, 2022
  19. Aug 25, 2022
  20. Apr 29, 2022
Loading