- Sep 13, 2023
-
-
Neil authored
-
- Sep 12, 2023
-
-
Matiss Janis Aboltins authored
-
- 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 04, 2023
-
-
Mohamed Muhsin 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
-
Joel Jeremy Marquez authored
* Experimental OFX parser * Release notes * Enable enableExperimentalOfxParser in tests * Move experimental ofx parser to ofx2json * Enable experimental ofx parser by default * Address PR comments
-
- Sep 01, 2023
-
-
Trevor Farlow authored
* Make all mobile view themes respect Actual color themes
-
- Aug 25, 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
-
Matiss Janis Aboltins authored
-
- Aug 07, 2023
-
-
Johannes Löthberg authored
-
- 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
Part 2 of the path migration. No functional changes. Part 1: https://github.com/actualbudget/actual/pull/1418 --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Jed Fox authored
-
- Jul 29, 2023
-
-
Tom French authored
-
Matiss Janis Aboltins authored
Moving the code to separate files. Functionally should be no differences.
-
- Jul 28, 2023
-
-
Jed Fox authored
-
- Jul 20, 2023
-
-
Jed Fox authored
-
- Jul 19, 2023
-
-
Michael Gillett authored
-
- Jul 18, 2023
-
-
Joel Jeremy Marquez authored
-
- Jul 17, 2023
-
-
Jed Fox authored
-
- Jul 09, 2023
-
-
Sean Tsai 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 20, 2023
-
-
Matiss Janis Aboltins authored
-
- Jun 15, 2023
-
-
Jed Fox authored
Depends on https://github.com/actualbudget/docs/pull/202.
-
- Jun 04, 2023
- 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 28, 2023
-
-
Matiss Janis Aboltins 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 19, 2023
-
-
Matiss Janis Aboltins authored
Removing `react-select` and the new autocomplete. This experiment has failed, so cleaning things up now.
-
- Apr 13, 2023
-
-
Matiss Janis Aboltins authored
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-
- Mar 21, 2023
-
-
Jed Fox authored
This PR improves the consistency of the settings UI by moving everything (except the budget name field on mobile) into `<Setting>` boxes. Additionally, it adds a “Settings” option to the file dropdown menu (I keep expecting it to be there, and I think it’s reasonable to expose it in both locations so it’s easier to access)
-
Jed Fox authored
-
- 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).
-
Jed Fox authored
- Add a “hide decimal places” setting to visually hide the `.xx` from currency values globally - When hiding the fractional digits, slightly decrease character spacing to allow more digits to show up Ref: #327 New settings: <img width="566" alt="Screenshot_2023-03-17 14 19 46" src="https://user-images.githubusercontent.com/25517624/225986815-b884b93d-02f9-48b3-a73d-d27f90b678cf.png"> Before/after: <img width="149" alt="Screenshot_2023-02-27 21 47 07" src="https://user-images.githubusercontent.com/25517624/222916856-21ab4f03-56c6-4b24-8fc1-ac4b883138b7.png"><img width="131" alt="Screenshot_2023-02-27 22 02 01" src="https://user-images.githubusercontent.com/25517624/222916859-cf882ca3-6087-4994-818e-239c3374e412.png">
-
- Mar 17, 2023
-
-
Matiss Janis Aboltins authored
-