forked from actualbudget/actual
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 Fix Initializing the connection to the local database hang (actualbudget#4375) * fix initializing to the local db * release notes * Add percentage adjustments to schedule templates (actualbudget#4098) (actualbudget#4257) * add percentage adjustments to schedule templates * update release note * remove unecessary parentheses * Update packages/loot-core/src/server/budget/goalsSchedule.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * PR comments addressed * Linting fixes * Updated error handling, added tests * Linting fixes --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: youngcw <calebyoung94@gmail.com> * Custom mapping and import settings for bank sync providers (actualbudget#4253) * barebones UI * add saving and prefs * add last sync functionality * use mapping for synced transactions * note * jest -u * Update VRT * Coderabbit Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * add new fields * rename migration, newer in master * lint * coderabbit * update snapshots * GoCardless handlers fallback and notes * expose new fields from SimpleFIN * update tests * update instructions on GoCardless handlers * lint * feedback * Update VRT --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: youngcw <calebyoung94@gmail.com> * Add fallback value for payeename: 'undefined' - CBC Bank (actualbudget#4384) * Add fallback value for payename: 'undefined' * docs: add release note * Add fallback value for payename: 'undefined' (for negative amounts) * [TypeScript] Convert test page models to TS (actualbudget#4218) * Dummy commit * Delete js snapshots * Move extended expect and test to fixtures * Fix wrong commit * Update VRT * Dummy commit to run GH actions * Convert test page models to TS * Release notes * Fix typecheck errors * New page models to TS * Fix typecheck error * Fix page name * Put awaits on getTableTotals --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * rename two migrations to realign with convention (actualbudget#4343) * Updating sync server package name to @actual-app/sync-server (actualbudget#4370) * updating sync server to have a consistent package name * release notes * Add today button on mobile budget page (actualbudget#4380) * feat: today button on mobile budget page Jumps to the current month * add release note * cleaner onCurrentMonth * Update VRT * use SvgCalendar from icons/v2 Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk> * Update VRT --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk> * Development mode for sync server (React Fast Refresh on port 5006) (actualbudget#4372) * devmode for sync server * removed pluggy from this version * md * code review * changed how open browser * missed this * linter * trigger actions * 🐛 Fix: Error rate limit at user directory page (actualbudget#4397) * Error rate limit * md * 🐛 Fix new proxy middleware dependency missing on prod build (actualbudget#4400) * fix new proxy middleware not installed on prod build * release notes * Remove deprecated imports for several components (actualbudget#4385) * don't unbudget goals * lint * Fixes actualbudget#4069 : Ignore CSV inOutMode during OFX imports (actualbudget#4382) * Ignore inOutMode during OFX imports * Add release notes --------- Co-authored-by: youngcw <calebyoung94@gmail.com> * fix tooltip translation (actualbudget#4402) * [TypeScript] Make `db.runQuery` generic to make it easy to type DB query results (actualbudget#4247) * Make runQuery generic to make it easy to type DB query results. * Release notes * typo * update mapping data for existing synced transactions and always show direction dropdown (actualbudget#4403) * update sync mapping data for existing transactions on sync * show payment direction dropdown regardless of sample data * note * ignore changes in raw_synced_data * Fix top-level types of `send` function (actualbudget#4145) * Add release notes * Fix types of `send` function * Fix `send` types in a number of places * PR feedback * Foundations for the budget automations UI (actualbudget#4308) * Foundations for the budget automations UI * Coderabbit * Fix react-hooks/exhaustive-deps error on useSelected.tsx (actualbudget#4258) * Fix react-hooks/exhaustive-deps error on useSelected.tsx * Release notes * Fix react-hooks/exhaustive-deps error on usePayees.ts (actualbudget#4260) * Fix react-hooks/exhaustive-deps error on usePayees.ts * Rename * Release notes * Fix react-hooks/exhaustive-deps error on useAccounts.ts (actualbudget#4262) * Fix react-hooks/exhaustive-deps error on useAccounts.ts * Release notes * Fix react-hooks/exhaustive-deps error on Titlebar.tsx (actualbudget#4273) * Fix react-hooks/exhaustive-deps error on Titlebar.tsx * Release notes * [WIP] BANKS_WITH_LIMITED_HISTORY constant update (actualbudget#4388) * Fix react-hooks/exhaustive-deps error on useProperFocus.tsx (actualbudget#4259) * Fix react-hooks/exhaustive-deps error on useProperFocus.tsx * Remove comment in eslint config * Release notes * Fix react-hooks/exhaustive-deps error on TransactionsTable.jsx (actualbudget#4268) * Fix react-hooks/exhaustive-deps error on TransactionsTable.jsx * Release notes * Fix lint * Fix react-hooks/exhaustive-deps error on table.tsx (actualbudget#4274) * Fix react-hooks/exhaustive-deps error on table.tsx * Release notes * Fix react-hooks/exhaustive-deps error on useCategories.ts (actualbudget#4261) * Fix react-hooks/exhaustive-deps error on useCategories.ts * Release notes * 👷 Typescript: Improving typing of asyncStorage (global-store.json) (actualbudget#4369) * typing globalprefs * adding release notes * unneeded partial * removing prop that crept in * 📚 Translation batch #1 (actualbudget#4408) * Translation batch * md * Update packages/desktop-client/src/components/settings/Export.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix code review from coderabbit * code review --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Fix currencyToAmount incorrectly converting input (actualbudget#4383) * fix: ensure currencyToAmount works regardless of the configured number format * chore: linting * docs: add release note * test: ensure correct amount is entered for debit when adding split transactions * chore: rename variable thousandsSep to thousandsSeparator Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> * chore: rename variable decimalSep to decimalSeparator Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> * chore: rename decimalSep and thousandsSep variables to decimalSeparator and thousandsSeparator --------- Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> * useDisplayPayee hook to unify payee names in mobile and desktop. (actualbudget#4213) * useDisplayPayee hook to unify payee logic in mobile and desktop * Release notes * Fix typecheck errors * Fix test * Update test * Revert (No payee) color * Fix tests * VRT * Fix category transactions * Fix lint and VRT * Update VRT * Translate --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Extract transaction related server handlers from `main.ts` to `server/transactions/app.ts` (actualbudget#4221) * Move transaction related handlers to server/transactions folder and use the new convention * Fix lint and typecheck * Release notes * Update handler names * Move get-earliest-transaction * Update release notes * Fix tests * Fix types * Fix lint * Update snapshot * Remove duplicate parse-file.ts * Fix lint * 🐛 Fix `On budget` / `Off budget` underline with translated languages (actualbudget#4417) * Fix `On budget` / `Off budget` underline * md * ajuste para o merge --------- Co-authored-by: Michael Clark <5285928+MikesGlitch@users.noreply.github.com> Co-authored-by: Matt Farrell <10377148+MattFaz@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: youngcw <calebyoung94@gmail.com> Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Michotte <55855805+MMichotte@users.noreply.github.com> Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> Co-authored-by: Adam Stück <adam@adast.dk> Co-authored-by: Alberto Cortina Eduarte <albertocortina96@gmail.com> Co-authored-by: Gabriel J. Michael <gabriel.j.michael@gmail.com> Co-authored-by: Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com> Co-authored-by: Michał Gołąb <23549913+michalgolab@users.noreply.github.com> Co-authored-by: Antoine Taillard <an.taillard@gmail.com>
- Loading branch information
1 parent
e8533c9
commit 1ecfc78
Showing
606 changed files
with
5,014 additions
and
2,534 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-136 Bytes
(100%)
...dividual-account-page-and-checks-that-filtering-is-working-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-277 Bytes
(99%)
...dividual-account-page-and-checks-that-filtering-is-working-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-248 Bytes
(99%)
...dividual-account-page-and-checks-that-filtering-is-working-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+311 Bytes
(100%)
...s-snapshots/Mobile-Budget-Envelope-applies-budget-template-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+369 Bytes
(100%)
...s-snapshots/Mobile-Budget-Envelope-applies-budget-template-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+332 Bytes
(100%)
...s-snapshots/Mobile-Budget-Envelope-applies-budget-template-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+266 Bytes
(100%)
...cking--14404-in-the-page-header-opens-the-month-menu-modal-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+224 Bytes
(100%)
...cking--321fd-ed-amount-opens-the-budget-summary-menu-modal-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+294 Bytes
(100%)
...cking--4bb70-ed-amount-opens-the-budget-summary-menu-modal-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+332 Bytes
(100%)
...cking--589a6-the-page-header-shows-the-next-month-s-budget-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+290 Bytes
(100%)
...cking--6ab37-roup-name-opens-the-category-group-menu-modal-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+313 Bytes
(100%)
...cking--6dbdb-page-header-shows-the-previous-month-s-budget-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+317 Bytes
(100%)
...cking--7bd8f-the-page-header-shows-the-next-month-s-budget-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+298 Bytes
(100%)
...cking--884ac-the-page-header-shows-the-next-month-s-budget-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+232 Bytes
(100%)
...cking--94a79-roup-name-opens-the-category-group-menu-modal-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+255 Bytes
(100%)
...cking--94a85-ed-amount-opens-the-budget-summary-menu-modal-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+352 Bytes
(100%)
...cking--96ebb-page-header-shows-the-previous-month-s-budget-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+293 Bytes
(100%)
...cking--9e6aa-in-the-page-header-opens-the-budget-page-menu-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+264 Bytes
(100%)
...cking--bbde3-roup-name-opens-the-category-group-menu-modal-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+290 Bytes
(100%)
...cking--bed18-in-the-page-header-opens-the-month-menu-modal-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+235 Bytes
(100%)
...cking--ceb3a-in-the-page-header-opens-the-month-menu-modal-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+231 Bytes
(100%)
...cking--d270d-in-the-page-header-opens-the-budget-page-menu-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+331 Bytes
(100%)
...cking--d7184-page-header-shows-the-previous-month-s-budget-2-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+248 Bytes
(100%)
...cking--fdd57-in-the-page-header-opens-the-budget-page-menu-3-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+294 Bytes
(100%)
...hat-clicking-the-balance-cell-opens-the-balance-menu-modal-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+236 Bytes
(100%)
...hat-clicking-the-balance-cell-opens-the-balance-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+261 Bytes
(100%)
...hat-clicking-the-balance-cell-opens-the-balance-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+288 Bytes
(100%)
...hat-clicking-the-budgeted-cell-opens-the-budget-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+229 Bytes
(100%)
...hat-clicking-the-budgeted-cell-opens-the-budget-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+255 Bytes
(100%)
...hat-clicking-the-budgeted-cell-opens-the-budget-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+286 Bytes
(100%)
...t-clicking-the-category-name-opens-the-category-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+240 Bytes
(100%)
...t-clicking-the-category-name-opens-the-category-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+262 Bytes
(100%)
...t-clicking-the-category-name-opens-the-category-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+311 Bytes
(100%)
...napshots/Mobile-Budget-Envelope-copies-last-month-s-budget-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+354 Bytes
(100%)
...napshots/Mobile-Budget-Envelope-copies-last-month-s-budget-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+311 Bytes
(100%)
...napshots/Mobile-Budget-Envelope-copies-last-month-s-budget-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+315 Bytes
(100%)
...udget-Envelope-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+350 Bytes
(100%)
...udget-Envelope-loads-the-budget-page-with-budgeted-amounts-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+308 Bytes
(100%)
...udget-Envelope-loads-the-budget-page-with-budgeted-amounts-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+290 Bytes
(100%)
...hots/Mobile-Budget-Envelope-set-budget-to-12-month-average-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+362 Bytes
(100%)
...hots/Mobile-Budget-Envelope-set-budget-to-12-month-average-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+318 Bytes
(100%)
...hots/Mobile-Budget-Envelope-set-budget-to-12-month-average-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+316 Bytes
(100%)
...shots/Mobile-Budget-Envelope-set-budget-to-3-month-average-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+356 Bytes
(100%)
...shots/Mobile-Budget-Envelope-set-budget-to-3-month-average-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+322 Bytes
(100%)
...shots/Mobile-Budget-Envelope-set-budget-to-3-month-average-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+313 Bytes
(100%)
...shots/Mobile-Budget-Envelope-set-budget-to-6-month-average-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+355 Bytes
(100%)
...shots/Mobile-Budget-Envelope-set-budget-to-6-month-average-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+330 Bytes
(100%)
...shots/Mobile-Budget-Envelope-set-budget-to-6-month-average-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+311 Bytes
(100%)
...apshots/Mobile-Budget-Envelope-updates-the-budgeted-amount-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+365 Bytes
(100%)
...apshots/Mobile-Budget-Envelope-updates-the-budgeted-amount-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+320 Bytes
(100%)
...apshots/Mobile-Budget-Envelope-updates-the-budgeted-amount-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+284 Bytes
(100%)
...s-snapshots/Mobile-Budget-Tracking-applies-budget-template-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+375 Bytes
(100%)
...s-snapshots/Mobile-Budget-Tracking-applies-budget-template-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+329 Bytes
(100%)
...s-snapshots/Mobile-Budget-Tracking-applies-budget-template-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+299 Bytes
(100%)
...cking--0ba04-nt-amount-opens-the-budget-summary-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+320 Bytes
(100%)
...cking--0dfe7-page-header-shows-the-previous-month-s-budget-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+242 Bytes
(100%)
...cking--1ce6d-nt-amount-opens-the-budget-summary-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+234 Bytes
(100%)
...cking--42062-in-the-page-header-opens-the-month-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+264 Bytes
(100%)
...cking--49fb6-in-the-page-header-opens-the-month-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+291 Bytes
(100%)
...cking--5f098-roup-name-opens-the-category-group-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+317 Bytes
(100%)
...cking--7c353-the-page-header-shows-the-next-month-s-budget-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+262 Bytes
(100%)
...cking--929be-roup-name-opens-the-category-group-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+298 Bytes
(100%)
...cking--a3783-in-the-page-header-opens-the-budget-page-menu-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+252 Bytes
(100%)
...cking--a8b5e-in-the-page-header-opens-the-budget-page-menu-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+292 Bytes
(100%)
...cking--b1562-in-the-page-header-opens-the-month-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+322 Bytes
(100%)
...cking--cfb69-page-header-shows-the-previous-month-s-budget-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+299 Bytes
(100%)
...cking--d5af6-the-page-header-shows-the-next-month-s-budget-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+230 Bytes
(100%)
...cking--dc927-roup-name-opens-the-category-group-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+329 Bytes
(100%)
...cking--f2198-the-page-header-shows-the-next-month-s-budget-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+259 Bytes
(100%)
...cking--f224f-nt-amount-opens-the-budget-summary-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+345 Bytes
(100%)
...cking--f7fa3-page-header-shows-the-previous-month-s-budget-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+228 Bytes
(100%)
...cking--f8a19-in-the-page-header-opens-the-budget-page-menu-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+284 Bytes
(100%)
...hat-clicking-the-balance-cell-opens-the-balance-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+236 Bytes
(100%)
...hat-clicking-the-balance-cell-opens-the-balance-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+261 Bytes
(100%)
...hat-clicking-the-balance-cell-opens-the-balance-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+293 Bytes
(100%)
...hat-clicking-the-budgeted-cell-opens-the-budget-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+233 Bytes
(100%)
...hat-clicking-the-budgeted-cell-opens-the-budget-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+260 Bytes
(100%)
...hat-clicking-the-budgeted-cell-opens-the-budget-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+283 Bytes
(100%)
...t-clicking-the-category-name-opens-the-category-menu-modal-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+247 Bytes
(100%)
...t-clicking-the-category-name-opens-the-category-menu-modal-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+271 Bytes
(100%)
...t-clicking-the-category-name-opens-the-category-menu-modal-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+314 Bytes
(100%)
...napshots/Mobile-Budget-Tracking-copies-last-month-s-budget-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+355 Bytes
(100%)
...napshots/Mobile-Budget-Tracking-copies-last-month-s-budget-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+312 Bytes
(100%)
...napshots/Mobile-Budget-Tracking-copies-last-month-s-budget-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+320 Bytes
(100%)
...udget-Tracking-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+347 Bytes
(100%)
...udget-Tracking-loads-the-budget-page-with-budgeted-amounts-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+316 Bytes
(100%)
...udget-Tracking-loads-the-budget-page-with-budgeted-amounts-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+315 Bytes
(100%)
...hots/Mobile-Budget-Tracking-set-budget-to-12-month-average-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+358 Bytes
(100%)
...hots/Mobile-Budget-Tracking-set-budget-to-12-month-average-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+312 Bytes
(100%)
...hots/Mobile-Budget-Tracking-set-budget-to-12-month-average-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+308 Bytes
(100%)
...shots/Mobile-Budget-Tracking-set-budget-to-3-month-average-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+361 Bytes
(100%)
...shots/Mobile-Budget-Tracking-set-budget-to-3-month-average-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+318 Bytes
(100%)
...shots/Mobile-Budget-Tracking-set-budget-to-3-month-average-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+321 Bytes
(100%)
...shots/Mobile-Budget-Tracking-set-budget-to-6-month-average-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+350 Bytes
(100%)
...shots/Mobile-Budget-Tracking-set-budget-to-6-month-average-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+301 Bytes
(100%)
...shots/Mobile-Budget-Tracking-set-budget-to-6-month-average-3-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+310 Bytes
(100%)
...apshots/Mobile-Budget-Tracking-updates-the-budgeted-amount-1-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+363 Bytes
(100%)
...apshots/Mobile-Budget-Tracking-updates-the-budgeted-amount-2-chromium-linux.png
Oops, something went wrong.
Binary file modified
BIN
+313 Bytes
(100%)
...apshots/Mobile-Budget-Tracking-updates-the-budgeted-amount-3-chromium-linux.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.