- Aug 03, 2024
-
-
Julian Dominguez-Schatz authored
* Disable typography linter in tests * Add release notes * Remove unused type ignore
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Aug 02, 2024
-
-
Matiss Janis Aboltins authored
*
(modals) allow content to be vertically scrollable Closes #3079 * Feedback: overfloww auto * fix modal scrollbar style * dont need to spread * lint * Update 3161.md * adding width 100% to inputwithcontent --------- Co-authored-by:Michael Clark <5285928+MikesGlitch@users.noreply.github.com>
-
- Aug 01, 2024
-
-
Yusef Ouda authored
* use default 'rollover' for budgetType localPref * release notes --------- Co-authored-by:
Yusef Ouda <5180063+YusefOuda@users.noreply.github.com>
-
- Jul 31, 2024
- Jul 29, 2024
-
-
Matt Fiddaman authored
* add goal tooltip to balance in budget table * release note * fix long goals over multiple months
-
Matiss Janis Aboltins authored
Closes #3141
-
Joel Jeremy Marquez authored
* Fix local playwright reporter config * Release notes
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Add Modal2 backdrop * Release notes * VRT * Use HTML reported when running tests locally
-
- Jul 28, 2024
-
-
Michael Clark authored
* allow autocomplete events to fire when dropdown is closed * release notes * simpler solution * release notes
-
Michael Clark authored
* fix electron file location picker * add release notes * update message and style
-
Matiss Janis Aboltins authored
-
- Jul 27, 2024
-
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Fix Button2 isDisabled prop * Release notes * Update 3146.md
-
Matiss Janis Aboltins authored
*
add missing underline to links * Update accounts screenshots -
Matiss Janis Aboltins authored
-
- Jul 26, 2024
-
-
Robert Dyer authored
* Update running balances width to display large numbers. * add release note * update width * update width * Fix running balances thick header. * add release note * fix alignment * fix lint * dont make header clickable * refactor so HeaderCell can be unclickable
-
youngcw authored
* update the parser * can set goal value, but there are errors and it still needs to look for a balance and not month amount * fix apply budget * un change * note * lint * working processing, need to set colors based on month somehow * add long goal option to the gui and db * note, lint * fix cleanup * fix * make mobile work, lint * fix bindings * more proper * lint * fix single category run * don't unset goal values if they don't have a template too * lint * more lint * fix check when no template exists * rearrange to get around the issue of inconsistent colors * lint * typecheck * add field to aql schema * fixes * cleanup * migration date
-
- Jul 25, 2024
-
-
Joel Jeremy Marquez authored
* Fix menus autoclosed when clicked element on top of the menu item * Release notes
-
Neil authored
* spending card fix * notes
-
Neil authored
* add save button * notes * rerun checks * add time * tooltips * change entity to string * lint fix * adjust defaults * lint
-
- Jul 24, 2024
-
-
Neil authored
* updateReport db Schema fix * notes * error
-
- Jul 23, 2024
-
-
Fran González authored
* Fix no dismissal on budget action * Add release notes file * Correct tag * Remove unnecessary callback * Linting * Apply same strategy on reportcomponents * Rename to onMenuAction
-
- Jul 22, 2024
-
-
Neil authored
* PlusOne * notes * add daterange filters
-
Bruno Ribeiro authored
Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to ignore characters with accents / diacritics (#3045) * Autocomplete sort now ignores diacritics * Payees tab now takes into account diacritics * Category Autocomplete now ignores diacritics * Schedules filter now ignore diacritics * Added release note * Fixed type error * Added normalisation to manage rules filter * Added normalisation to $like operator * Added normalisation function to loot-core * Fixed type error & added normalisation to notlike * Fixed unit tests * Changed normalise to use loot-core/shared on desktop * Linting fix
-
- Jul 21, 2024
-
-
Reece authored
* modify fly.io url to point to correct documentation * Create 3113.md
-
- Jul 20, 2024
-
-
Matiss Janis Aboltins authored
*
ping WIP PRs that have been inactive for a week * Bump the stale action version -
Julian Dominguez-Schatz authored
* Use dicts to look up common information * Show abbreviated payees in split payee section * Update vrt * fix: missing transfer icon * Add release notes * fix: update vrt again * bugfix: failing edge cases * fix: stale test * fix: stale test, p2 (+ vrt)
-
Joel Jeremy Marquez authored
* React Aria Modal POC * Fix imports * Use composition * Fix typecheck and lint errors * VRT * Fix schedule details modal header * Fix typecheck error + VRT * Fix typecheck error * Release notes * Update release note * Fix props * Update modal props * useModalState hook * VRT * VRT * Fix typecheck error * Fix modal close * VRT * Fix test * Fix typecheck error
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Ryan Bianchi authored
* add idea of common payee, a top 10 frequently used payee * add button in payee to mark as favorite * cleanup * minor fixes * add release notes and make favorite optional * fix TransactionsTable test * lint and release notes * rename section, resort list to ensure both are sorted * don't show common, move bookmarked to menu * add a limit on adding common payees * linting * reduce to 5 commonly used payees by default * linting * more linting * update migrate timestamp * more linting * fix api name, bump migrate timestamp * Add star to payee dropdown and rename section to 'Suggested Payees' --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 18, 2024
-
-
Sreetam Das authored
* Add computed padding for handling clipped Net worth amounts * Add comment, early handle 5 character case * Add release note * Use currency decimal preference for Net Worth graph Y-axis ticks * use number format preference for `BarLineGraph` ticks * use number format preference for checking `NetWorthGraph` tick overflow * prevent `numberFormatConfig` overwrite `getNumberFormat` uses `numberFormatConfig` as the default argument; passing just `{ hideFraction: true }` caused `numberFormatConfig.format` to be ignored * add release note * use `amountToCurrencyNoDecimal` instead for `{BarLine,NetWorth}Graph` ticks
-
Joel Jeremy Marquez authored
* Add callouts to starting fresh and migration documentations * README * Update README
-
Michael Clark authored
* adding keyboard shortcuts reference to help menu * add release notes
-
wdpk authored
* Split transaction handling for csv export (#2973) * refactor, zero-amt parents and add split_amount change how child/parents are counted to remove dependence on `sort_order` being negative. for export, give parent transactions a 0 in the `amount` column, but add a new column with their `split_amount` for other programs to possibly import --------- Co-authored-by:
Zeus\Herb <herb@win.dows> Co-authored-by:
DJ Mountney <david.mountney@twkie.net>
-