filtered
47a6c6d595
[Dev] Allow Vue dev tools to be disabled ( #3911 )
2025-05-16 21:59:23 -04:00
Yoland Yan
d4e76ddc45
Add vite-plugin-html and vite-plugin-vue-devtools ( #3903 )
2025-05-15 14:51:39 -04:00
Christian Byrne
f52915a590
Allow disabling proxy of /template path via env ( #3773 )
2025-05-05 17:48:11 -07:00
Terry Jia
ba3b1bae87
add List view for workflow tempalte ( #3710 )
...
Co-authored-by: Chenlei Hu <hcl@comfy.org >
Co-authored-by: github-actions <github-actions@github.com >
2025-05-02 17:50:53 -04:00
Terry Jia
b314435f81
add importmap for vue-i18n ( #3595 )
2025-04-23 22:34:19 -04:00
Christian Byrne
3bd508c001
Use generalized prod config var ( #3574 )
2025-04-22 22:26:31 -04:00
Chenlei Hu
0006dd3855
[Refactor] Split custom vite plugins to files under build/plugins ( #3531 )
2025-04-20 14:07:45 -04:00
Terry Jia
7355209c12
build vue and primevue separately and generate importmap ( #3473 )
...
Co-authored-by: Chenlei Hu <hcl@comfy.org >
2025-04-20 13:43:22 -04:00
Christian Byrne
8d4263c94e
Use dev firebase and switch to prod in release workflow ( #3499 )
2025-04-18 17:23:10 -04:00
Christian Byrne
4d35d937cf
[Manager] Fix build env vars ( #3238 )
2025-03-26 11:03:03 -04:00
Christian Byrne
05dd587928
[Manager] Add Algolia search ( #3036 )
2025-03-13 18:24:38 -07:00
bymyself
c50a86b258
[CI] Fix vite config condition ( #2235 )
2025-01-12 16:09:46 -05:00
bymyself
9d3bc0f173
Add optional report feature to error dialog ( #2229 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-12 13:23:02 -05:00
Chenlei Hu
d8f074fea0
[Lint] Sort imports ( #2104 )
2024-12-30 17:26:37 -05:00
Chenlei Hu
e88817ea36
Lint/format vite.config.mts ( #2103 )
2024-12-30 16:48:57 -05:00
Zoltán Dócs
5218024395
Show workflow templates from custom nodes ( #2032 )
2024-12-29 22:26:03 -05:00
Chenlei Hu
5d178a407d
[chore] Update comfyui-electron-types ( #1625 )
...
* Remove electron external dep
* [chore] Update comfyui-electron-types
2024-11-21 00:07:50 -05:00
oto-ciulis-tt
94f5031f0d
feat: Update Electron Download types ( #1621 )
...
* feat: Update Electron Download types
* Fix vite rollup
---------
Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com >
Co-authored-by: huchenlei <huchenlei@proton.me >
2024-11-20 20:34:27 -05:00
filtered
6aad7ee8b6
Allow remote dev to be switched on/off ( #1558 )
...
* Allow remote dev to be switched on/off
* nit - Docs
2024-11-15 19:26:41 -05:00
Chenlei Hu
acba6097e0
Replace electron API mocks with actual electron API impl ( #1535 )
...
* link electron types locally
* Update electronAPI calls
* Fix source validation
* Payload to raw
* nit
* Update electron types
2024-11-13 17:20:18 -05:00
Chenlei Hu
095fe2a175
Allow access of dev server in LAN for touch device testing ( #1528 )
2024-11-13 10:34:36 -05:00
Alex "mcmonkey" Goodwin
7b344d5629
Fix routing ( #939 )
...
* reinstate working routing code and remove broken code
* forward object_info
* remove object_info bit
2024-09-25 16:01:50 +09:00
ArtificialLab
9c7ea5bd87
Fix routing ( #929 )
...
* fix router and move graph related parts to GraphView.vue
* (fix) add back child element in UnloadWindowConfirmDialog
* (cleanup) remove empty callback
* (fix) routing issue when base url is not webroot
* add back DEV_SERVER_COMFYUI_URL
2024-09-25 16:01:50 +09:00
Chenlei Hu
65560604a8
Revert "test to validate subrouting ( #927 )" ( #936 )
...
This reverts commit 6a3dbe08de .
2024-09-23 14:30:17 +09:00
Alex "mcmonkey" Goodwin
6a3dbe08de
test to validate subrouting ( #927 )
...
* test to validate subrouting
* Update test expectations [skip ci]
* core tests need to prep the page
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-23 09:24:49 +09:00
pythongosssss
4ee1b23e9b
Exclude litegraph from being cached ( #918 )
2024-09-22 15:25:52 +09:00
ArtificialLab
05b3ad2f59
Front stack primary updates and improvements ( #757 )
...
* (fix) index.html formating for prettier
* (add) proper icon management
- on-demand icons auto importing
- handle all available icon sets (https://icones.js.org )
* (fix) proper css management
* (add) front stack improvement:
- implement vue router
- prepare for App.vue simplification
- proper management of views and layouts
- fix Tailwind CSS and prepare for overall css cleaning
* (fix) move back user.css to public dir
* (fix) remove user.css import from main.ts
2024-09-11 08:53:54 +09:00
Chenlei Hu
ce157afeac
Disable minify on release dist ( #737 )
2024-09-04 20:28:38 -04:00
Chenlei Hu
9009e784f9
Add component test (Vitest) ( #681 )
...
* Add component test (Vitest)
* Fix compile error
2024-08-30 15:32:26 -04:00
Chenlei Hu
f42609c966
Add support for extra system stats in error report ( #684 )
...
* Add support for extra system stats in error report
* Add toast on error
2024-08-29 21:29:33 -04:00
Chenlei Hu
b831a82360
Target ES2022 in vite config to align with tsconfig target ( #610 )
2024-08-23 21:11:45 -04:00
Alex "mcmonkey" Goodwin
7626d08c98
vite relative paths fix ( #472 )
2024-08-16 21:15:03 -04:00
Chenlei Hu
429e44f74d
Control minify with env var ( #445 )
2024-08-15 14:41:36 -04:00
Chenlei Hu
f91e335ca7
Only shim legacy directories ( #395 )
...
* Only shim legacy directories
* nit
2024-08-12 21:11:30 -04:00
Chenlei Hu
f987f4f5f3
Configure minify ( #392 )
2024-08-12 17:12:47 -04:00
Chenlei Hu
a5be1f6072
Revert "Minify build ( #373 )" ( #391 )
...
This reverts commit 9385014799 .
2024-08-12 13:12:51 -04:00
Chenlei Hu
9385014799
Minify build ( #373 )
2024-08-11 10:59:39 -04:00
Chenlei Hu
84d8c5fc16
Fix ws dev server URL ( #213 )
2024-07-24 11:01:22 -04:00
Chenlei Hu
a28ac0c0fa
New searchbox with fuzzy search (WIP) ( #83 )
...
* Disable default searchbox
Add headlessui and vue
Add vite's vue plugin
Vue app helloworld
Format vue
Add vue shim
minimal working searchbox
Add primevue dark mode
Use primevue
nit
Add fuse fuzzy search
Add tailwindcss / center searchbox
Fix style
Add node source chip
desc text wrapping
Add placeholder
inputbox filter support wip
Revert some filter designs
Add filter modal
Drop down show all nodes
Change modal font
Add filtered search
nit
Complete on focus
Auto fill filterOption
Fix dropdown
Fix z-index
Fix search bug
Properly remove chip
Adjust node source detection
Resolve merge conflict
nit
* Refactor
* Use badge to display filter type
* nit
* Trigger on canvas event
* nit
* Auto add data type filter when link released
* nit
* Auto focus when shown
* Focus on add/remvoe filter
* close dialog when escape pressed
* Add node at fixed location
* nit
* Update litegraph
* nit
* Change theme
* Increase search limit
* Add node on event location
* Clear filter when dialog closed
* Enable/Disable new search bx
* Improve app loading
* Fix copy node
* Update test expectations
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-10 19:46:35 -04:00
Chenlei Hu
d6b2d5fb4f
Use npm package @ComfyOrg/litegraph ( #89 )
...
* Use npm to manage litegraph
* Fix merge issues caused by BetaUI change
* Switch to @comfyorg/litegraph
* Fix various import
* Fix css apply order bug
* Fix package lock
* Update litegraph
* Update litegraph
* Update browsertest expectations
* Update test expectations [skip ci]
* Fix default view screenshot
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-07-05 20:53:47 -04:00
Chenlei Hu
fc020e08c5
Replace \t with spaces ( #80 )
2024-07-02 12:29:17 -04:00
Chenlei Hu
38fdd19e5a
Make dev server target configurable ( #79 )
2024-07-02 12:26:14 -04:00
Chenlei Hu
23a4ee8314
Add version log ( #52 )
2024-06-24 13:28:26 -04:00
Chenlei Hu
3ace859106
Revert "Use npm to manage litegraph dependency ( #45 )" ( #47 )
...
This reverts commit 4640eaf0ac .
2024-06-20 13:55:36 -04:00
Chenlei Hu
4640eaf0ac
Use npm to manage litegraph dependency ( #45 )
...
* Add comfyui-litegraph dep
* remove static copy
* Remove litegraph impl
* Fix various issues
* LiteGraph import
* Fix test ref issue
* Change to stable version of litegraph
* update README
2024-06-19 23:08:43 -04:00
Chenlei Hu
3225d7cb6f
Make dev server ready for use ( #43 )
...
* basic dev server
* nit
* Return empty extensions list for dev server
* Update readme
2024-06-18 21:07:45 -04:00
Chenlei Hu
eadcc5e72e
Bundle all core extensions ( #27 )
2024-06-18 12:48:52 -04:00
Chenlei Hu
cc7ee23b91
Force import DraggableList ( #24 )
...
* Force import
* Fix circular import
2024-06-17 17:24:59 -04:00
Chenlei Hu
b794d96eff
Bundle frontend app ( #15 )
...
* Add shim in vite build
* shim
* Move public back to src
2024-06-17 12:18:53 -04:00
Chenlei Hu
3fbb75ce76
Configure vite to copy from src to dist ( #2 )
...
* nit
* move
* direct copy lib dir
* nit
* disable treeshake
2024-06-13 23:09:10 -04:00