- Dec 05, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 04, 2023
-
-
Michael Clark authored
-
- Nov 22, 2023
-
-
Joel Jeremy Marquez authored
* Consistent button size in budget title bar + use zondicon eye icon * Release notes * VRT
-
- Nov 21, 2023
-
-
Paul Sukow authored
Fix switching budget from rollover budget to report budget and immediately back does not work (#1933) * Fix switching budget from rollover budget to report budget and immediately back does not work * Pr Changes
-
- Nov 16, 2023
-
-
Neil authored
* Mobile Color Consistency * VRT updates * color updates * notes * Sync Text * Adjust header font smaller * color and format adjustments * tidying header buttons * color and button adjustments * Header Text color * VRT updates * back button changes * VRT changes * adjust buttons * lint fix * darkTheme header background * VRT updates * VRT updates
-
- Nov 09, 2023
-
-
Neil authored
* Color Updates * color change * notes * fix preview background
-
- Nov 04, 2023
-
-
Michael Clark authored
-
- Oct 22, 2023
-
-
Joel Jeremy Marquez authored
* Custom useNavigate which tracks previous location * Release notes * Fix lint errors
-
- Oct 21, 2023
-
-
Neil authored
* Error Color Consolidation * notes * color changes
-
- Oct 16, 2023
-
-
Neil authored
* darkMode Fixes * notes * AutoComplete Colors * Sync button fix * dark color changes
-
- Oct 10, 2023
-
-
Compositr authored
-
- Sep 20, 2023
-
-
Jainam Desai authored
-
- Sep 16, 2023
-
-
Neil authored
-
- Sep 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 07, 2023
-
-
Matiss Janis Aboltins authored
*
(mobile) fix sync button design * Release notes
-
- 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 21, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 17, 2023
-
-
Joel Jeremy Marquez authored
* Typescript migration * Release notes * Update error boundary * Breakup sidebar components * Account and Sidebar props * Remove button in Item component + exports cleanup * Put accountNameStyle to Account * Revert component ports (separated to another PR) * Export cleanup * Remove ErrorBoundary (separated to another PR) * Sidebar budgetName as ReactNode
-
- Jul 30, 2023
-
-
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
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 29, 2023
-
-
Matiss Janis Aboltins authored
Moving the code to separate files. Functionally should be no differences.
-
- Jul 28, 2023
-
-
Jed Fox authored
-
- Jul 26, 2023
-
-
Jed Fox authored
-
- Jul 20, 2023
-
-
Jed Fox authored
-
- Jul 19, 2023
-
-
Jed Fox authored
Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
Jed Fox authored
-
- Jul 18, 2023
-
-
Joel Jeremy Marquez authored
-
- 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 23, 2023
-
-
Trevor Farlow authored
Co-authored-by:
Jed Fox <git@jedfox.com>
-
- 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 20, 2023
-
-
Trevor Farlow authored
-
- May 17, 2023
-
-
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 09, 2023
-
-
Alberto Gasparin authored
-
- 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 05, 2023
-
-
Jed Fox authored
This improves usability of narrow screen widths, and also prepares for further optimizations that would allow us to use the sidebar largely as-is on mobile, instead of having to have a tab bar. --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-
- Mar 18, 2023
-
-
Matiss Janis Aboltins authored
Refactored all feature flags to use the new `useFeatureFlag` hook. Also added a new functionality to this feature flag: ability to define custom "default" value for a feature flag. This will allow us to enable the new autocomplete component for everyone using Netlify builds eventually (need to address some issues before doing so).
-
- Mar 05, 2023
-
-
Jed Fox authored
-
- Feb 21, 2023
-
-
Jed Fox authored
* Allow the server to auto-configure the server URL for the client * Extract server URL/version logic out to ensure consistent updates * () * Be more explicit about when the server version is re-fetched * Use a single layer of context provider * Move the bootstrap route to /account/needs-bootstrap * No more `isActual` * Refactor to call subscribe-needs-bootstrap instead of fetch() * Dedupe calls to subscribe-needs-bootstrap * Don’t revalidate the server when we just validated it * simplify * Fix setServerURL
-