- Sep 09, 2023
-
-
Neil authored
-
- 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
-
- Aug 30, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 29, 2023
-
-
Joel Jeremy Marquez authored
* Open transaction date picker when clicked while it's focused * Release notes
-
- Aug 19, 2023
-
-
Pol Eyschen authored
* allow schedules to skip weekends * wording * release note * skip weekend in upcoming dates as well * Clean UI * Move switch to the date selection modal
-
- Aug 13, 2023
-
-
Matiss Janis Aboltins authored
*
(eslint) add 'plugin:react/recommended' * Release notes
-
- Aug 07, 2023
-
-
Neil authored
-
- Jul 30, 2023
-
-
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 18, 2023
-
-
Sean Tsai authored
fix #1301 After the change, upper components will not detect the press enter event before the datepicker is closed.
-
- Jul 17, 2023
- Jul 09, 2023
-
-
Sean Tsai 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 09, 2023
-
-
Alberto Gasparin 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 <>
-
- 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 16, 2023
-
-
biohzrddd authored
-
- Apr 10, 2023
-
-
Jed Fox authored
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-