Skip to content
Snippets Groups Projects
  • Joel Jeremy Marquez's avatar
    e12793e7
    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
    Inline mobile category and group edit (#1781)
    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