Skip to content
Snippets Groups Projects
  1. Aug 06, 2024
  2. Jul 03, 2024
  3. Jun 07, 2024
  4. Jun 05, 2024
    • Julian Dominguez-Schatz's avatar
      Use amount input on rules page instead of plain text field (#2566) · b89a3202
      Julian Dominguez-Schatz authored
      * Use amount input on rules page instead of plain text field
      
      * Add release notes
      
      * Remove unneeded attributes
      
      * Support percent formatting
      
      * Lint + typecheck
      
      * Fix latent bug
      
      * Handle existing data correctly
      
      * PR feedback: naming
      
      * PR feedback: force percent to a positive number
      
      * PR feedback: reset percent to 100 upon changing input type
      
      * Fix input clamping behaviour
      
      * Empty commit to bump ci
      
      * PR feedback: prop cleanup
      
      * PR feedback: no default number format
      
      * PR feedback: cosmetic refactor
      Unverified
      b89a3202
  5. May 14, 2024
  6. Apr 25, 2024
  7. Apr 22, 2024
  8. Mar 25, 2024
  9. Mar 23, 2024
  10. Mar 12, 2024
  11. Mar 11, 2024
  12. Feb 28, 2024
    • Neil's avatar
      Custom Reports AutoComplete (#2350) · ed1e0ceb
      Neil authored
      * updated saved work
      
      * merge fixes
      
      * Disable CREATE TABLE
      
      * notes
      
      * turn on db table
      
      * Fix TableGraph recall crash
      
      * table format changes
      
      * type fixes
      
      * fixing some card displays
      
      * merge fixes
      
      * revert table change
      
      * cardMenu width
      
      * Add Saved Reports Autocomplete
      
      * notes
      
      * fix invalid values crash
      
      * Title and auto-focus and esc
      
      * notes
      
      * fix filtering logic
      
      * reload saved filters
      
      * lint fix
      
      * visual graph changes
      
      * merge fixes
      
      * fix
      
      * review updates
      Unverified
      ed1e0ceb
  13. Feb 21, 2024
  14. 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
  15. Jan 19, 2024
  16. Jan 15, 2024
  17. Jan 06, 2024
  18. 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
  19. Dec 18, 2023
  20. Dec 05, 2023
  21. Dec 04, 2023
  22. Nov 30, 2023
  23. Nov 26, 2023
  24. Nov 20, 2023
  25. Oct 28, 2023
    • Joel Jeremy Marquez's avatar
      Inline mobile category and group edit (#1781) · e12793e7
      Joel Jeremy Marquez authored
      * Inline mobile category and group edit
      
      * Release notes
      
      * Allow one edit at any time
      
      * Mobile: long press to edit category/group
      
      * Mobile: set userSelect: 'none'
      
      * Move getLongPressEvents
      
      * Add role to prevent tap-to-search
      
      * Add role to text
      
      * Prevent default on longpress
      
      * Add tabIndex to disable tap-to-search
      
      * Add back userSelect
      
      * Role updates
      
      * Remove userSelect
      
      * Revert long press category name
      
      * Remove unused import
      
      * Fix lint error
      
      * Edit mode
      
      * Do not allow to start an edit when another  field is currenty being edited
      
      * Fix blur event not firing
      
      * Grey out zero spent or balance values
      
      * VRT update
      
      * Fix budget cell being zero on click
      
      * Delete useLongPress
      Unverified
      e12793e7
  26. Oct 22, 2023
  27. 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
  28. Oct 04, 2023
    • Joel Jeremy Marquez's avatar
      Editable mobile budget (#1662) · f1973d55
      Joel Jeremy Marquez authored
      * Editable mobile budget
      
      * Fix error on empty amount
      
      * Fix typo
      
      * Decimal keyboard + select input on click
      
      * Remove scrollIntoView
      
      * Fix focus
      
      * Focus input on negative/positive
      
      * Use CellValue
      
      * Functional mobile components
      
      * Blur fix c/o dmlazaro
      
      * Use pointer event
      
      * Remove useFireChangeOnUnmount
      
      * Release notes
      
      * Prevent default on pointerdown
      
      * Add dmlazaro to release notes
      
      * Disable amount input button when not focused
      
      * Remove input refocus
      Unverified
      f1973d55
  29. Sep 11, 2023
  30. Sep 09, 2023
Loading