- Jul 03, 2023
-
-
Matiss Janis Aboltins authored
-
Jed Fox authored
-
Matiss Janis Aboltins authored
Closes #1236 --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Neil authored
Adding background update to cleared/uncleared boxes on accounts page. This is needed due to Accounts page background change in previous PR (#1122)
-
Jed Fox authored
-
- Jul 02, 2023
-
-
Matiss Janis Aboltins authored
Moving some more components out of `common.tsx` into their own files. There are no functional changes. This is a direct copy&paste into new files.
-
Matiss Janis Aboltins authored
This is direct copy & paste with no changes. Just moving things a bit to reduce the size of the massive common.tsx file
-
Matiss Janis Aboltins authored
Closes #1249 Also removing some unused code
-
Matiss Janis Aboltins authored
Closes #1163
-
Shazib Hussain authored
-
Neil authored
-
- Jul 01, 2023
-
-
Matiss Janis Aboltins authored
Cancel previous CI runs if a new push is made. Thus saving a bit of CI resources.
-
Shazib Hussain authored
-
Jed Fox authored
-
Jed Fox authored
-
Jed Fox authored
-
- Jun 30, 2023
-
-
Shazib Hussain authored
-
Joel Jeremy Marquez authored
For #547 In addition to the arrow icon, I have also updated the recurring/calendar icon to open the edit schedule page.
-
Jed Fox authored
-
shall0pass authored
Add recurring schedule support. To test: use the schedule keyword with a daily or weekly recurring schedule.
-
Jed Fox authored
-
Jed Fox authored
-
Shazib Hussain authored
-
Matiss Janis Aboltins authored
Bringing back asset caching. This means we won't need to do a full re-build for every change. I had previously disabled caching because the backend changes (kcab) were not picked up properly. But now that should be fixed too.
-
Matiss Janis Aboltins authored
-
- Jun 29, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
AFAIK with the build-script upgrades we have done - this monkeypatch is no longer necessary. The build size still seems to be the same.
-
Matiss Janis Aboltins authored
1. Removed some more unused scripts 2. Simplified the way we build `version` in to the source
-
- Jun 28, 2023
-
-
Shazib Hussain authored
This script is only used for the github e2e tests so doesn't need to be inside /bin
-
Shazib Hussain authored
Bumping package version to match actual/web, and deleting two scripts i'm pretty sure are legacy/unused.
-
Joel Jeremy Marquez authored
For #1194
-
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?
-
Matiss Janis Aboltins authored
The real migration files exist in `loot-core`. These are just copies.
-
Jed Fox authored
I noticed that: - The web and electron versions of our `uuid` module both looked exactly the same… - …and deferred to the `uuid` package… - …and the async version just called the sync API. So now we will just use the `uuid` package directly everywhere.
-
Jed Fox authored
This PR moves the size comparison action back to a separate workflow which now uses the `pull_request_target` event. This event is triggered at all the same times as the `pull_request` action, except that the workflow file content comes from the target branch of the PR, and it is run in the context of the repo owning the target branch. Practically, this means that it will still have access to post a comment even if the PR comes from a fork. We don’t want the build actions to be run in a `pull_request_target` workflow because they would get access to the secrets and be able to perform arbitrary actions on the repository, even from fork PRs. See the current version failing here: https://github.com/actualbudget/actual/actions/runs/5395184895/jobs/9797388016?pr=1122
-
Jed Fox authored
-
Jed Fox authored
-
- Jun 27, 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 -->
-
Jed Fox authored
-
Jed Fox authored
This cleans up all of the usage of `<a>` in the codebase. Now all external links get the appropriate attributes added.
-