- 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)
-
Jed Fox authored
Depends on https://github.com/actualbudget/docs/pull/202.
-
- Jun 14, 2023
-
-
Matiss Janis Aboltins authored
Further Nordigen fixes for expired bank-links. With the recent changes to the router, we had broken this functionality. <img width="488" alt="Screenshot 2023-06-14 at 09 00 21" src="https://github.com/actualbudget/actual/assets/886567/8e7516e0-121a-46e0-9e52-24748b161173"> <img width="437" alt="Screenshot 2023-06-14 at 09 00 30" src="https://github.com/actualbudget/actual/assets/886567/88b36549-1073-4269-b42f-1553c164316f">
-
- Jun 06, 2023
-
-
Jed Fox authored
Closes #944, closes #532. ~WIP because something is causing the test budget to fail to create because it’s using INSERT instead of UPDATE sql queries. (Or not? I have no idea)~
-
- May 29, 2023
-
-
Jed Fox authored
- Enforce that imports from the same package are merged into a single import - In `loot-core`, require that imports of other `loot-core` files use a relative import (like the vast majority of such imports) rather than specifiers starting with `loot-core/` (probably a result of moving files out of other packages into `loot-core`)
-
- 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
-
- May 15, 2023
-
-
Jack authored
-
- 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 04, 2023
-
-
Matiss Janis Aboltins authored
Closes #943 Creates the transaction when clicking "enter". Irrelevant of which field is currently active.
-
- Apr 30, 2023
-
-
Trevor Farlow authored
Switch to TS version of `no-unused-vars` rule.
-
- Apr 28, 2023
-
-
Matiss Janis Aboltins authored
Closes #965
-
Matiss Janis Aboltins authored
-
- Apr 25, 2023
-
-
Matiss Janis Aboltins authored
Closes #551 Make scheduled transfers appear in both accounts.
-
- Apr 21, 2023
-
-
Jed Fox authored
I got some feedback in the discord that this behavior was disruptive when zooming in. - I’ve reduced the breakpoint so hopefully the disruption of the transition is matched by a significant improvement in available space now. - Also the 2 places in the app that use window width (including here) now check for the width of the `<html>` tag, not the width of the viewport (those 2 values can be different when doing a pinch-zoom, causing undesirable layout shifts.) - Most of the logic has been rewritten to improve the transitions Mobile & desktop experience https://user-images.githubusercontent.com/25517624/233653721-b13c5e22-ae11-4bdf-a494-a6916556d05e.mov https://user-images.githubusercontent.com/25517624/233654784-b6cc1006-44ea-4066-be7a-8d0dd786fb5b.mov (I’d like tapping on something to close the sidebar on mobile, but that can be approached in a future PR)
-
- Apr 20, 2023
-
-
Jed Fox authored
Fixes #913. (And probably a few other similar bugs)
-
- Apr 19, 2023
-
-
Matiss Janis Aboltins authored
Removing `react-select` and the new autocomplete. This experiment has failed, so cleaning things up now.
-