- Feb 04, 2024
-
-
Julian Dominguez-Schatz authored
-
- Jan 24, 2024
-
-
Neil authored
* Add Toggles * budget table * testing * updates * updates * fixes * updates * fix Menu * lint fixes * fix keybindings * revert budget menu changes * notes * remove default exports * fixes * disabled fix * add style option * lint fix * remove css * lint fixes * color updates * merge menu with togglemenu * host * menu fixes * fix regression * remove host * adjustments * onToggle * vrt fix * typecheck * merge fixes * colors * lint fix
-
- Jan 21, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 20, 2024
-
-
Neil authored
* Add schema work * notes * merge fixes * add to handlers * notes update * Update packages/loot-core/src/server/reports/app.ts Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * review changes * type updates --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
Neil authored
* compact additions * notes * vrt fix * revert AnchorLink * Update upcoming-release-notes/2245.md Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * merge fixes --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 16, 2024
-
-
Neil authored
* reorg * notes * Add render * privacy Filter additions * merge fixes * notes * merge fixes * Apply patches for strict mode * review fixes --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 15, 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
* ESLint no-default-exports 10 - all desktop-client src folders except icons * 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 4 * Fix default imports * Fix default imports * Fix manager Modals 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
-
Joel Jeremy Marquez authored
* ESLint no-default-imports part 1 * Release notes * Remove Notes.tsx default export * Fix Notes imports
-
Matiss Janis Aboltins authored
-
- Dec 29, 2023
-
-
Matiss Janis Aboltins authored
-
- 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
-
Matiss Janis Aboltins authored
-
- Dec 18, 2023
-
-
DJ Mountney authored
-
- Dec 14, 2023
-
-
Julian Dominguez-Schatz authored
* Add "end" field with date/count options * Use "end" field to generate schedule * Show "end" field in recurring description * Disable weekend before/after picker when not enabled * Add release notes * Fix failing typechecks * Add some description tests * PR feedback * 'Features', not 'Feature' * Fix goal templates infinite loop * Empty commit to bump ci * Fix bug where schedule templates in the past would apply incorrectly For example, if you had a schedule which started in November 2023 for 1.00, and you applied the schedule in October 2023, then you would end up with a value of 0.50 applied in October. * Fix handling of schedules with an end date This commit also includes a refactor of the skip-weekend logic: rather than referring only to dates with skipped weekends (which requires checking whether the "next date" request worked correctly), we track a "base date" which is the previous value of the schedule according to the rrule, excluding any weekend-skipping. This lets us use `addDays(baseDate, 1)` to get the next occurrence, regardless of the weekend behaviour. Doing things this way ensures that the loop will always make progress. * Only compute skipped weekend if weekend skips were requested * Fix typo in iterate-schedule-occurrences code We should be using `nextBaseDate` to derive the next base date, not `nextDate`; this is because we want the base date to be guaranteed to make progress in each loop iteration, so we can finish in at most 30 iterations without duplicate base dates. * Use const * Revert const -> let for one mutable variable
-
Joel Jeremy Marquez authored
* Add left and right margins to modals * Release notes
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 1 * Release notes
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 20, 2023
-
-
Kyle Mckay authored
-
- Nov 19, 2023
-
-
Joel Jeremy Marquez authored
* Mobile report budget * Release notes * Update bindings * Cleanup * Mobile report budget summary + reuse desktop components
-
- 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 22, 2023
-
-
Joel Jeremy Marquez authored
* Custom useNavigate which tracks previous location * Release notes * Fix lint errors
-
- Oct 19, 2023
-
-
Michael Clark authored
-
- Oct 10, 2023
-
-
Michael Clark authored
-
- Oct 09, 2023
-
-
Michael Clark authored
-
- Oct 04, 2023
-
-
Michael Clark authored
-
Joel Jeremy Marquez authored
* Editable mobile budget * Fix error on empty amount * Fix typo * Decimal keyboard + select input on click * Remove scrollIntoView * Fix focus * Focus input on negative/positive * Use CellValue * Functional mobile components * Blur fix c/o dmlazaro * Use pointer event * Remove useFireChangeOnUnmount * Release notes * Prevent default on pointerdown * Add dmlazaro to release notes * Disable amount input button when not focused * Remove input refocus
-
- Sep 23, 2023
-
-
Jainam Desai authored
-
- Sep 20, 2023
-
-
Jainam Desai authored
-
- Sep 17, 2023
-
-
Mohamed Muhsin authored
-
- Sep 16, 2023
-
-
Neil authored
-
- Sep 13, 2023
-
-
Neil authored
-