- Aug 08, 2023
-
-
Jarek Samic authored
-
- Aug 07, 2023
-
-
Johannes Löthberg authored
-
- Aug 06, 2023
-
-
Matiss Janis Aboltins authored
Closes #1328 Closes #1471
-
- Aug 03, 2023
-
-
Joel Jeremy Marquez 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 --> Updating other menus to sentence case so that it is consistent with the other menus throughout the app
-
- Jul 30, 2023
-
-
Neil authored
Co-authored-by:
Jed Fox <git@jedfox.com>
-
Matiss Janis Aboltins authored
Part 4 of the migration. Final moves. Previous PR: https://github.com/actualbudget/actual/pull/1420
-
Matiss Janis Aboltins authored
Part 3 of the migration. Part 2 here: https://github.com/actualbudget/actual/pull/1419
-
Matiss Janis Aboltins authored
Part 2 of the path migration. No functional changes. Part 1: https://github.com/actualbudget/actual/pull/1418 --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Matiss Janis Aboltins authored
Just moving away from the barrel `common` export to a bit more specific imports. Part 1 of the migration (other imports to follow in other PRs).
-
- Jul 28, 2023
- Jul 26, 2023
-
-
Jed Fox authored
-
- Jul 23, 2023
-
-
Jed Fox authored
-
- Jul 20, 2023
-
-
Joel Jeremy Marquez authored
-
Jed Fox authored
-
- Jul 19, 2023
-
-
Jed Fox authored
Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
- Jul 18, 2023
-
-
Matiss Janis Aboltins authored
Renaming all occurrences of Nordigen to GoCardless
-
Joel Jeremy Marquez authored
-
Neil authored
-
- Jul 17, 2023
-
-
Jed Fox authored
-
- Jul 07, 2023
-
-
Matiss Janis Aboltins authored
-
- Jul 04, 2023
-
-
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.
-
- Jul 03, 2023
-
-
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)
-
- Jul 02, 2023
-
-
Matiss Janis Aboltins authored
Closes #1249 Also removing some unused code
-
Matiss Janis Aboltins authored
Closes #1163
-
Neil authored
-
- Jun 30, 2023
-
-
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.
-
- Jun 28, 2023
-
-
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.
-
- Jun 27, 2023
-
-
Jed Fox authored
This cleans up all of the usage of `<a>` in the codebase. Now all external links get the appropriate attributes added.
-
- Jun 26, 2023
-
-
Matiss Janis Aboltins authored
-
- Jun 24, 2023
-
-
Jed Fox authored
Also remove the need to unmount & remount when switching between accounts. Fixes #1169
-
Joel Jeremy Marquez authored
For #1152
-
Shazib Hussain authored
- New linter rules are now added - Perhaps the `createPayee` method i've tagged with a disable should be deleted. - I have ignored unused methods in Plaid/Mobile as this stuff is still WIP/experimental?
-
Trevor Farlow authored
* Provide `match` prop to class components that still rely on it. * Fixes #1169 * Fixes an unrelated crash on Payees
-
- Jun 23, 2023
-
-
Trevor Farlow authored
Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Jun 20, 2023
-
-
Matiss Janis Aboltins authored
-
- Jun 17, 2023
-
-
Shazib Hussain authored
-
- Jun 15, 2023
-
-
Shazib Hussain authored
As discussed in #1126 creating separate PRs. The linter rule isn't actually part of this first PR and will likely be in the final PR as otherwise it will just fail because all the issues aren't resolved. The code is 'ready' though so as soon as this is merged I will open next one(s)
-