popup: VBox for files panel

This commit is contained in:
p 2026-08-12 18:49:19 +08:00
parent 6f6e31fcf0
commit c934111748

View File

@ -1,4 +1,4 @@
# workspace_popup.dspy - 返回 PopupWindow纯widget结构无binds
# workspace_popup.dspy - 用 VBox 代替 VScrollPanel
uid = await get_user()
if not uid:
@ -58,10 +58,9 @@ async with DBPools().sqlorContext(dbname) as sor:
}]
},
{
"widgettype": "VScrollPanel",
"widgettype": "VBox",
"id": "ws_files",
"options": {
"dataurl": entire_url("/pipeline-sdlc/api/workspace_files.dspy") + "?id=__root__",
"css": "filler",
"padding": "8px",
"gap": "4px"