Skip to content
Snippets Groups Projects
  1. Sep 08, 2024
  2. Aug 17, 2024
  3. Jul 22, 2024
    • Bruno Ribeiro's avatar
      Enhance Autocomplete sorting, Payees tab filter, and Schedules tab filter to... · 4439bb6a
      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
      4439bb6a
  4. Jul 20, 2024
    • 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
  5. Jul 17, 2024
  6. Jul 09, 2024
  7. Apr 11, 2024
  8. Apr 09, 2024
    • Jenna's avatar
      Bugfix:Midnight theme button contrast (#2538) · da6b039f
      Jenna authored
      
      * added green700 (g3) to highlight text in PayeeAutocomplete and CategoryAutocomplete
      
      * added upcoming release note doc for Isuee 2488
      
      * modified background and text to meet WCAG AA compliance for contrast
      
      * updated code for autocomplete highlight on menu items
      
      * fixed linting errors and renamed release note
      
      * updated release note category from 'bug' to 'bugfix'
      
      * fixing the light theme
      
      ---------
      
      Co-authored-by: default avatarJenn Cox <jenncox@Jenns-MacBook-Air.local>
      da6b039f
  9. Apr 04, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile]: More functionalities (#2472) · 6f251e60
      Joel Jeremy Marquez authored
      * Balance modals
      
      * Release notes
      
      * Fix typecheck errors
      
      * Fix errors
      
      * Mobile scheduled transaction modal
      
      * Cleanup
      
      * Fix props
      
      * Fix typecheck errors
      
      * Updates
      
      * Fix autocomplete typings
      
      * Update autocomplete types
      
      * Fix typecheck errors
      
      * Fix typecheck errors
      
      * Remote optional type
      
      * Pass this to apply
      
      * Use bind
      
      * Fix typecheck error
      
      * Ignore typecheck error for now
      
      * Add onClose in Autocomplete
      
      * open category modal on enter in transfer modal
      
      * Budget summary modals
      
      * Accounts update
      
      * Add paddingBottom
      
      * Fix typecheck error
      
      * Revert navigate
      
      * Disable esline
      
      * Close account and Reopen account
      
      * Improve SingleInputModal
      
      * Fix lint error
      
      * Fix category autocomplete modal header
      
      * Rebase updates
      
      * Cleanup
      
      * Clearer error message
      
      * Close report balance tooltip on selection
      
      * Updated based on review
      6f251e60
  10. Apr 01, 2024
  11. Mar 25, 2024
  12. Feb 21, 2024
  13. Feb 12, 2024
    • Joel Jeremy Marquez's avatar
      Hooks for frequently made operations (#2293) · 08cbdab2
      Joel Jeremy Marquez authored
      
      * Hooks for frequently made operations
      
      * Release notes
      
      * Fix typecheck errors
      
      * Remove useGlobalPrefs
      
      * Add null checks
      
      * Fix showCleared pref
      
      * Add loaded flag for categories, accounts and payees state
      
      * Refactor to reduce unnecessary states
      
      * Fix eslint errors
      
      * Fix hooks deps
      
      * Add useEffect
      
      * Fix typecheck error
      
      * Set local and global pref hooks
      
      * Fix lint error
      
      * VRT
      
      * Fix typecheck error
      
      * Remove eager loading
      
      * Fix typecheck error
      
      * Fix typo
      
      * Fix typecheck error
      
      * Update useTheme
      
      * Typecheck errors
      
      * Typecheck error
      
      * defaultValue
      
      * Explicitly check undefined
      
      * Remove useGlobalPref and useLocalPref defaults
      
      * Fix default prefs
      
      * Default value
      
      * Fix lint error
      
      * Set default theme
      
      * Default date format in Account
      
      * Update packages/desktop-client/src/style/theme.tsx
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      ---------
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      08cbdab2
  14. Jan 15, 2024
  15. Jan 06, 2024
  16. Dec 22, 2023
  17. Dec 05, 2023
  18. Dec 01, 2023
    • Joel Jeremy Marquez's avatar
      Larger mobile autocomplete fonts and paddings (#1900) · 5d1f2d48
      Joel Jeremy Marquez authored
      * Larger mobile autocomplete fonts and paddings
      
      * Release notes
      
      * VRT + update tests
      
      * Update tests
      
      * Update data-highlighted and tests
      
      * Use styles text
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Adjust Add Transaction padding + VRT updates
      
      * Larger autocomplete text and divider
      
      * Fix rebase
      
      * Fix rebase
      
      * Fix icons
      
      * Adjust fonts
      
      * Fix lint errors
      
      * PR feedback
      
      * VRT
      
      * Update embedded autocomplete highlight hover color
      
      * Refactor create payee button
      
      * Embedded create payee button color
      
      * Dummy change to re-run CI
      5d1f2d48
  19. Nov 18, 2023
  20. Nov 09, 2023
  21. Oct 21, 2023
  22. Oct 04, 2023
  23. Sep 03, 2023
    • Joel Jeremy Marquez's avatar
      Replace usage of glamor CSSProperties with React CSSProperties (#1542) · 63c3d07c
      Joel Jeremy Marquez authored
      * Remove usages of glamor CSSProperties
      
      * Cleanup
      
      * Re-add CellButton className prop
      
      * More removal of glamor CSSProperties
      
      * Release notes
      
      * Fix vrt test failures
      
      * Use React CSSProperties in View
      
      * Custom CSSProperties type
      
      * Settings UI regression fix
      
      * Fix type check errors
      
      * Address PR comments
      
      * CategorySpendingGraph style
      
      * Fix rebase mistake
      63c3d07c
  24. Aug 23, 2023
  25. Aug 09, 2023
  26. Aug 08, 2023
  27. Jul 30, 2023
  28. Jul 26, 2023
  29. Jul 19, 2023
  30. Jul 17, 2023
  31. Jun 15, 2023
    • Shazib Hussain's avatar
      Remove 'export' keyword where not needed. (#1139) · 61a5b1a3
      Shazib Hussain authored
      As discussed in #1126 creating separate PRs.
      
      The linter rule isn't actually part of this first PR and will likely be
      in the final PR as otherwise it will just fail because all the issues
      aren't resolved.
      
      The code is 'ready' though so as soon as this is merged I will open next
      one(s)
      61a5b1a3
  32. May 21, 2023
  33. May 09, 2023
  34. Apr 23, 2023
  35. Mar 24, 2023
  36. Mar 21, 2023
Loading