-
Notifications
You must be signed in to change notification settings - Fork 377
New Workflow Templates Modal #5142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
ac8b108
feat: Enhance template filtering with Fuse.js and add model selection
Myestery d36c868
feat: Implement workflow template selector dialog and enhance templat…
Myestery 248a4c8
Merge branch 'main' into feat/new-workflow-templates
Myestery 8e36c34
feat: use old template workflow view in workflow selector
Myestery ce30ea3
feat: enhance MultiSelect and SearchBox components with improved filt…
Myestery 989e4e5
feat: remove TemplateSearchBar component and enhance template filteri…
Myestery 18482ac
feat: enhance navigation and template filtering with icon support and…
Myestery 9ec2f69
feat: add category icon mapping functions for IDs and titles
Myestery 8fb225f
feat: add new sorting options for template filtering by VRAM utilizat…
Myestery c6d6de7
[skip ci]
Myestery d273c1f
Merge branch 'main' into feat/new-workflow-templates
Myestery f6dc62a
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery 5d88200
fix layout overflow issues on bigger screens
Myestery fa317d7
fix: adjust dialog content styling for improved layout management
Myestery b243b46
feat: implement model size sorting and enhance performance filtering …
Myestery 4471c06
fix: update icon in WorkflowTemplateSelector and improve tag display …
Myestery a3f0265
feat: add LLM category support and corresponding icon in workflow tem…
Myestery fde58ab
feat: add tutorial button and corresponding tooltip in TemplateWorkfl…
Myestery 1705760
fix: remove performance filters and counts from workflow templates
Myestery 01827df
Implement falback default template Image
Myestery 24af976
fix: remove LoRA training filter and counts from workflow templates
Myestery eb72d04
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery c6933a4
style: enhance MultiSelect component's overlay and list for better sc…
Myestery 142179d
feat: enable search box in MultiSelect and replace tag spans with Squ…
Myestery 956692b
WIP use new workflowtemplate selector to match design
Myestery deb3f27
wip: reposition workflow title text
Myestery 387c088
refactor: move tutorial button to card bottom
Myestery f896686
refactor: simplify thumbnail source retrieval and enhance onLoadWorkf…
Myestery 4d70fed
Add props to CatdBottom and CardContainer
Myestery 0e3da72
refactor: adjust MultiSelect overlay height
Myestery c0eacb7
refactor: update SingleSelect label class and adjust NavItem icon size
Myestery 967e506
refactor: update button label and visibility, adjust CardBottom prope…
Myestery e465d1f
refactor: update NavItem font size from text-xs to text-sm
Myestery 521842f
refactor: update default sort option to 'newest'
Myestery a883288
refactor: adjust sort options container position and update SingleSel…
Myestery 88aa77a
refactor: add page title display and improve template card structure
Myestery 73af4d5
refactor: enhance MultiSelect component with search functionality and…
Myestery 180a8ea
refactor: update title styling and enhance hover transition effects
Myestery deb3d94
refactor: replace dialogService method call with useWorkflowTemplateS…
Myestery cb3a296
refactor: remove unused getCategoryIconByTitle function and clean up …
Myestery 06f6b67
refactor: remove old WorkflowTemplateSelector component
Myestery a96a8f5
refactor: rename NewWorkflowTemplateSelectorDialog
Myestery 54c7851
refactor: delete unused components
Myestery 2a50793
refactor: update BaseThumbnail tests and improve template description…
Myestery 619728c
Merge branch 'main' into feat/new-workflow-templates
Myestery 406a53a
Merge branch 'main' into feat/new-workflow-templates
Myestery 1864b1c
fix: Replace BaseWidgetLayout with BaseModalLayout and ensure hovered…
Myestery 482dfcc
fix: reset base components to use default props
Myestery 1bd6fdd
fix: update category icon mappings to use Lucide icon classes
Myestery b1b1312
Merge branch 'main' into feat/new-workflow-templates
Myestery f0c8a6d
fix: add data-testid attributes for template workflows in WorkflowTem…
Myestery 6844b77
fix: update fallback behavior for loading core workflow templates to …
Myestery 578bb54
fix: enhance CardContainer and MultiSelect components with improved p…
Myestery 8cb10b0
fix(links): remove drag-end offset in straight/linear modes by honori…
benceruleanlu 64058e8
Feat: Change the Run button / ActionBar to dock by default (#5519)
DrJKL a28a52c
Component: Vue Widget Slider (new) (#5516)
DrJKL 066d292
ADR: PrimeVue Fork Decision (#5230)
christian-byrne 3d5bbbe
a11y: Bigger click/touch target for Slider track (#5524)
DrJKL c673ce9
[test] Add Vue Node header component test (#5457)
christian-byrne 8cee668
feat: add test count display to Playwright PR comments (#5458)
snomiao cca69a8
Fix update Action version extraction (#5527)
webfiltered 5c64fcd
[chore] Update electron-types to 0.4.72 (#5526)
comfy-pr-bot c984993
[test] Add component test for Vue button widget (#5468)
christian-byrne ccf2c57
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery a3ca397
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery 9fae98e
refactor: Update import paths for template workflows and workflow tem…
Myestery d48ed60
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery 632f53a
feat: Enhance navigation with collapsible groups and improved NavTitl…
Myestery b48f91f
feat: Add extension-specific filtering to template filters
Myestery 76308e7
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery b9cc103
Merge remote-tracking branch 'origin/main' into feat/new-workflow-tem…
Myestery 6f13519
refactor: update template parameter types in WorkflowTemplateSelector…
Myestery 699d4b4
fix: add backgroundRepeat style to AudioThumbnail component
Myestery e72efad
refactor: let categories on leftsidepanel be one to one with JSON
Myestery 7291255
refactor: remove unused SMALL_MODEL_SIZE_LIMIT constant from template…
Myestery c7b4ec8
fix: add overflow-y-scroll to LeftSidePanel for improved scrolling be…
Myestery 4305497
refactor: simplify hover state management in WorkflowTemplateSelector…
Myestery 4a784df
fix: optimize template hover state with v-memo and release DOM refs o…
Myestery d1e8ec3
fix: update placeholder text in SearchBox to use translation function
Myestery e06f967
fix: implement debounced search query in useTemplateFiltering for imp…
Myestery 91eb417
fix: enhance loading states with skeletons and async state
Myestery 27e4ee5
fix: update MultiSelect component to use VueUse's useFuse for improve…
Myestery b6b4a56
fix: refactor containerClasses and containerStyle to use cn() and pre…
Myestery 920f6cf
fix: update template filtering and workflow templates to include 'Get…
Myestery 2cf3421
fix: improve template loading feedback with better placement for titl…
Myestery e43a2fc
fix: add flex-wrap to bottom-right slot for stacking square chips
Myestery 7676ebf
fix e2e tests
Myestery 77bb1e4
Update test expectations [skip ci]
invalid-email-address a3adaf2
fix: remove unused SquareChip templates from WorkflowTemplateSelector…
Myestery 65bb4c6
fix: update 'Getting Started' label to reflect essential category title
Myestery 939254b
Merge branch 'main' into feat/new-workflow-templates
Myestery a5100ba
fix: add key for template list re-rendering on sorting changes
Myestery 1155102
fix: workflow template style review (#5797)
viva-jinyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+11.2 KB
(110%)
.../tests/templates.spec.ts-snapshots/template-card-after-hover-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+23.4 KB
(130%)
...tests/templates.spec.ts-snapshots/template-card-before-hover-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+47.9 KB
(170%)
...ts/templates.spec.ts-snapshots/template-grid-varying-content-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.