- Jun 11, 2024
-
-
lelemm authored
Changing the autocomplete search to accept text without accents to match options with accents (#2842) * Changing the autocomplete search to accept text without accents to match options with accents * lint fix * Added upcoming-release-notes
-
- Jun 10, 2024
-
-
Dan D authored
* Update main.ts - Handle Null Org Domain in SimpleFIN SimpleFIN (currently) uses the org domain as the bank ID. According to SimpleFIN docs, this can possibly be a null value, as can the org name. However, at least one of the two must be present. In Actual, org name is set to "Unknown" if it comes in as null, but the bank_id (previously just set to the org domain) was not, resulting in a null bank_id value at times. * Create 2836.md * Fix release notes format. * Small change to release note. * Change to use new org Id as fallback for bank_id * Add orgId property, for new org id from SimpleFIN
-
Joel Jeremy Marquez authored
* Make balance movement menus only appear on relevant conditions * Release notes * Hide to be budgeted when covering overbudgeted * Fix typecheck error
-
Robert Dyer authored
* Fix amounts over 1 million cutting off. * Update VRT * Update VRT * update VRT
-
Crazypkr1099 authored
* Added Year comparsion feature. Also fixed bug with greater than 28 days. * Removed comments and console.logs * Create 2806.md * Cleaned up code * Hide's graph if no data, and hides average, last month or last year if no data. * Apply suggestions from code review Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com> * Fixed spent MTD and last MTD. Added in all suggestions from carkom. * Update 2806.md * Added changes required by carkom #2 * Couple more fixes, only show graph if have data for last month (as requested by carkom) * Removed console.log that was mistakenly added. * removed useEffect * Add files via upload * Remove async function * lint fix * fixed carkom requests & added in fix for YAxis issues * Fixed couple of mistakes. Removed Y Axis fix (new PR will be created) * Cleanup code * Fix mode buttons * Removed console.log... * Update showAverage Logic * Update switch logic default should be default for everyone other part of the graph. * Add Math.abs * lint fix --------- Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com>
-
- Jun 07, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Matthew Strasiotto authored
* fix(#2562): Prevent transaction deduplication for imported transactions * chore(): eslint fixes * chore(): Add release note file * fix(#2562): Allow transaction deduplication if transaction being imported is null * chore: Rename release note, add strazto as author * test(loot-core): Add test case for new logic * docs(release-notes.loot-core): Add pmoon00 as author * test(loot-core): Update test case to not be affected by unrelated bug * test(loot-core): fix linter --------- Co-authored-by:
Mohamed El Mahdali <mohamed.elmahdali.developer@gmail.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
lichen authored
-
Joel Jeremy Marquez authored
* Use AmountInput on mobile transfer and hold buffer modals * Release notes * VRT + typecheck error fixes * VRT * VRT
-
Joel Jeremy Marquez authored
* Add loading indicator on mobile transactions list * Release notes
-
- Jun 06, 2024
-
-
Neil authored
* filter out offBudget * notes
-
- Jun 05, 2024
-
-
Julian Dominguez-Schatz authored
* Use amount input on rules page instead of plain text field * Add release notes * Remove unneeded attributes * Support percent formatting * Lint + typecheck * Fix latent bug * Handle existing data correctly * PR feedback: naming * PR feedback: force percent to a positive number * PR feedback: reset percent to 100 upon changing input type * Fix input clamping behaviour * Empty commit to bump ci * PR feedback: prop cleanup * PR feedback: no default number format * PR feedback: cosmetic refactor
-
- Jun 04, 2024
-
-
Robert Dyer authored
* Don't show account tooltips during VRT * add release note
-
Joel Jeremy Marquez authored
* Initial * Add cheveron to logo * Updates * Release notes * Fix typecheck error * Fix build error * Align budgeted * Fix tests * Dynamic font sizes in budget table cells * VRT * Apply AutoTextSize * Layout updates * VRT updates * Resize text on value update + fix lint/typecheck errors * Category/groups take full width * Cleanup + VRT * Feedback * VRT * Change column visibility indicator * VRT * Use SvgExpandArrow * VRT * Zero balance contrast on light mode * Update AutoTextSize key * Color updates * VRT
-
Stefan Hall authored
- category groups called income - categories called income
-
Joel Jeremy Marquez authored
* Auto create 2 child transactions on split * Release notes * Fix typecheck error
-
- Jun 03, 2024
-
-
Neil authored
* onShow Activity fix with Weekly Interval fix * notes * remove scrollbar * notes update * updates
-
Matt Fiddaman authored
* Fix CSV import not matching category is (nothing) rules * release note
-
Sreetam Das authored
* Update regex for `looselyParseAmount` for 5-9 decimal places * Add release note * Update comment, add some more tests
-
Julian Dominguez-Schatz authored
* Release 'Splits in rules' feature * Add release notes * Add missed comment * Remove unused import * Fix failing test
-
Robert Dyer authored
* Show account notes in tooltip on sidebar * add release note * Only show tooltip for accounts * Split account name and note into separate nodes * Add padding inside tooltip * Move tooltip to the right * remove commented code * Tweak the visual design * Fix lint * adjust padding * Update packages/desktop-client/src/components/sidebar/Account.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * refactor to avoid function --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Matiss Janis Aboltins authored
*
(tooltip) refactoring to react-aria (vol.6) * Release notes -
Matiss Janis Aboltins authored
-
- May 30, 2024
-
-
Robert Dyer authored
* initial support for linking to off budget * add release note
-
- May 29, 2024
-
-
Neil authored
* filterQuery * notes * update * lint fix * VRT * fix account filter * VRT --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
Neil authored
* spending error fix with some visual changes * notes
-
- May 28, 2024
-
-
Robert Dyer authored
* Better account sync listing * use PrivacyFilter on balances * add release note
-
Robert Dyer authored
* Make picking budget months easier to see * add release note
- May 22, 2024
-
-
Julian Dominguez-Schatz authored
* Use amount when creating a rule from a transaction * Add release notes
-
Robert Dyer authored
* Avoid using underlines for emphasis * add release note
-
- May 21, 2024
-
-
Matiss Janis Aboltins authored
-
Julian Dominguez-Schatz authored
* Template only the relevant amount in a split-schedule category * Add release notes * Adjust sign correctly depending on category type
-
Joris Pelgröm authored
-
Tyler Marshall authored
* fix: move rollover arrow into view ref: https://github.com/actualbudget/actual/issues/2757 * fix: adds isNarrowWidth for responsive arrow * ci: fix lint * fix: update category name
-
- May 20, 2024
-
-
Neil authored
* Date Range error catch * notes * update checkDate
-
Neil authored
* Table Totals Callback * notes * Update packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
shall0pass authored
* netlify script * remove npm ci * add filter * release note * whoops
-
- May 18, 2024
-
-
Tyler Marshall authored
-