- Feb 27, 2023
-
-
Jed Fox authored
* Fix notes button not being visible unless hovered * A few tweaks * !important
-
Venkata Krishna S authored
* Adds delay * change delay to half second. * Added async * Changed Delay * lint fix * Changed hover actions * onMouseLeave * Change logic --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Feb 26, 2023
-
-
Matiss Janis Aboltins authored
-
George Sumpster authored
-
- Feb 25, 2023
-
-
Matiss Janis Aboltins authored
Working on #583
-
- Feb 24, 2023
-
-
Matiss Janis Aboltins authored
*
(import) date formats supporting digits without leading zeros Closes #607 * ISO test case -
Jed Fox authored
-
Jed Fox authored
* Don’t run linting while building in CI * Update webpack.config.js
-
Jed Fox authored
* Make it easier to build the bundle.api.js for the API * Remove budgetId parameter, move config to top level of API * that’s a breaking change * Add support for signing into the server in init() * Add api.downloadBudget(syncId, { password }) method * Fix lint errors * Refactor: extract out getSyncError * api/download-budget: sync if possible instead of downloading * Don’t bother with fetching remote files and installing key if the file is local * *groupId * FIx lint issues * Remove extra close+reopen * Refactor out duplicate load-budget logic * Trailing commas
-
- Feb 23, 2023
-
-
Jed Fox authored
* Add missing imported_payee case * Switch over to a `switch` to ensure no other cases are missed * Fix switching from “amount” to “amount (inflow/outflow)” * fix crash when parsing null value as number * Fix formatting for “payee/category/account contains” filters
-
Jed Fox authored
-
Jed Fox authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
*
upgrade yarn to v3.4.1 (latest stable) * Fix resolutions
-
- Feb 21, 2023
-
-
Jed Fox authored
* Allow the server to auto-configure the server URL for the client * Extract server URL/version logic out to ensure consistent updates * () * Be more explicit about when the server version is re-fetched * Use a single layer of context provider * Move the bootstrap route to /account/needs-bootstrap * No more `isActual` * Refactor to call subscribe-needs-bootstrap instead of fetch() * Dedupe calls to subscribe-needs-bootstrap * Don’t revalidate the server when we just validated it * simplify * Fix setServerURL
-
Jed Fox authored
* Provide more debugging information when throwing an invalid-schema sync error * Don’t log the errors directly * Update dynamic cell warning to be clearer * rebuild
-
- 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
-