Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
Deploy docs / Build VitePress site (push) Has been cancelled
Deploy docs / Deploy to GitHub Pages (push) Has been cancelled
79 lines
2.0 KiB
Plaintext
79 lines
2.0 KiB
Plaintext
{
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "drag_drop_idle",
|
|
"name": "Drag & Drop Images — Idle (no drag)",
|
|
"x": 0,
|
|
"y": 0,
|
|
"width": 900,
|
|
"height": 600,
|
|
"fill": "$--background",
|
|
"layout": "vertical",
|
|
"theme": { "Mode": "Light" },
|
|
"children": [
|
|
{
|
|
"type": "rectangle",
|
|
"id": "drag_idle_editor",
|
|
"width": "fill_container",
|
|
"height": "fill_container",
|
|
"fill": "$--background",
|
|
"cornerRadius": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "drag_drop_active",
|
|
"name": "Drag & Drop Images — Drag Over (overlay shown)",
|
|
"x": 940,
|
|
"y": 0,
|
|
"width": 900,
|
|
"height": 600,
|
|
"fill": "$--background",
|
|
"layout": "vertical",
|
|
"theme": { "Mode": "Light" },
|
|
"children": [
|
|
{
|
|
"type": "frame",
|
|
"id": "drag_active_container",
|
|
"name": "Editor with Drag Overlay",
|
|
"layout": "vertical",
|
|
"width": "fill_container",
|
|
"height": "fill_container",
|
|
"children": [
|
|
{
|
|
"type": "rectangle",
|
|
"id": "drag_active_editor_bg",
|
|
"width": "fill_container",
|
|
"height": "fill_container",
|
|
"fill": "$--background"
|
|
},
|
|
{
|
|
"type": "frame",
|
|
"id": "drag_overlay",
|
|
"name": "Drop Overlay",
|
|
"width": "fill_container",
|
|
"height": "fill_container",
|
|
"layout": "vertical",
|
|
"fill": "rgba(0,0,0,0.4)",
|
|
"cornerRadius": 8,
|
|
"children": [
|
|
{
|
|
"type": "text",
|
|
"id": "drag_overlay_label",
|
|
"content": "Drop image to insert",
|
|
"fontSize": 18,
|
|
"fontWeight": "600",
|
|
"fill": "#ffffff",
|
|
"textAlign": "center"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|