agent-zero/webui
3clyp50 042f2d1393 add "list" to step expansion modes
When you select LIST mode:
applyModeSteps("list", showUtils) is called
- Groups expand because: mode !== "collapsed" → "list" !== "collapsed" ✓
- Steps stay collapsed because: mode === "expanded" → "list" === "expanded" ✗
- During streaming, steps don't auto-expand because the condition checks for detailMode === "current", which is false.

This is why we only need one line for this new modality to work.
2026-01-29 20:00:38 +01:00
..
components add "list" to step expansion modes 2026-01-29 20:00:38 +01:00
css collapsible responses rework 2026-01-29 12:50:28 +01:00
js smooth scroller 2026-01-29 17:43:28 +01:00
public Create update_checker.svg 2025-11-19 12:37:34 +01:00
vendor connectivity and other docs 2025-08-07 15:39:05 +02:00
index.css UI fixes, cleanups 2026-01-28 15:53:54 +01:00
index.html Merge branch 'pr/875' into development 2026-01-07 10:22:08 +01:00
index.js smooth scroller 2026-01-29 17:43:28 +01:00
login.css Enhance: More polished single-user login page 2025-09-01 02:12:49 -07:00
login.html Enhance: More polished single-user login page 2025-09-01 02:12:49 -07:00