- Mar 02, 2023
-
-
Jed Fox authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
*
upgrade github actions * Upgrade actions/checkout
-
- Mar 01, 2023
-
-
Jed Fox authored
-
Neil authored
* Addd option to include exchange rate during import * Added changes to multipler option within form * Use Input component * build fixes * Fix parsing errors * lint fixes * Update packages/loot-design/src/components/modals/ImportTransactions.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update packages/loot-design/src/components/modals/ImportTransactions.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Update packages/loot-design/src/components/modals/ImportTransactions.js Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Variable name updates * Record a trace when retrying failing tests --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Feb 28, 2023
-
-
Jed Fox authored
* Intelligently adjust field for newly added action * Remove unnecessary switch case * Dedupe list of fields * Remove unnecessary conditionFields prop * Intelligently adjust field for newly added condition * Use a less specific condition
-
Jed Fox authored
* Sort transactions by date in updateCategoryRules * Update better-sqlite3 to 7.5.0 * Update better-sqlite3 to v8
-
Matiss Janis Aboltins authored
*
removed usage of babel-preset-jwl-app * Add @babel/preset-react -
Jed Fox authored
-
Jed Fox authored
* Run `yarn dedupe` * Update to better-sqlite3@latest * Remove react-native * Remove a bunch more unused deps * Update mitt to 3.0 * Remove a few more * Remove react-native-gesture-handler * Revert "Update to better-sqlite3@latest" This reverts commit d436bc8d73f2745f484def4e40596322d0c56458. * Dedupe better-sqlite3 versions * snapshots! * Fix jsdom error * Revert "Dedupe better-sqlite3 versions" This reverts commit f99d2ab6f9311663e3312ab5b00bc81c068f040d. * Add back jest-watch-typeahead * Fix conflicting Jest version (The jest-environment-jsdom package that is magically available seems to only be compatible with Jest 27)
-
Jed Fox authored
-
Jed Fox authored
* Allow rendering a schedule rule in <Value /> * Refactor: RulesPage.getNthRule returns arrays for conditions/actions * Visit the rules page after creating a schedule
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Jed Fox authored
-
Jed Fox authored
-
Matiss Janis Aboltins authored
-
- Feb 27, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
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
-