Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
  2. Sep 03, 2024
  3. Aug 20, 2024
  4. Aug 17, 2024
  5. Aug 15, 2024
  6. Aug 12, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Long press transaction to reveal floating action bar with bulk actions (#2892) · 09c44d35
      Joel Jeremy Marquez authored
      * Mobile transaction long press
      
      * Floating action bar
      
      * Styling
      
      * Add functionality
      
      * Fix typecheck error
      
      * Release notes
      
      * Undo notifications
      
      * Fix schedules and update transaction delete confirmation message
      
      * Use react-aria useLongPress
      
      * Bulk edit amount display
      
      * Themes
      
      * Do not clear on batch update
      
      * useUndo hook
      
      * Fix typecheck error
      
      * Update useUndo
      
      * Fix typecheck error
      
      * Handle batch deleted transactions
      
      * useMemo
      
      * Make onClearSelectedTransactions mandatory
      
      * Extract FloatingActionBar to a separate component
      
      * Require onAddSelectedTransaction and onClearSelectedTransactions if there are  any selectedTransactions
      
      * Fix schedule link
      
      * Undo notification timeout
      
      * Use useSelected
      
      * Fix typecheck error
      
      * Category transactions batch updates
      
      * Remove undo notification title
      
      * Fix types
      
      * Fix notes undo notification
      
      * Move SelectedProvider to TransactionListWithBalances
      
      * Remove NewPayeeEntity
      
      * Disable support for amount batch edit for now
      
      * Fix lint error
      
      * Notification inset + reuse useTransactionBatchActions
      
      * Always show notification close button regardless if sticky or not
      
      * Allow clicking action bar when notifications are present
      
      * Fix typecheck error
      
      * Remove inset on addNotification calls
      
      * Use PressResponder
      
      * Fix mobile transaction border
      
      * VRT
      
      * VRT
      
      * VRT
      
      * VRT
      09c44d35
    • Matiss Janis Aboltins's avatar
  7. Aug 11, 2024
  8. Aug 07, 2024
  9. Aug 06, 2024
  10. Aug 04, 2024
  11. Aug 03, 2024
  12. Jul 26, 2024
    • youngcw's avatar
      [Goals]: Add a long term goal template (#3012) · 511f677a
      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
      511f677a
  13. Jul 20, 2024
    • Joel Jeremy Marquez's avatar
      Port finance modals to use new Modal component based on React Aria Modal (#2946) · ed65805d
      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
      ed65805d
    • Ryan Bianchi's avatar
      Recently used and favorite payees (#2814) · 89a8f102
      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: default avataryoungcw <calebyoung94@gmail.com>
      89a8f102
  14. Jul 15, 2024
    • Robert Dyer's avatar
      Add help modal for keyboard shortcuts. (#3033) · 70726741
      Robert Dyer authored
      * Add help modal for keyboard shortcuts.
      
      * add release note
      
      * fix linter
      
      * fix typecheck
      
      * fix linter
      
      * use component syntax for GroupHeading
      
      * use component syntax for Shortcut
      
      * fix linter
      
      * use component syntax for KeyIcon
      
      * refactor to support different dialogs
      
      * show different help based on current page
      
      * fix linter
      
      * reword help
      
      * capitalize letters
      
      * show cmd on mac
      
      * stop event propagation
      
      * dont show if a modal is already open
      
      * remove unused import
      
      * rename modal
      
      * move where location check happens
      
      * dont stop event
      
      * allow typing '?' in inputs
      
      * better filter
      
      * extract function
      
      * fix linter
      
      * dont show if filter popover is visible
      
      * fix linter
      
      * fix wrong shortcut, support SHIFT
      
      * fix linter
      
      * fix conditional
      70726741
  15. Jul 13, 2024
  16. Jul 11, 2024
  17. Jul 10, 2024
  18. Jul 09, 2024
  19. Jul 07, 2024
  20. Jul 04, 2024
  21. Jul 03, 2024
  22. Jun 26, 2024
    • Joel Jeremy Marquez's avatar
      Group and ungroup split transactions (#2805) · 5951b926
      Joel Jeremy Marquez authored
      * Group and ungroup split transactions
      
      * Release note
      
      * Fix release note category
      
      * Do not allow on reconciled transactions
      
      * Add account validation, fix undo behavior, set split payee
      
      * Fix lint errors
      
      * Allow extracting some child transactions
      
      * Disabled split/unsplit selected items menu
      
      * Fix lint error
      
      * Fix typecheck error
      
      * Special Split payee
      
      * "Split" payee on parent transaction
      
      * Show manage payees on payee autocomplete modal
      
      * Fix typecheck error + cleanup
      
      * Fix typecheck error + cleanup
      
      * VRT
      
      * Fix tests
      
      * VRT
      
      * Only show split/unsplit when applicable
      5951b926
  23. Jun 18, 2024
  24. Jun 17, 2024
    • Neil's avatar
      Custom Reports: Include current (#2684) · 6ad0b47c
      Neil authored
      * include current
      
      * notes
      
      * label change
      
      * add migration and fix merge issues
      
      * fix extra year/month
      
      * default and disabled lists
      
      * default on
      
      * fixes
      
      * rerun
      6ad0b47c
  25. Jun 10, 2024
  26. May 30, 2024
  27. May 16, 2024
  28. May 14, 2024
    • Robert Dyer's avatar
      Add API for working with rules (#2568) · 7cee3b86
      Robert Dyer authored
      
      * Add API for working with rules
      
      * Add release note
      
      * Change 'payees-get-rules' return type to RuleEntity[]
      
      * Reuse existing handlers, make names not have 'payee', add two getters
      
      * fix linter
      
      * fix bad handler name
      
      * fix broken handler name
      
      * add test cases for 'getPayeeRules'
      
      * fix broken test
      
      * Remove unused locals
      
      * Update packages/loot-core/src/types/api-handlers.d.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Update packages/loot-core/src/types/server-handlers.d.ts
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Strict types and slightly improved return interface
      
      * update test comment to match new API names
      
      * fix linter issues
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      7cee3b86
  29. May 08, 2024
  30. May 07, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Budget file quick switch (#2507) · 243703b2
      Joel Jeremy Marquez authored
      * Update autocomplete types
      
      * Remote optional type
      
      * Improve SingleInputModal
      
      * Fix lint error
      
      * Mobile budget file quick switch mode
      
      * Release notes
      
      * Updates
      
      * Fix typecheck error
      
      * Fix paddings
      
      * Update modal
      
      * Fix lint error
      
      * Display no budget files
      
      * Fix remote files not showing
      243703b2
  31. May 02, 2024
  32. Apr 18, 2024
  33. Apr 16, 2024
    • Joel Jeremy Marquez's avatar
      Display balances in category autocomplete (#2551) · b101f998
      Joel Jeremy Marquez authored
      
      * Display balances in category autocomplete
      
      * Release notes
      
      * Fix typecheck error
      
      * Update balance colors
      
      * Show category balances in mobile
      
      * Patch unit tests
      
      * Darket midnight theme autocomplete hover color
      
      * Category autocomplete split transaction highlight
      
      * Update 2551.md
      
      * Extract modals from EditField
      
      * Fix failing tests
      
      * Update variable names
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      b101f998
  34. Apr 13, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Category budget actions modal (#2501) · e500cba7
      Joel Jeremy Marquez authored
      
      * Update autocomplete types
      
      * Remote optional type
      
      * Improve SingleInputModal
      
      * Fix lint error
      
      * Category budget modals
      
      * Cleanup + release notes
      
      * Cleanup
      
      * Fix typecheck errors
      
      * Update useMergedRefs
      
      * Fix lint error
      
      * Fix typecheck error
      
      * VRT updates
      
      * Focus amount on mount
      
      * Fix errors
      
      * Open modal on budget amount click
      
      * Updates
      
      * Remove unused props + updates
      
      * Fix lint error
      
      * Close budget menu modal on enter
      
      * Delete comment
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Update release notes
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      e500cba7
    • Joel Jeremy Marquez's avatar
      [Mobile] Category activity/transactions page (#2531) · 2d188b39
      Joel Jeremy Marquez authored
      * Mobile category transactions
      
      * Release notes
      
      * Fix typo
      
      * Fix typecheck error
      
      * Handle null location state
      
      * VRT
      
      * Fix account search
      
      * Update test
      
      * Search placeholder
      
      * vrt
      
      * Add month to page title
      
      * Cleanup
      
      * Fix AccountName component
      
      * Replace ButtonLink with Link
      
      * Fix typecheck
      
      * Code review update
      2d188b39
Loading