Benjamin Lu
Benjamin Lu
### Expected Behaviour A blurry image is used as a placeholder until the image loads. ### Issue The blurry image persists as a "background-image" for .png images with transparent backgrounds....
Second iteration of the `/api/userdata` endpoint. Now named `/api/v2/userdata` Given an optional `path` query parameter, walks the specified sub‑directory of a user’s data directory and returns a JSON array of...
Future: 1. Simplify setup process for devs based on their GPU. This devcontainer expects the devs to pass their own index urls when installing torch. 2. Prebuild images 3. Reference...
This PR adds a route to serve static web assets from the [comfyui-embedded-docs](https://pypi.org/project/comfyui-embedded-docs/) python package. Related Frontend PR: https://github.com/Comfy-Org/ComfyUI_frontend/pull/3922 Related Docs PR: https://github.com/Comfy-Org/docs/pull/120
### Todo - [ ] Allow assigning a single keycombo to multiple keybinds - [ ] Unify copy paste functionality into context key system - [ ] Implement regex match...
This PR adds a help sidebar overlay on top of the node library sidebar tab. This help sidebar is derived from either the node's HELP class variable in markdown format...
### Frontend Version 1.17.0 ### Expected Behavior To not receive an ESLint error when working with, during precommit, etc. ### Actual Behavior Parsing error: ESLint was configured to run on...
### Is there an existing issue for this? - [x] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? Before receiving...
## Summary - close the job details popover when its job disappears or timers fire after list changes, and clear hover timers on unmount - emit an explicit details-leave on...
## Summary Adds hover detection over the entire rectangular bounding box of the queue area (actionbar + QueueProgressOverlay combined). ## Implementation Uses `useMouse` + `useElementBounding` from VueUse to compute whether...