- Sep 05, 2024
-
-
NickFR authored
* i18 translation * realease note * translate 'arial-label' text * translate 'text' * fixing 'text' translation * <Trans> component for HTML tag * Lint --------- Co-authored-by:
Julian Dominguez-Schatz <julian.dominguezschatz@gmail.com>
-
Joel Jeremy Marquez authored
* Mobile transaction long press * Fix typecheck error * Use react-aria useLongPress * Category transactions batch updates * Remove undo notification title * Fix types * Fix notes undo notification * Move SelectedProvider to TransactionListWithBalances * Notification inset + reuse useTransactionBatchActions * Allow clicking action bar when notifications are present * VRT * VRT * VRT * VRT * Show undo notification on budget page when applying budget actions/goal templates * Release notes * Transfer and cover undo notification * More budget actions undo
-
- Aug 20, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 17, 2024
-
-
Robert Dyer authored
-
- Aug 15, 2024
-
-
Matt Fiddaman authored
* hide target category from cover overspending list * release note * suggestions from joel-jeremy * useMemo and better types * add change to mobile * fix build * fix mobile
-
Julian Dominguez-Schatz authored
* Add report budget typing * Remove default `any` types * Add release notes * Fix lint * Attempt to fix unrelated test error * fix: changed type name * More correct types * fix types
-
- Aug 12, 2024
-
-
Matiss Janis Aboltins authored
-
Jordan Lees authored
* Fix off-by-one error when placing category into 2nd-to-last place Signed-off-by:
JL102 <jordanlees@mailbox.org> * Add changelog file Signed-off-by:
JL102 <jordanlees@mailbox.org> --------- Signed-off-by:
JL102 <jordanlees@mailbox.org>
-
- Aug 11, 2024
-
-
Julian Dominguez-Schatz authored
* Correct type for `to-budget` field * Add release notes * Don't enable `strictNullChecks` for now
-
- Aug 10, 2024
-
-
Robert Dyer authored
-
- Aug 07, 2024
-
-
Julian Dominguez-Schatz authored
* Add rollover budget typing * Fix lint * Add release notes * Fix strict typechecking
-
- Aug 06, 2024
-
-
Joel Jeremy Marquez authored
* More components to use react aria Button * Release notes * vrt * Fix typecheck error * Fix account menu test * Fix typecheck error * Fix typecheck error * Remove unnecessary aria-labels * Fix payee icons and category notes * vrt * vrt * Fix notes button * Fix typecheck error * Fix lint error * VRT * Remove default :focus on Button2 * Add Button2 defaultClassName * Update className * Fix typecheck error * Cleanup * VRT * Fix typecheck error * Fix typecheck error * Fix typecheck error * react-aria Button for budget pages * Release notes
-
- Aug 03, 2024
-
-
Matiss Janis Aboltins authored
-
- 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 29, 2024
-
-
Matt Fiddaman authored
* add goal tooltip to balance in budget table * release note * fix long goals over multiple months
-
- Jul 28, 2024
-
-
Michael Clark authored
* allow autocomplete events to fire when dropdown is closed * release notes * simpler solution * release notes
-
- Jul 26, 2024
-
-
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 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 17, 2024
-
-
Robert Dyer authored
* Add account page hotkeys * add release note * fix linter * change shortcut * change hotkey * fix lint * add budget shortcuts * update help page * fix linter * add privacy filter hotkey p * update help modal * fix deps * slash the zero * bound the month picker * change privacy shortcut to ctrl+p * remap keys to ctrl * add select all hotkey * fix linter * change add hotkey to T * update help modal * resize help modal * fix linter * shrink modal size more * change budget reset behavior * change privacy to shift+ctrl+p * move shift to front
-
- Jul 11, 2024
-
-
Robert Dyer authored
* Dim hidden income category rows * add release note * fix linter
-
- Jul 10, 2024
-
-
Matiss Janis Aboltins authored
*
(budget-type) moving the selector to settings page * Feedback: move the block down
-
- Jul 08, 2024
-
-
Yusef Ouda authored
* reorders 'Rename' above 'Hide' in menu popovers * release notes * adds debounce to sidebar animation * bump debounce time * release notes * release notes * Update debounce import * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * Update index.tsx * removes event listener on titlebar, changes margins
-
- Jul 03, 2024
-
-
dymanoid authored
* Fix rollover arrow display for mobile and desktop * Add release notes * Implement review suggestions * Fix rollover indicator without goals
-
- Jun 26, 2024
-
-
youngcw authored
* change the mobile budget colors to be the same as desktop * fix * some lint and note * actual note * fix mad lint * another lint
-
- Jun 21, 2024
-
-
Joel Jeremy Marquez authored
* Format notes as clickable tags * Release notes * Fix tests - extract the handler to higher level component * Update colors * Fix filtering * Rename variables * Remove font weight * Cleanup style * Append note tag filters * Fix overlapping UI * Revert pill colors * Rename prop * Rename notes * Delete filter margin * Fix typecheck error * VRT + typecheck fix * Add matches op in rules + use it to match tags * Fix database types * Fix typecheck error * Fix typecheck * Move create_function call * VRT * Update tag regex * Escape regex input * Update tag regex * Use onApplyFilter * Update tag formatting * Fix tag formatting * Update regex * VRT * Update packages/desktop-client/src/components/modals/EditRule.jsx Co-authored-by:
Robert Dyer <rdyer@unl.edu> * VRT * Fix error * Fix filtered balance * VRT --------- Co-authored-by:
Robert Dyer <rdyer@unl.edu>
-
- Jun 17, 2024
-
-
Matiss Janis Aboltins authored
-
- Jun 12, 2024
-
-
lelemm authored
FIX: For Report Budget, the income categories are negative when using 'Set budgets to 3 month average' (#2862) * FIX: For Report Budget, the income categories are negative when using 'Set budgets to 3 month average'. This fix solves this issue * added 2862.md * Ajustments for category menu not closing properly and fix to negative values for income category copy budget * fix lint * changed variable name without changing references after lint ajust * retrigger checks * smaller 2862.md
-
- Jun 10, 2024
-
-
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
-
- Jun 07, 2024
-
-
Matiss Janis Aboltins authored
-
- Jun 04, 2024
-
-
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
-
- May 28, 2024
-
-
Robert Dyer authored
* Make picking budget months easier to see * add release note
-
- May 21, 2024
-
-
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 15, 2024
-
-
Matiss Janis Aboltins authored
-
- May 07, 2024
-
-
Neil authored
* Show table activity * notes * lint fix * add underline * add linkstyle * fix table aligment
-
- Apr 26, 2024
-
-
Joel Jeremy Marquez authored
* Add amount colors to mobile transaction list * Release notes * Fix lint error * Add amount colors to mobile accounts page * VRT updates
-
- Apr 19, 2024
-
-
Joel Jeremy Marquez authored
* Add colors to mobile transaction amount input * VRT updates * Release notes
-
- Apr 18, 2024
-
-
Joel Jeremy Marquez authored
* Budget month menus * Release notes * Update vrt and fix lint * Merge budget month modals into one modal * Fix typecheck error * VRT updates * Update modal triggers * VRT updates * Adjust budget month modals size * Fix lint error * Remove excess padding * Use modal padding prop
-
- Apr 16, 2024
-
-
Joel Jeremy Marquez authored
* Mobile collapsible budget groups * Release notes * VRT updates * No tap highlight when clicking collapse/uncollapse button * Income group no tap highlight * No highlight on hover
-
Joel Jeremy Marquez authored
* Use budget start month pref on mobile to match desktop behavior * Release notes * Fix failing tests
-