Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Apr 18, 2024
  3. Apr 16, 2024
  4. Apr 13, 2024
  5. Apr 12, 2024
    • Robert Dyer's avatar
      Dim categories hidden by their groups (#2582) · edd34b79
      Robert Dyer authored
      * Dim categories hidden by their groups
      
      * Dim hidden cats on mobile view
      
      * Do not show hide/show menu on mobile for categories in hidden groups
      
      * Rename catGroup to categoryGroup
      
      * Fix lint issue
      
      * Hide menu line
      
      * Pass in categoryGroup instead of isHidden
      
      * avoid need for extra local
      
      * fix lint issues
      Unverified
      edd34b79
  6. Apr 11, 2024
    • Joel Jeremy Marquez's avatar
      [Mobile] Budget menu modals (#2491) · f55bd860
      Joel Jeremy Marquez authored
      * Update autocomplete types
      
      * Remote optional type
      
      * Improve SingleInputModal
      
      * Fix lint error
      
      * Mobile budget page modals
      
      * Release notes
      
      * Fix typecheck / lint errors
      
      * Fix typecheck errors
      
      * Fix typecheck error
      
      * Modal logo
      
      * Fix typecheck error
      
      * VRT updates
      
      * Modal header margins
      
      * Update 2491.md
      
      * ModalTitle shrinkOnOverflow + VRT
      Unverified
      f55bd860
  7. 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
  8. Mar 09, 2024
  9. 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>
      Unverified
      08cbdab2
  10. Feb 07, 2024
  11. Feb 03, 2024
  12. Jan 20, 2024
    • Zach Whelchel's avatar
      SimpleFin (#2188) · 75186183
      Zach Whelchel authored
      * Some initial UI work for adding SimpleFin.
      
      * SimpleFin proof of concept working.
      
      * Adds linking & unlinking to existing accounts through the account menu UI.
      
      * Added loading and lint fixes.
      
      * Lint changes.
      
      * Added release notes.
      
      * Typecheck cleanup.
      
      * Import, lint, typecheck cleanups.
      
      * More typecheck cleanup.
      
      * Refactored language for consistency.
      
      * Added default institution name.
      
      * Lint cleanup.
      
      * Addressed change requests.
      
      * Added a default to migration, made variables consistent, added feature flag.
      
      * Added account_sync_source to server schema.
      
      * Adds account_sync_source to test.
      
      * Fix for typecheck.
      
      * Attempt to make typecheck happy.
      
      * Added strict ignore.
      
      * Moved account_sync_source to the right model (face palm).
      
      * Hotfix for institution format.
      
      * Lint cleanup.
      
      * Removed unnecessary promise.all.
      
      * Lint cleanup.
      Unverified
      75186183
  13. Jan 15, 2024
  14. Jan 06, 2024
  15. Dec 22, 2023
    • Joel Jeremy Marquez's avatar
      Mobile category modal menu (#1964) · b39d106c
      Joel Jeremy Marquez authored
      * Mobile category modal menu
      
      * Release notes
      
      * Apply category and group modals
      
      * Category modal updates + notes
      
      * Reduce notes modal view height
      
      * Update CategoryGroupMenu modal view height
      
      * Update CategoryMenu modal view height
      
      * Fix lint error
      
      * No notes text
      
      * Add budget-table testid on edit mode
      
      * Fix lint error
      
      * Fix lint error
      
      * Remove edit mode tooltip
      
      * Update modals
      
      * Updates + Simplify code by removing edit mode
      
      * Optional closeModal arg
      
      * Fix mobile budget table category divider
      
      * Cleanup + close modal on click outside
      
      * collapseModals action
      
      * Fix lint errors
      
      * Category modal hidden menus + Lift edit state to MobileBudget component
      
      * Hide category / group actions when editing title
      
      * Add margins between buttons
      
      * Fix lint errors
      Unverified
      b39d106c
    • Joel Jeremy Marquez's avatar
      Mobile split transactions (#2068) · 48941188
      Joel Jeremy Marquez authored
      * Mobile split transactions
      
      * Release notes
      
      * Fix colors
      
      * Update test ids
      
      * AmountInput component on split transactions
      
      * Add notes to mobile split transaction
      
      * Ease of use improvements + functional components
      
      * Ease of use updates
      
      * VRT updates
      
      * Fix AmountInput blur
      
      * Remove negative state in AmountInput + fix vrt
      Unverified
      48941188
  16. Dec 05, 2023
  17. Nov 22, 2023
  18. Nov 21, 2023
  19. Nov 19, 2023
  20. Oct 10, 2023
    • Joel Jeremy Marquez's avatar
      Mobile category and group functionalities (#1737) · c33dc6fb
      Joel Jeremy Marquez authored
      * More mobile functionalities
      
      * Cleanup
      
      * Remove close button on mobile budget summary modal
      
      * Release notes
      
      * Close mobile inputs on enter
      
      * Fix mobile budget row header color
      
      * Fix income group hidden
      
      * Add validation + close button on category tooltip
      
      * Add mobile budget visual cues
      
      * More mobile visual cues
      
      * Error message fix
      
      * Update blank category name behavior
      
      * Cleanup
      
      * Cleanup
      
      * Fix mobile group deletion and category tooltip behavior
      
      * Zero sign for AmountInput
      
      * VRT snapshot updates
      
      * Handle null values in must-category-transfer
      Unverified
      c33dc6fb
  21. Sep 03, 2023
  22. Aug 31, 2023
  23. Aug 20, 2023
  24. Aug 09, 2023
  25. Jul 28, 2023
  26. Jul 19, 2023
  27. Jul 18, 2023
  28. Jul 17, 2023
  29. Jun 23, 2023
  30. May 20, 2023
  31. May 16, 2023
Loading