- May 07, 2024
-
-
Joel Jeremy Marquez authored
* [Mobile] Add schedule name and date to scheduled transaction modal * useRef to prevent rerenders * Release notes * Fix typecheck error * Fix lint errors * Update schedule font * Heavier font weight
-
- Apr 16, 2024
-
-
Joel Jeremy Marquez authored
* Fix account notes not retrieving correctly * Release notes * Update release notes * Fix type errors
-
- Apr 14, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 08, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- 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 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 export part 6 - View.tsx * Fix default imports * Fix imports * Release notes
-
Joel Jeremy Marquez authored
* ESLint no default imports - Button * Fix * Release notes * Fix Button imports
-
Joel Jeremy Marquez authored
* ESLint no-default-imports part 1 * Release notes * Remove Notes.tsx default export * Fix Notes imports
-
- Dec 22, 2023
-
-
Joel Jeremy Marquez authored
* Mobile category modal menu * Release notes * Apply category and group modals * Category modal updates + notes * Reduce notes modal view height * Update CategoryGroupMenu modal view height * Update CategoryMenu modal view height * Fix lint error * No notes text * Add budget-table testid on edit mode * Fix lint error * Fix lint error * Remove edit mode tooltip * Update modals * Updates + Simplify code by removing edit mode * Optional closeModal arg * Fix mobile budget table category divider * Cleanup + close modal on click outside * collapseModals action * Fix lint errors * Category modal hidden menus + Lift edit state to MobileBudget component * Hide category / group actions when editing title * Add margins between buttons * Fix lint errors
-
- Dec 17, 2023
-
-
IzStriker authored
-
- Dec 12, 2023
-
-
Neil authored
* subdued fix * notes * fixes * upcoming * autocomplete menu * make notes consistenet on budget page * VRT updates
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 2 * Release notes
-
Matiss Janis Aboltins authored
-
- Dec 04, 2023
-
-
Michael Clark authored
-
- Nov 15, 2023
-
-
Neil authored
* Color normalization * color updates * VRT updates * update colors table * VRT updates * more VRT updates * pillborder * VRT updates * Revert "VRT updates" This reverts commit ae58317b00f5ad5e1b75f197f32ca9eda25b63cd. * Revert "more VRT updates" This reverts commit a316745efdce2f7c280a166406a5894976612f02. * Revert "VRT updates" This reverts commit 03797af362e24612608255dcec7f4ff0dc1faa46. * Revert "VRT updates" This reverts commit 454adac2510b0acddb15e6acf86ffb3d7af021f5. * VRT refresh * border color * Checkbox Border * VRT updates
-
- Sep 16, 2023
-
-
Neil 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
-
-
Oleh 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
-
- 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 19, 2023
-
-
Jed Fox authored
Co-authored-by:
biohzrddd <10577752+biohzrddd@users.noreply.github.com>
-
- Jul 17, 2023
-
-
Jed Fox 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 28, 2023
-
-
Jed Fox authored
-
- May 25, 2023
-
-
Jed Fox authored
-
- May 17, 2023
-
-
Alberto Gasparin authored
Another batch of components in `desktop-client` converted to TS
-
- May 09, 2023
-
-
Alberto Gasparin authored
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-
- Feb 27, 2023
-
-
Jed Fox authored
* Fix notes button not being visible unless hovered * A few tweaks * !important
-
Venkata Krishna S authored
* Adds delay * change delay to half second. * Added async * Changed Delay * lint fix * Changed hover actions * onMouseLeave * Change logic --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Feb 10, 2023
-
-
Matiss Janis Aboltins authored
*
(prettier) adding trailing commas * More commas
-
- Jan 27, 2023
-
-
George Sumpster authored
* add hover state to NotesButton * switch NotesButton editability to a ternary * fix new lines, adjust padding on textarea * add workBreak to text styling * Update packages/loot-design/src/components/NotesButton.js Co-authored-by:
Jed Fox <git@jedfox.com> * change wordBreak to overflowWrap --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Jan 25, 2023
-
-
Matiss Janis Aboltins authored
*
upgrade eslint-plugin-import and fix issues * Change import ordering
-
- Jan 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 02, 2022
-
-
Tom French authored
* style: enforce sorting of imports * style: alphabetize imports * style: merge duplicated imports
-
Tom French authored
* style: enforce ordering of imports * style: sort imports in loot-core * style: sort imports in desktop-client * style: sort imports in loot-design * style: manual fixes
-
- Apr 29, 2022
-
-
James Long authored
-