- May 25, 2023
-
-
Jed Fox authored
-
- May 21, 2023
-
-
Jack authored
Fixed a bug where it was possible to make a transfer to the same account as the one making the transfer. (#1038) The payee autocomplete was always using cached accounts. Added a check to see if accounts was already passed in as a parameter - only using cached if it wasnt.
-
- May 20, 2023
-
-
Trevor Farlow authored
-
Jed Fox authored
-
- May 18, 2023
-
-
Shazib Hussain authored
Updates to the latest version of electron and moves the backend-frontend communication from node-ipc to websockets. This resolves the previous roadblock regarding `nodeIntegration` . Done - Remove node-ipc in favour of websockets. - Move file copying out of `preload.js` to avoid importing module `fs` there - Bump all electron pacakge versions to the latest - Added new package for finding open ports as node-ipc is gone - Tweaked webpack config for above changes Partially fixes #468 Questions/ Pending: - Literally every single test fails for me, presumably some issue with my setup/environment. - The websocket communication is not using TLS. I'm not sure how to enable this, or if we even need to as its all local. - Still need to create the CI for building/deploying but I'm not sure where start in this regard as i have no exp with it. Presumably we will need to point the electron auto-updater to the github releases url's. If people are happy with this PR I will look at adding the CI before its merged. - In dev mode only, I have disabled TLS security becuase my docker container's cert is not signed. I _assume_ this will be true for other people who spin up the server on thier own hardware. Perhaps I just need to change my cert to one from letsencrypt or something... Notes. I have not touched javascript in eons so my apologies if the commit trail is a bit fragmented. I tried to keep them fairly contained and then there is a slightly gnarly final commit fixing all the linter issues... Please let me know if you want me to squash some commits etc. I initially tried to move this to web workers the same way the web app does it but this was unsuccessful. I have found no way to spin up a worker in one place (frontend/backend) and then pass this worker to the other. The electron ipc channels don't allow you to directly pass objects such as workers, everything is cloned/serialised. Passing a port number so the other end can spin up its own socket works fine. --------- Co-authored-by:
Shazib Hussain <contact@shazib.com> Co-authored-by:
Jed Fox <git@jedfox.com>
-
Jed Fox authored
Now we just have one spring animation library
-
- May 17, 2023
-
-
Alberto Gasparin authored
Another batch of components in `desktop-client` converted to TS
-
Trevor Farlow authored
Introduces a **ResponsiveProvider** as the sole location that tracks window size and makes that info available to the entire app. This can be used for media queries and size-based component switching. --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
- May 16, 2023
- May 15, 2023
- May 10, 2023
-
-
Jed Fox authored
Fixes #1021
-
- May 09, 2023
-
-
TheTrueCaligari authored
-
Alberto Gasparin authored
-
- May 08, 2023
-
-
Matiss Janis Aboltins authored
Closes #996
-
- May 05, 2023
-
-
Matiss Janis Aboltins authored
Closes #375
-
Matiss Janis Aboltins authored
-
- May 04, 2023
-
-
Matiss Janis Aboltins authored
Closes #943 Creates the transaction when clicking "enter". Irrelevant of which field is currently active.
-
- May 02, 2023
-
-
Jed Fox authored
Fixes #615. I would appreciate double-checking that I didn’t accidentally delete anything that is important. Since I’m removing the related API methods, this is technically a breaking change (even if people would have no reason to remove this stuff), so we should probably do a major release of the API package.
-
- May 01, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
Improving error handling for Nordigen. Before: if loading banks failed - a loading indicator would be shown forever. After: is loading banks fails - an error message is shown.
-
- Apr 30, 2023
-
-
Trevor Farlow authored
Switch to TS version of `no-unused-vars` rule.
-
- Apr 29, 2023
-
-
Matiss Janis Aboltins authored
Closes #956
-
Matiss Janis Aboltins authored
-
- Apr 28, 2023
-
-
Matiss Janis Aboltins authored
Closes #965
-
Matiss Janis Aboltins authored
-
- Apr 26, 2023
-
-
Matiss Janis Aboltins authored
Closes #935 Before: we render all the pages (even the inactive ones in some cases) After: we render only the visible pages. Thus the topbar color is set only 1x.. thus the settings page topbar has the correct color.
-
- Apr 25, 2023
-
-
Matiss Janis Aboltins authored
Closes #551 Make scheduled transfers appear in both accounts.
-
- Apr 24, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Apr 23, 2023
-
-
biohzrddd 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 --> Resolves issue #844 . --------- Co-authored-by: biohzrddd <>
-
Matiss Janis Aboltins authored
Closes #927
-
Matiss Janis Aboltins authored
-
Jed Fox authored
-
Matiss Janis Aboltins authored
Upgrading `Downshift` dependency
-
Jed Fox authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Apr 22, 2023
-
-
Davis Silverman authored
Hi there, I try to tackle #798 here. It was suggested to throw this behind a feature flag, so here it is! this does its best to import the problem file in #767. I am working on this because it would make my work on #918 easier :) Feel free to set the feature flag to true and try the new importer. The date parser is not as sophisticated as the one in `node-libofx`, but I tried 3 different OFX files, one from my bank, one from the mocks, and one from #767. They all seem to work well enough on that front, but this is definitely the weak point of the new implementation. Let me know what you think!
-