1. 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
  2. 22 Jan, 2024 1 commit
  3. 16 Jan, 2024 1 commit
    • pythongosssss's avatar
      Auto queue on change (#2542) · 93bbe3f4
      pythongosssss authored
      * Add toggle to enable auto queue when graph is changed
      
      * type fix
      
      * better
      
      * better alignment
      
      * Change undoredo to not ignore inputs when autoqueue in change mode
      93bbe3f4
  4. 13 Jan, 2024 1 commit
    • pythongosssss's avatar
      Manage group nodes (#2455) · 18511dd5
      pythongosssss authored
      * wip group manage
      
      * prototyping ui
      
      * tweaks
      
      * wip
      
      * wip
      
      * more wip
      
      * fixes
      add deletion
      
      * Fix tests
      
      * fixes
      
      * Remove test code
      
      * typo
      
      * fix crash when link is invalid
      18511dd5
  5. 08 Jan, 2024 1 commit
    • pythongosssss's avatar
      Store user settings/data on the server and multi user support (#2160) · 235727fe
      pythongosssss authored
      * wip per user data
      
      * Rename, hide menu
      
      * better error
      rework default user
      
      * store pretty
      
      * Add userdata endpoints
      Change nodetemplates to userdata
      
      * add multi user message
      
      * make normal arg
      
      * Fix tests
      
      * Ignore user dir
      
      * user tests
      
      * Changed to default to browser storage and add server-storage arg
      
      * fix crash on empty templates
      
      * fix settings added before load
      
      * ignore parse errors
      235727fe
  6. 21 Nov, 2023 1 commit
    • pythongosssss's avatar
      Animated image output support (#2008) · 6ff06fa7
      pythongosssss authored
      * Refactor multiline widget into generic DOM widget
      
      * wip webp preview
      
      * webp support
      
      * fix check
      
      * fix sizing
      
      * show image when zoomed out
      
      * Swap webp checkto generic animated image flag
      
      * remove duplicate
      
      * Fix falsy check
      6ff06fa7