You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append "· 草稿" to each unpublished entry's kind label and dim the
whole anchor to 0.55 (back to 1.0 on hover so the row's still
clickable-feeling). The marker only ever renders in dev — PROD's
filter strips drafts from the listing entirely, so the prop is
always false there.
Implementation note: the dim is on `<a>` not `<li>` because the
`<li>`'s `.enter` keyframe pins opacity = 1 with animation-fill-mode:
both, beating any later `.is-draft { opacity }` rule on the same
element.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments