Skip to content
Snippets Groups Projects
  1. Sep 24, 2024
  2. Sep 23, 2024
  3. Sep 22, 2024
  4. Sep 20, 2024
  5. Sep 19, 2024
  6. Sep 18, 2024
  7. Sep 13, 2024
  8. Sep 11, 2024
  9. Sep 09, 2024
    • Joel Jeremy Marquez's avatar
      [React Aria Button] All remaining components except filters, mobile... · 3985d254
      Joel Jeremy Marquez authored
      [React Aria Button] All remaining components except filters, mobile transaction edit, and autocomplete (#3163)
      
      * vrt
      
      * Fix account menu test
      
      * Fix payee icons and category notes
      
      * vrt
      
      * vrt
      
      * Fix notes button
      
      * VRT
      
      * VRT
      
      * React Aria Button - All except filters and autocomplete
      
      * Release notes
      
      * Fix typecheck errors
      
      * Fix typecheck error
      
      * Fix button links
      
      * Update
      
      * Fix typecheck error
      
      * Fix link button variant
      
      * Fix typecheck error
      
      * Fix typecheck error
      
      * Fix typecheck error
      
      * Fix border
      
      * Fix mobile accounts page
      
      * VRT
      
      * Fix playwright config
      
      * Revert MobileForms and TransactionEdit
      
      * VRT
      
      * Remove borderRadius
      
      * Fix add account button
      
      * VRT
      
      * Revert VRT
      
      * Fix tests
      
      * Fix Cover and Transfer modals
      
      * Fix lint error
      Unverified
      3985d254
    • Matiss Janis Aboltins's avatar
  10. Sep 07, 2024
  11. Sep 06, 2024
    • Joel Jeremy Marquez's avatar
      Auto notes when transferring budgets (#3119) · 61bffa3d
      Joel Jeremy Marquez authored
      * Add expense category budget notes that resets every month + auto notes when transferring budgets
      
      * Remove unused import
      
      * Release notes
      
      * VRT
      
      * Fix typecheck error
      
      * Rename
      
      * Fix typecheck error
      
      * Fix category name
      
      * Update to notes to reassigned
      
      * Append auto transfer notes to month notes
      
      * Update release notes
      
      * VRT
      
      * VRT
      
      * Fix lint error
      Unverified
      61bffa3d
  12. Sep 05, 2024
  13. Aug 23, 2024
    • lelemm's avatar
      "has tags" filter (#3290) · 7769d030
      lelemm authored
      * new tag filter
      
      * fixes
      
      * release notes
      
      * fixes for the rules modal
      
      * more fixes
      
      * linter
      
      * visual regression fixes
      
      * review suggestions
      
      * missing this change
      Unverified
      7769d030
  14. Aug 17, 2024
  15. Aug 15, 2024
    • Robert Dyer's avatar
      Add rule actions to prepend/append to transaction notes. (#3215) · af73dcd7
      Robert Dyer authored
      * Add rule action to append to transaction notes.
      
      * add release note
      
      * support prepending
      
      * fix linter
      
      * update release note
      
      * fix typecheck error
      
      * update VRT test code
      
      * revising VRT code
      
      * select by row
      
      * fix missing delete button
      
      * fix VRT tests
      
      * fix linter
      
      * empty commit for CI
      
      * avoid 'undefined' appearing in notes
      
      * fix linter
      Unverified
      af73dcd7
  16. Aug 13, 2024
  17. Aug 12, 2024
    • Joel Jeremy Marquez's avatar
      [React Aria Button] Reports page buttons (#3159) · 43ff1c03
      Joel Jeremy Marquez authored
      * More components to use react aria Button
      
      * vrt
      
      * Fix account menu test
      
      * vrt
      
      * vrt
      
      * VRT
      
      * VRT
      
      * React Aria Button - Reports page
      
      * Release notes
      
      * Fix typecheck error
      
      * Fix typecheck error + VRT (Create new custom report button got slightly bigger)
      
      * Fix payee icon color
      Unverified
      43ff1c03
  18. Aug 06, 2024
    • Joel Jeremy Marquez's avatar
      [React Aria Button] - Migrate sidebar, notifications, transactions, recurring... · 44ce976f
      Joel Jeremy Marquez authored
      [React Aria Button] - Migrate sidebar, notifications, transactions, recurring schedule picker buttons (#2984)
      
      * 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
      Unverified
      44ce976f
  19. Aug 03, 2024
  20. Jul 29, 2024
  21. Jul 27, 2024
  22. Jul 20, 2024
  23. Jul 16, 2024
  24. Jul 11, 2024
  25. Jul 08, 2024
  26. Jul 04, 2024
  27. Jul 03, 2024
  28. Jun 27, 2024
  29. 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
      Unverified
      5951b926
  30. Jun 21, 2024
    • Joel Jeremy Marquez's avatar
      Format transaction notes as clickable tags (#2670) · f02ca4e3
      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: default avatarRobert Dyer <rdyer@unl.edu>
      
      * VRT
      
      * Fix error
      
      * Fix filtered balance
      
      * VRT
      
      ---------
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      Unverified
      f02ca4e3
  31. Jun 19, 2024
  32. Jun 11, 2024
    • Crazypkr1099's avatar
      Add Underline in Account Header (#2847) · bf26ca4e
      Crazypkr1099 authored
      
      * Added underline & Fixed Capitalization in Account Header
      
      * Create 2847.md
      
      * Changed border pixel size, made it more opaque.
      
      * removed comments
      
      * Update E2E
      
      * Required to run E2E in local...
      
      * Revert "Required to run E2E in local..."
      
      This reverts commit e73ac75cb3607cd95e6b7b852850231663025132.
      
      * Revert "Update E2E"
      
      This reverts commit 56990fd6fe5c0163b317524cf86eaead358f915c.
      
      * testing...
      
      * testing...
      
      * Update 2847.md
      
      * Underline no longer goes to edge
      
      * vrt
      
      * vrt
      
      * fix bad screenshot
      
      ---------
      
      Co-authored-by: default avataryoungcw <calebyoung94@gmail.com>
      Unverified
      bf26ca4e
  33. Jun 10, 2024
  34. Jun 04, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Budget table revamp (#2642) · 1c7d9bf1
      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
      Unverified
      1c7d9bf1
    • Stefan Hall's avatar
      Support nynab imports that have (#2817) · 6d117f44
      Stefan Hall authored
      - category groups called income
      - categories called income
      Unverified
      6d117f44
Loading