- Jun 29, 2023
-
-
Matiss Janis Aboltins authored
1. Removed some more unused scripts 2. Simplified the way we build `version` in to the source
-
- Jun 28, 2023
-
-
Jed Fox authored
- Remove unused CSS files - Set up the `.wasm` files to be automatically copied in - `sql-wasm-debug.wasm` is removed entirely since we never use the debug/dev build of sql.js. This reduces the app download size by 1MB on the server side. It may be worth enabling the debug build automatically in the future?
-
- Jun 10, 2023
-
-
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
-
- May 24, 2023
-
-
Eike Siewertsen authored
-
- Apr 12, 2023
-
-
Jed Fox authored
It turns out this command is not installed by default on macOS. Fortunately the code doesn’t really require it to be used.
-
- Apr 10, 2023
-
-
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.
-
- Apr 09, 2023
-
-
Jed Fox authored
These files will be automatically recreated by `yarn build:api`, `yarn build:browser`, and `yarn start:browser`, so we don’t need them in the repo.
-
- Apr 06, 2023
-
-
Jed Fox authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
- Feb 28, 2023
-
-
Matiss Janis Aboltins authored
-
- Jan 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Jan 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 13, 2022
-
-
Tom French authored
-
- Aug 31, 2022
-
-
Tom French authored
-
- Aug 30, 2022
-
-
Tom French authored
-
bdoherty authored
Co-authored-by:
Tom French <15848336+TomAFrench@users.noreply.github.com>
-
- Aug 23, 2022
-
-
Tom French authored
-
- Aug 12, 2022
-
-
Brendan Doherty authored
-
- Jun 29, 2022
-
-
Tom French authored
-
Tom French authored
-
- Apr 29, 2022
-
-
James Long authored
-