- Oct 20, 2024
-
-
Vincenzo Di Biase authored
* added reconcile button to account page * add Reconcile Button in the account page * added release note * updated VRT snapshots * removed Reconcile option from Account menu * made the button minimal with tooltip and added vrt * missing unused import * fixed icon and button size * fixed merge conflicts * hide reconcile button on all account and for budget page * fix lint from merged file * changed reconcile button order --------- Co-authored-by:
vincenzo <dibiasev@gmail.com>
-
youngcw authored
* clean up accidental commit * move
-
- Oct 19, 2024
-
-
Julian Dominguez-Schatz authored
* Add tests for bug * Add tests for unexpected behaviour * Refactor to consistently generate valid splits with no errors * Add release notes * Update test names
-
- Oct 18, 2024
-
-
Matiss Janis Aboltins authored
*
(typescript) migrated account header to TS * TS patches * Patch types * Update packages/desktop-client/src/components/accounts/Header.tsx Co-authored-by:coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
Joel Jeremy Marquez authored
* Migrate to @emotion/css * Remove custom CSSProperties * Fix errors * Fix typecheck error * Fix lint error * Fix typecheck error * Fix typecheck error * Fix typecheck error * Release notes * VRT * VRT * Revert VRT * Fix typecheck error * Fix glamor import * yarn * Fix lint error * Dedupe * Fix typecheck error * Update @emotion/css * Revert vrt screenshots * Fix toggle content * Fix content * Fix lint error * VRT * Cleanup unneeded style
-
Samuel Barnes authored
* feature flag created * feature flag implemented * feature toggle setting added * added release notes * Update packages/desktop-client/src/components/settings/Experimental.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * vrt * vrt --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Oct 17, 2024
-
-
youngcw authored
* allow 4 decimals * note * fix comment * update test
-
youngcw authored
* add copy template * note, lint * note
-
Samuel Barnes authored
* added info circle and box on click * hover working * moved title * release notes * updated release notes category * split info bubble into its own component * text longer than 500px will be split * extracted text width into its own file * wip tests * wip testing * removed separate method and tests * added textWidth option to Info Bubble * updated shadow
-
- Oct 15, 2024
-
-
scojo authored
-
Greggory Rothmeier authored
* Explicitly disable 1Password on table inputs * Add release notes * Update packages/desktop-client/src/components/autocomplete/Autocomplete.tsx Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk> --------- Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk>
-
Koen van Staveren authored
* feat: templating on payee_name * chore: release note * fix: create test budget * fix: transaction-rules tests * fix: transaction-rules tests
-
- Oct 14, 2024
-
-
Greg Lorenzen authored
* Translation: desktop-client/components/payees/ManagePayees * Move react-i18next import before memoize-one * Add release notes * Add prettier formatting * Fix eslint import/order warning * Add translation support for "No payees" text
-
Julian Dominguez-Schatz authored
* Remove previous help-related elements * Add new 'Help' menu with multiple options * Fix alignment of popovers * Better types * Add release notes * PR feedback * Update vrt
-
Tim authored
* make BudgetTable Budgeted value positive on mobile To match the desktop behaviour. * add release notes * update vrt snapshots * fix tracking budget
-
- Oct 13, 2024
-
-
Joel Jeremy Marquez authored
* Use a toggle on mobile transaction's Cleared flag * Release notes * Cleanup * VRT * Cleanup * Remove glamor import * Update light theme toggle color
-
Dreptschar authored
* Translation: desktop-client/src/components/common/search.tsx * add release note --------- Co-authored-by:
dreptschar <dreptschar@gmail.com>
-
- Oct 12, 2024
-
-
Julian Dominguez-Schatz authored
* Bump `yargs` to newer version * Add release notes
-
Matiss Janis Aboltins authored
-
Koen van Staveren authored
-
Vincenzo Di Biase authored
-
- Oct 11, 2024
-
-
Koen van Staveren authored
* fix: escaping in action rule templating * chore: release note
-
Samuel Barnes authored
Add option to set how far out the upcoming scheduled transactions are shown in the account view. (#3310) * initial poking around * ui changes and setting * wip * null check * removed more than a month * prettier * todo * get status tests * added prefs to app.ts * updated to use LocalPrefs bc of limitation of app.ts * updated schedules component to use localPrefs * removed console.log * release notes * renamed release noted md * eslint fixes * import fix * update useEffect dependencies * removed a comment * moved upcoming length setting to schedule page * removed import * made setting collapsible and moved to the top * fixed breaking change * updated to work with updated synced prefs methodology * pulled preference from db * updated tests with mock reset * update vrt * per coderabbit: upcoming length null value prevention * update test to use number inputs rather than string * aria label added to close button * moved before/after each blocks per coderabbitai * fixed default value typo * updated edit button to use slimmer style * vrt * vrt * vrt --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
Ryan Bianchi authored
* add duplicate name validation to sidebar, and both narrow/wide Account pages * unify error messages and styles * keep state for the current account name on the mobile account modal * add release notes * remove extra validation function * fix typo in AccountSyncSidebar params * don't set current account name to empty string and prevent further changes on AccountMenuModal * lint imports * update error message to Name x already exists * use proper translation functions --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Oct 10, 2024
-
-
Matt Fiddaman authored
-
Matt Fiddaman authored
-
Michael Clark authored
* add a modal to say client is wrong version, accept the risks to continue using * user friendly error * hooking parts up - untested * changed approach * release notes * removing old comments * cleanup old code * feedback
-
Koen van Staveren authored
-
- Oct 09, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
David Martos authored
* Fix rules not checking "category is nothing" when reconciling * release notes * Apply suggestions from code review Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk> --------- Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk>
-
Matiss Janis Aboltins authored
-
Travis Lesicka authored
-
Matt Fiddaman authored
* don't consider payees in rules as orphaned * release note * lint * indentation * ignore deleted rules
-
Koen van Staveren authored
* test: csv import e2e tests * chore: release note * chore: lint * chore: remove .only * fix: csv import e2e tests there was an issue with css precedent which I don't understand why but this fixes this * chore: release note * fix: flakiness e2e test * Update bin/run-vrt * fix: flakiness e2e test * chore: lint * chore: fix merge --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk>
-
Koen van Staveren authored
* fix: csv import with less than 5 columns * chore: release note * Apply suggestions from code review Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk> * Update packages/desktop-client/src/components/modals/ImportTransactionsModal/FieldMappings.jsx --------- Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk>
-
- Oct 08, 2024
-
-
Koen van Staveren authored
* refactor: fill in basic types in rules.ts * chore: release note * chore: implement pr feedback --------- Co-authored-by:
Matt Fiddaman <github@m.fiddaman.uk>
-
Matiss Janis Aboltins authored
-
Koen van Staveren authored
* feat(rules): templating actions * chore: update snapshots * fix: date functions templating * chore: lint * fix: put action templating behind feature flag * fix: template syntax checking * test: handle bar functions * chore: pr feedback * feat: add `{{debug x}}` handler
-
Michael Clark authored
* remove unneeded logger and add reload functionality * release notes
-