- Jul 07, 2023
-
-
Sean Tsai authored
The "community documentation" link below Code Structure headline in `README` will direct user to page not found error
-
Matiss Janis Aboltins authored
The logs for `invalid-schema` were not logging the used query or the metadata. So fixing this. It would make debugging issues such as https://github.com/actualbudget/actual/issues/1296 easier.
-
- Jul 05, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
Fix a small regression introduced in https://github.com/actualbudget/actual/pull/1076 Tested locally and this seems to have solved the problem
-
Matiss Janis Aboltins authored
Closes #1286, closes #1283 Scrollbar fix by @aleetsaiya
-
Matiss Janis Aboltins authored
-
- Jul 04, 2023
-
-
Matiss Janis Aboltins authored
-
Shazib Hussain authored
-
youngcw authored
-
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.
-
Tom French authored
This PR adds types to the `crdt` directory to make the structure of the merkle tree (really a merkle radix trie) clearer. --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Jed Fox authored
The banner in #1229 pushes the bottom bar items (including version & “change server URL” button) out of view on Netlify builds.
- 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.
-