Some checks are pending
Auto-update PR branches / Update open PR branches (push) Waiting to run
CI / Frontend Static Quality Checks (push) Waiting to run
CI / Frontend Tests & Coverage (push) Waiting to run
CI / Rust Tests & Quality Checks (push) Waiting to run
CI / Linux build verification (push) Waiting to run
Deploy docs / Build VitePress site (push) Waiting to run
Deploy docs / Deploy to GitHub Pages (push) Blocked by required conditions
Release (Alpha) / Compute alpha version (push) Waiting to run
Release (Alpha) / Build release artifacts (push) Blocked by required conditions
Release (Alpha) / GitHub Release (alpha) (push) Blocked by required conditions
Release (Alpha) / Update docs and release pages (push) Blocked by required conditions
Source snapshot: 514ab1975951d94342ea38e64101d5a0f1c51c77
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|