- Sep 11, 2024
-
-
Joel Jeremy Marquez authored
* Final PR for react-aria-components Modal migration * Complete manager modals migration * Release notes * fix lint * Apps full height * Fix lint error * VRT * Centralize providers * Feedback
-
- Jul 10, 2024
-
-
Matiss Janis Aboltins authored
*
(budget-type) moving the selector to settings page * Feedback: move the block down
-
- Apr 24, 2024
-
-
Neil authored
* mobile reports * notes * header updates * hide tooltip in mobile view * visual updates * padding changes * VRT * bottom padding * merge fixes * VRT * unselectable * merge fixes
-
- Apr 13, 2024
-
-
Joel Jeremy Marquez authored
* Mobile category transactions * Release notes * Fix typo * Fix typecheck error * Handle null location state * VRT * Fix account search * Update test * Search placeholder * vrt * Add month to page title * Cleanup * Fix AccountName component * Replace ButtonLink with Link * Fix typecheck * Code review update
-
- Mar 24, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 12, 2024
-
-
Joel Jeremy Marquez authored
* Reorganize mobile components * Fix lint error * Cleanup * Fix lint error * Release notes * Cleanup * Cleanup useActions * useDebounceCallback
-
- Feb 12, 2024
-
-
Joel Jeremy Marquez authored
* Hooks for frequently made operations * Release notes * Fix typecheck errors * Remove useGlobalPrefs * Add null checks * Fix showCleared pref * Add loaded flag for categories, accounts and payees state * Refactor to reduce unnecessary states * Fix eslint errors * Fix hooks deps * Add useEffect * Fix typecheck error * Set local and global pref hooks * Fix lint error * VRT * Fix typecheck error * Remove eager loading * Fix typecheck error * Fix typo * Fix typecheck error * Update useTheme * Typecheck errors * Typecheck error * defaultValue * Explicitly check undefined * Remove useGlobalPref and useLocalPref defaults * Fix default prefs * Default value * Fix lint error * Set default theme * Default date format in Account * Update packages/desktop-client/src/style/theme.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 09, 2024
-
-
Joel Jeremy Marquez authored
* ESLint to enforce Actual's useNavigate hook * Release notes --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 12 - All loot-core folders except server * Release notes * Fix imports
-
Joel Jeremy Marquez authored
* ESLint no default exports 9 - components folder * ESLint no default exports 9 - components folder 2 * Release notes
-
Joel Jeremy Marquez authored
* Fix default imports * Fix manager Modals import * ESLint no default exports 8 * Release notes * Schedules
-
Joel Jeremy Marquez authored
* Fix default imports * Fix manager Modals import * ESLint no default export part 6 - View.tsx * Fix default imports * Fix imports * Release notes
-
Joel Jeremy Marquez authored
* ESLint no-default-imports part 1 * Release notes * Remove Notes.tsx default export * Fix Notes imports
-
- Dec 15, 2023
-
-
HansiWursti authored
* Added BG Color to view to fix Issue 2289 * add release notes
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 2 * Release notes
-
- Oct 23, 2023
-
-
Joel Jeremy Marquez authored
* Hide mobile nav tabs on scroll * Release notes * Reduced navbar bottom padding * Make hide transition a bit faster * Update scroll defaults * VRT snapshots * Fix: safari scroll bounce effect disrupting the show/hide of bottom nav * Update release notes * No tap highlight on MobileNavTabs --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Oct 22, 2023
-
-
Joel Jeremy Marquez authored
* Custom useNavigate which tracks previous location * Release notes * Fix lint errors
-
- Sep 22, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 20, 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
-
- Aug 09, 2023
-
-
Jed Fox authored
Co-authored-by:
Trevor Farlow <trevdor@users.noreply.github.com>
-
- 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 05, 2023
- Jul 30, 2023
-
-
Matiss Janis Aboltins authored
Part 3 of the migration. Part 2 here: https://github.com/actualbudget/actual/pull/1419
-
- Jul 28, 2023
-
-
Jed Fox authored
-
- Jul 24, 2023
-
-
Jed Fox authored
Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
- Jul 19, 2023
-
-
Jed Fox authored
Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
Jed Fox authored
-
- Jul 18, 2023
-
-
Matiss Janis Aboltins authored
Renaming all occurrences of Nordigen to GoCardless
-
- Jul 07, 2023
-
-
Matiss Janis Aboltins authored
Reverts actualbudget/actual#1204 Closes https://github.com/actualbudget/actual/issues/1293 This is way more complicated than originally anticipated. Reverting the change to fix the prod build. Someone can work on re-introducing this in a later build, but we need to be sure it doesn't break once more.
-
- Jun 30, 2023
-
-
Jed Fox authored
-
- Jun 28, 2023
-
-
Joel Jeremy Marquez authored
For #1194
-
- Jun 26, 2023
-
-
Matiss Janis Aboltins authored
Another monkeypatch bites the dust. AFAIK there is no regression in functionality. But please test yourselves too to double check.
-
- Jun 24, 2023
-
-
Jed Fox authored
Also remove the need to unmount & remount when switching between accounts. Fixes #1169
-
- Jun 23, 2023
-
-
Trevor Farlow authored
Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Jun 21, 2023
-
-
Jed Fox authored
None of this code is relevant to people who have used the open source app. I initially wanted to leave it in so it could be used for major new features in the future, but as it falls further and further out of date I think it’s best to just delete it in a clean PR that can be referenced later if desired.
-
- 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>
-