- Sep 05, 2023
-
-
Joel Jeremy Marquez authored
* Remove glamor css syntax * Release notes * Remove fallback value Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Remove fallback value Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Remove fallback value Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Sep 03, 2023
-
-
Joel Jeremy Marquez authored
* Remove usages of glamor CSSProperties * Cleanup * Re-add CellButton className prop * More removal of glamor CSSProperties * Release notes * Fix vrt test failures * Use React CSSProperties in View * Custom CSSProperties type * Settings UI regression fix * Fix type check errors * Address PR comments * CategorySpendingGraph style * Fix rebase mistake
-
Joel Jeremy Marquez authored
* Rename CategorySelect file to CategoryAutocomplete * Release notes
-
- Aug 30, 2023
-
-
shall0pass authored
* commit * release note
-
- Aug 23, 2023
-
-
Johannes Löthberg authored
Previously we would default to only show transfer payees in the payee selection dropdown for child transactions. This is confusing and there doesn't seem to be any obvious reason for this, so this commit removes that behavior. Signed-off-by:
Johannes Löthberg <johannes@kyriasis.com>
-
- Aug 09, 2023
-
-
Neil authored
-
- Aug 08, 2023
-
-
Jarek Samic authored
* Set `role="button"` on downshift autocomplete items This avoids content observation behavior in WebKit on touch devices that delays the onClick event (and therefore reaction to user input). * Disable split transaction editing for now
-
- Aug 07, 2023
-
-
Johannes Löthberg authored
-
- Jul 30, 2023
-
-
Matiss Janis Aboltins authored
Part 3 of the migration. Part 2 here: https://github.com/actualbudget/actual/pull/1419
-
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 26, 2023
-
-
Jed Fox authored
-
- Jul 19, 2023
-
-
Jed Fox authored
Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
- Jul 17, 2023
-
-
Jed Fox authored
-
- Jul 15, 2023
-
-
Sean Tsai authored
-
- Jul 02, 2023
-
-
Neil 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)
-
- 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 17, 2023
-
-
Alberto Gasparin authored
Another batch of components in `desktop-client` converted to TS
-
- May 15, 2023
-
-
Jack authored
-
- May 09, 2023
-
-
Alberto Gasparin authored
-
- Apr 23, 2023
-
-
Matiss Janis Aboltins authored
Closes #927
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
Upgrading `Downshift` dependency
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Apr 19, 2023
-
-
Matiss Janis Aboltins authored
Removing `react-select` and the new autocomplete. This experiment has failed, so cleaning things up now.
-
Matiss Janis Aboltins authored
-
- Apr 16, 2023
-
-
biohzrddd authored
-
- Apr 10, 2023
-
-
Jed Fox authored
-
- Apr 09, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 06, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 05, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 04, 2023
-
-
Matiss Janis Aboltins authored
Small migration of `NewAutocomplete`. --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Apr 01, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Mar 31, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
Implement min-width for the autocomplete to make it look better on small screens. https://github.com/actualbudget/actual/issues/773#issuecomment-1482254636 <img width="304" alt="Screenshot 2023-03-31 at 19 02 06" src="https://user-images.githubusercontent.com/886567/229195868-7d858f18-0c1a-4a9d-95be-5dd0e4aef92c.png">
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-