Skip to content
Snippets Groups Projects
  1. Jun 18, 2024
    • Crazypkr1099's avatar
      Add filtering of group name to autocomplete for transactions (#2861) · 437e202d
      Crazypkr1099 authored
      
      * Delete packages/desktop-client/e2e directory
      
      * Delete packages/desktop-client/e2e directory
      
      * Add toggleable option to autoCompleteCategories
      
      * Create 2861.md
      
      * Fixing typescript error & removing console.log
      
      * Added themesetting back in
      
      * Added filtering and separation for group name autocomplete
      
      * removed typescript error
      
      * another typescript error fixed
      
      * ts error
      
      * removed styling
      
      * Update 2861.md
      
      * Update prefs.d.ts
      
      * Update index.tsx
      
      removed toggleable settings
      
      * Update index.tsx
      
      * removed toggleablesettings
      
      * changed test tobe     items = screen
            .getByTestId('autocomplete')
            .querySelectorAll('[data-testid$="category-item"]');
          expect(items.length).toBe(3);
        });
      
      * removed isChanged passdown
      
      * Added string followed by category name capability, moved sorting logic to categoryautocomplete, used toSorted, used Usememo, added TS.
      
      * Fix unnecessary changes
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * Fixed TS, sort, and memo to useCallback
      
      * fix tosorted -> sort
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      
      * fix typescript issue
      
      ---------
      
      Co-authored-by: default avatarRobert Dyer <rdyer@unl.edu>
      Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
      Unverified
      437e202d
  2. May 07, 2024
  3. Apr 16, 2024
  4. Apr 11, 2024
  5. 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>
      Unverified
      da6b039f
  6. 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
      Unverified
      6f251e60
  7. Apr 01, 2024
  8. Mar 25, 2024
  9. Mar 12, 2024
  10. Mar 11, 2024
  11. Feb 21, 2024
  12. Jan 22, 2024
  13. Jan 15, 2024
  14. Jan 06, 2024
  15. Dec 05, 2023
  16. 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
      Unverified
      5d1f2d48
  17. Nov 22, 2023
  18. Nov 18, 2023
  19. Nov 09, 2023
  20. Oct 30, 2023
  21. Oct 04, 2023
  22. Sep 16, 2023
  23. Sep 03, 2023
  24. Aug 09, 2023
  25. Aug 08, 2023
  26. Aug 07, 2023
  27. Jul 30, 2023
  28. Jul 19, 2023
  29. Jul 15, 2023
  30. 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)
      Unverified
      61a5b1a3
  31. May 17, 2023
  32. May 09, 2023
  33. Mar 24, 2023
Loading