- Dec 15, 2023
-
-
iOSLife authored
-
HansiWursti authored
* Fix issue 1878 * Add release notes
-
HansiWursti authored
* Added BG Color to view to fix Issue 2289 * add release notes
-
- 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 13, 2023
-
-
spezzino authored
* add support for system theme * add release notes * Rename auto theme * add theme selector * update visual snapshots * update snapshots * update snapshots
-
- Dec 12, 2023
-
-
Neil authored
* work * notes * error fixes * updates * card fix * fix filters * fixes
-
DJ Mountney authored
-
Neil authored
* subdued fix * notes * fixes * upcoming * autocomplete menu * make notes consistenet on budget page * VRT updates
-
Neil authored
* work * notes * error fixes * updates * card fix * fix filters * splitting PR work * notes * fixes * lint fix * Update upcoming-release-notes/2069.md Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Lucas authored
-
Neil authored
* work * notes * error fixes * updates * card fix * fix filters * splitting PR work * notes
-
- Dec 07, 2023
-
-
Matiss Janis Aboltins authored
-
- Dec 06, 2023
-
-
Neil authored
* Range fix and payee fix * bug fixes and UI tweaks * range options, hover UI * Select - UnSelect All Buttons * fix hidden group bug * YAxis PrivacyFilter * notes * more privacyFilter graphs * overflowY fix * Loading Indicator * Fix Filter button hover * data revamp * review fixes * LoadingIndicator fixes * remove a loop * filterbuttontype * lint fixes * review fixes * filtersbutton * updates * Split out functions to separate files * uncategorized optimization * rename ambiguous variables * notes * remove indexStack * renaming variables * Improve scrolling of tableGraph * revert renaming variables * code fixes * lint fixes * review fixes * fix * review fixes * variable name changes * const eslint fixes * remove indexStack
-
Tuhin Ghose authored
-
- Dec 05, 2023
-
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 2 * Release notes
-
Joel Jeremy Marquez authored
* ESLint prefer-const components folder part 1 * Release notes
-
Joel Jeremy Marquez authored
* Use Page component for mobile pages * Release notes * Use Button instead of Link in MobileBackButton * Update mobile budget table to use Page component * Settings page cleanup * Fix lint error * Updates + small font size increase in page headings * Fix rebase error * Button height * Revert payees navtab
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Fix bulk edit field modal in desktop * Release notes
-
Vishnu Kaushik authored
* Fix #1977: Filter Amount formatting issue * Fix linting and add release notes
-
- Dec 04, 2023
-
-
Michael Clark authored
-
- Dec 02, 2023
-
-
Ameek Singh authored
-
Michael Clark authored
-
Matiss Janis Aboltins authored
-
- 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 30, 2023
-
-
youngcw authored
* fix broken schedule amount sign in firefox * note * delete line
-
- Nov 26, 2023
-
-
Neil authored
* Range fix and payee fix * bug fixes and UI tweaks * range options, hover UI * Select - UnSelect All Buttons * fix hidden group bug * YAxis PrivacyFilter * notes * more privacyFilter graphs * overflowY fix * Loading Indicator * Fix Filter button hover * review fixes * LoadingIndicator fixes * remove a loop * filterbuttontype * review fixes * filtersbutton * updates
-
Michael Clark authored
-
William Kurniawan authored
-
Julian Dominguez-Schatz authored
-
Mohamed Muhsin authored
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Fix budget amount not saved when clicking on another budget cell * Release notes
-
Joel Jeremy Marquez authored
* Transfer and Off Budget category in mobile * Release notes * Fix typo * Update lookupName callers
-
- Nov 25, 2023
-
-
Zach Whelchel authored
-
Matiss Janis Aboltins authored
-
- Nov 24, 2023
-
-
Neil authored
* Remove Featureflag * notes * VRT updates * Dark Theme fixes * VRT updates * VRT updates * Revert "VRT updates" This reverts commit 7d669f2df2baabb3d20c2da55437adcf01959ef8. * Revert VRT Reverting VRT * VRT updates * pillbackground * VRT updates * Theme Selector * VRT Updates * notes * VRT updates
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Zach Whelchel authored
-