Files
ComfyUI_frontend/src
snomiao 68b477dbbc feat(agent): inline prompt — input flows as next scrollback line
Previously the textarea was a separate footer with its own border/bg,
breaking the terminal illusion. Move the prompt+input INTO the
scrollable container so it visually flows as the next line of
scrollback — same font, same color scheme as the user-message blocks,
no border, no background.

- Pending-asset chips now render inline just above the prompt within
  the same scroll container (drops the heavy footer chrome).
- Click any blank space in the scrollback focuses the input — like a
  real terminal where typing always lands at the prompt regardless of
  scroll position. Clicks on actual messages are left alone so text
  selection still works.
- The prompt scrolls with content; auto-scroll-to-bottom keeps it in
  view when new messages arrive.
2026-05-02 17:39:21 +09:00
..
2026-04-18 22:45:06 -04:00
2026-01-27 17:59:19 -08:00
2024-09-25 16:01:50 +09:00