1. 26 Jul, 2024 1 commit
    • filtered's avatar
      Fix undo incorrectly undoing text input (#4114) · b6779d8d
      filtered authored
      Fixes an issue where under certain conditions, the ComfyUI custom undo / redo functions would not run when intended to.
      
      When trying to undo an action like deleting several nodes, instead the native browser undo runs - e.g. a textarea gets focus and the last typed text is undone.  Clicking outside the text area and typing again just keeps doing the same thing.
      b6779d8d
  2. 22 Jul, 2024 1 commit
  3. 19 Jul, 2024 2 commits
  4. 17 Jul, 2024 1 commit
  5. 14 Jul, 2024 1 commit
  6. 09 Jul, 2024 1 commit
  7. 04 Jul, 2024 1 commit
  8. 01 Jul, 2024 2 commits
  9. 30 Jun, 2024 1 commit
  10. 29 Jun, 2024 2 commits
  11. 28 Jun, 2024 1 commit
  12. 27 Jun, 2024 3 commits
  13. 26 Jun, 2024 2 commits
  14. 25 Jun, 2024 1 commit
    • pythongosssss's avatar
      New Menu & Workflow Management (#3112) · 90aebb6c
      pythongosssss authored
      * menu
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * workflow saving/loading
      
      * Support inserting workflows
      Move buttosn to top of lists
      
      * fix session storage
      implement renaming
      
      * temp
      
      * refactor, better workflow instance management
      
      * wip
      
      * progress on progress
      
      * added send to workflow
      various fixes
      
      * Support multiple image loaders
      
      * Support dynamic size breakpoints based on content
      
      * various fixes
      add close unsaved warning
      
      * Add filtering tree
      
      * prevent renaming unsaved
      
      * fix zindex on hover
      
      * fix top offset
      
      * use filename as workflow name
      
      * resize on setting change
      
      * hide element until it is drawn
      
      * remove glow
      
      * Fix export name
      
      * Fix test, revert accidental changes to groupNode
      
      * Fix colors on all themes
      
      * show hover items on smaller screen (mobile)
      
      * remove debugging code
      
      * dialog fix
      
      * Dont reorder open workflows
      Allow elements around canvas
      
      * Toggle body display on setting change
      
      * Fix menu disappearing on chrome
      
      * Increase delay when typing, remove margin on Safari, fix dialog location
      
      * Fix overflow issue on iOS
      
      * Add reset view button
      Prevent view changes causing history entries
      
      * Bottom menu wip
      
      * Various fixes
      
      * Fix merge
      
      * Fix breaking old menu position
      
      * Fix merge adding restore view to loadGraphData
      90aebb6c
  15. 17 Jun, 2024 1 commit
  16. 03 Jun, 2024 1 commit
  17. 27 May, 2024 2 commits
  18. 25 May, 2024 1 commit
  19. 23 May, 2024 1 commit
    • comfyanonymous's avatar
      Remove the CTRL-Delete keybind. · 6507a9c7
      comfyanonymous authored
      On some keyboards it's apparently too easy to accidentally do CTRL-Delete
      when pressing CTRL-Enter repeatedly.
      
      CTRL-Backspace can still be used to clear the workflow.
      6507a9c7
  20. 17 May, 2024 2 commits
  21. 13 May, 2024 1 commit
  22. 10 May, 2024 2 commits
  23. 07 May, 2024 1 commit
  24. 05 May, 2024 1 commit
  25. 03 May, 2024 1 commit
  26. 02 May, 2024 1 commit
  27. 18 Apr, 2024 1 commit
    • Torbjörn Lönnemark's avatar
      Improve node input/widget conversion sub-menus (#3281) · a88b0ebc
      Torbjörn Lönnemark authored
      * Make input/widget conversion sub-menus optional
      
      * Improve input/widget conversion sub-menu text
      
      - Fix incorrect text for conversion from widget to input, previously it
        effectively said "convert input to input"
      - Use "input" instead of "🔘".  The former is clearer and consistent
        with the rest of the application.
      - Use title case (consistent with the rest of the menu entries).
      - Strip the trailing periods. There is already a visual indicator for
        sub-menus, and no other sub-menus use trailing periods.
      a88b0ebc
  28. 17 Apr, 2024 2 commits
  29. 13 Apr, 2024 1 commit
  30. 12 Apr, 2024 1 commit