- Feb 17, 2023
-
-
Matiss Janis Aboltins authored
*
add demo image to the README * Different image
-
- Feb 16, 2023
-
-
Jed Fox authored
* Prevent Cmd+Z/Cmd+Shift+Z from propagating to the browser * Allow browser to handle undo/redo shortcuts in input fields * Don’t change a transaction’s note from null to ''
-
- Feb 15, 2023
-
-
Matiss Janis Aboltins authored
-
Jed Fox authored
-
- Feb 14, 2023
-
-
Jed Fox authored
-
Matiss Janis Aboltins authored
-
- Feb 13, 2023
-
-
Matiss Janis Aboltins authored
-
Jed Fox authored
-
Sasha Mansurov authored
-
- Feb 12, 2023
-
-
Jed Fox authored
* Dedupe loot-core webpack configs * Swap to parsing using Peggy * Actually record syntax errors * Refactor template types * Add notifications after applying the templates * “Successfully” * Try a Nearley grammar * Revert "Try a Nearley grammar" This reverts commit 1e11c07b855a492b905f1291c3eadd93f78ac3de. Not going with this approach since the error messages are inscrutable. * switch to PEG.js which has slightly better tooling support * fix parser * Fix error reporting * Adjust grammar for better error messages Also allow spaces between currency symbol and number * Fix grammar * Make #template prefix case insensitive * Trailing commas * Remove patch-package from loot-core
-
- Feb 10, 2023
-
-
Matiss Janis Aboltins authored
*
(prettier) adding trailing commas * More commas -
Jed Fox authored
* Make the filter text clickable * Fix display of notes field in rules/filters * Allow editing filters * debugger
-
- Feb 09, 2023
-
-
Matiss Janis Aboltins authored
-
Jed Fox authored
* Allow bypassing SharedArrayBuffer override * Make an attempt to avoid merging budgets * Update FatalError.js * s/allowBuggyFallback/isSharedArrayBufferOverrideEnabled/ Co-Authored-By:
Matiss Janis Aboltins <886567+MatissJanis@users.noreply.github.com> --------- Co-authored-by:
Matiss Janis Aboltins <886567+MatissJanis@users.noreply.github.com>
-
- Feb 08, 2023
-
-
Jed Fox authored
-
- Feb 07, 2023
-
-
Jed Fox authored
-
- Feb 06, 2023
-
-
Jed Fox authored
-
- Feb 05, 2023
-
-
Jed Fox authored
* Allow the frontend to connect to arbitrary servers * - sentry
-
Matiss Janis Aboltins authored
-
Rich Howell authored
* Remove all references to help@actualbudget.com Replaced help@actualbudget.com with link to GitHub issues * Lint Fixes Lint Fixes * Added React React required for href expansion as per lint rules https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/react-in-jsx-scope.md * Changed links to contact page and fixed linting Changed links to contact page and fixed linting * Update packages/desktop-client/src/components/accounts/AccountSyncCheck.js Co-authored-by:
Jed Fox <git@jedfox.com> * Lint fixes * JSX removal * Lint * Update packages/desktop-client/src/components/tutorial/Final.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update packages/desktop-client/src/components/accounts/AccountSyncCheck.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Lint fixes --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Rich Howell authored
* Removing dead links Removing any links that no longer exist and can't move the content to docs. * Update packages/loot-design/src/components/modals/PlaidExternalMsg.js Co-authored-by:
Jed Fox <git@jedfox.com> * Update upgrade-notifications.js Added video link back in --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Rich Howell authored
* Update FatalError.js Removed reference to automatic reporting of errors to ActualBudget, also removed the email address as a endpoint for errors to be reported to and replaced it with GitHub issues. * Update FatalError.js Link changed. * Update FatalError.js Changed link
-
Rich Howell authored
The Actualbudget blog no longer exists, replaced the links with the OSS release notes.
-
- Feb 04, 2023
-
-
Jed Fox authored
-
Jed Fox authored
-
George Sumpster authored
* use onEnter over onKeyDown in TransferTooltip * condense line Co-authored-by:
Jed Fox <git@jedfox.com> * remove unnecessary arrow fn --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
Nithun Harikrishnan authored
* Fixes editing closed account names issue #616 * Adds null, empty and whitespace checks * Fix whitespacing issue
-
- Feb 03, 2023
-
-
Jed Fox authored
* Update index.js * Switch to hard error when SharedArrayBuffer is unavailable * Remove “Server misconfiguration alert!”
-
Jed Fox authored
-
Jed Fox authored
* Add support for searching the schedules table at /schedules * Move filtering logic into SchedulesTable * Extract out a <Search> component * Improve margins in Link Schedule dialog * Add support for filtering in Link Schedule * Add support for filtering by date * rename param for clarity * Remove unused imports * Fix schedules with empty values always showing up in search results * Fix matching behavior
-
Jed Fox authored
* Allow libofx to handle decoding imported files * Add releve.qfx as a test file * Remove irrelevant redacted transactions from test file * Fix console overload from long console.warn stacks
-
Trevor Farlow authored
* Schedule Editor: Keep payee list open while toggling transfer payees focus This makes the schedule editor match the behavior of the PayeeAutocomplete in TransactionsTable * Move fix to PayeeAutocomplete
-
- Feb 02, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Feb 01, 2023
-
-
Jed Fox authored
* Fix adding date back to a schedule that lost its date * Propagate errors when searching matching transactions * Make the error more visible * Block removing the date field on schedule-linked rules
-
shall0pass authored
* mobile detection * remove intermediate variable
-
- Jan 31, 2023