guanghu/design/hide-backlinks-empty.pen
Guanghu Domestic Migration 9b41d51231
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
chore: import sanitized domestic snapshot for REPO-004
Source snapshot: 514ab1975951d94342ea38e64101d5a0f1c51c77
2026-07-17 15:55:28 +08:00

65 lines
1.6 KiB
Plaintext

{
"children": [
{
"type": "frame",
"id": "hideBacklinksEmpty_before",
"x": 0,
"y": 0,
"name": "Hide Empty Backlinks Label — Before (shows No backlinks label)",
"width": 280,
"height": 80,
"fill": "#ffffff",
"gap": 4,
"padding": 12,
"alignItems": "flex-start",
"children": [
{
"type": "text",
"id": "bl_header_before",
"name": "section-header",
"fill": "#6b7280",
"content": "Backlinks",
"fontFamily": "Inter",
"fontSize": 10,
"fontWeight": "600",
"letterSpacing": 1.2
},
{
"type": "text",
"id": "bl_empty_before",
"name": "empty-label",
"fill": "#9ca3af",
"content": "No backlinks",
"fontFamily": "Inter",
"fontSize": 12,
"fontWeight": "normal"
}
]
},
{
"type": "frame",
"id": "hideBacklinksEmpty_after",
"x": 320,
"y": 0,
"name": "Hide Empty Backlinks Label — After (section hidden when empty)",
"width": 280,
"height": 80,
"fill": "#ffffff",
"gap": 4,
"padding": 12,
"alignItems": "flex-start",
"children": [
{
"type": "text",
"id": "bl_note_after",
"name": "note",
"fill": "#9ca3af",
"content": "(Backlinks, Referenced By, and Relations sections are hidden when empty — no placeholder label shown)",
"fontFamily": "Inter",
"fontSize": 11,
"fontWeight": "normal"
}
]
}
]
}