- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 10, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 10 - icons * Fix icon imports + lint errors * Release notes * Fix typecheck error * Fix icon import * Fix lint error
-
Joel Jeremy Marquez authored
* Fix default imports * Fix manager Modals import * ESLint no default exports 7 * Release notes
-
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
* Fix default imports * Fix manager Modals import * ESLint no-default-exports part 5 - Text.tsx * Fix default import * Release notes
-
Joel Jeremy Marquez authored
* ESLint no default exports - part 3 * Fix default imports * Release notes * Fix Menu
-
Joel Jeremy Marquez authored
* ESLint no default imports - Button * Fix * Release notes * Fix Button imports
-
Matiss Janis Aboltins authored
-
- Dec 22, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 1 * Release notes
-
Joel Jeremy Marquez authored
* Fix bulk edit field modal in desktop * Release notes
-
- Dec 01, 2023
-
-
Joel Jeremy Marquez authored
* Larger mobile autocomplete fonts and paddings * Release notes * VRT + update tests * Update tests * Update data-highlighted and tests * Use styles text * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Adjust Add Transaction padding + VRT updates * Larger autocomplete text and divider * Fix rebase * Fix rebase * Fix icons * Adjust fonts * Fix lint errors * PR feedback * VRT * Update embedded autocomplete highlight hover color * Refactor create payee button * Embedded create payee button color * Dummy change to re-run CI
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 18, 2023
-
-
Michael Clark authored
[Maintenance] Update CloseAccount, AccountAutocomplete, SavedFilterAutocomplete, PayeeAutocomplete components to Typescript. (#1923)
-
- Nov 09, 2023
-
-
Neil authored
* Color Updates * color change * notes * fix preview background
-
- Oct 30, 2023
-
-
Joel Jeremy Marquez authored
* Mobile balance cover/transfer * Release notes * Fix errors * Cleanup * Fix hit boxes and add line clamp * Fix styling * Prevent simultaneous field edits * Use onPointerDown * Remove balanceTooltip close effect
-
- Oct 21, 2023
-
-
Neil authored
* page color updates * notes
-
- Oct 16, 2023
-
-
Neil authored
* darkMode Fixes * notes * AutoComplete Colors * Sync button fix * dark color changes
-
- Oct 09, 2023
-
-
Michael Clark authored
-
- Oct 04, 2023
-
-
Michael Clark authored
-
Neil authored
-
- Sep 16, 2023
-
-
Shaan Khosla 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 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.
-