mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Add draft/published editor workflow with publish, revert, and dirty indicator
This commit is contained in:
@@ -71,6 +71,13 @@
|
||||
gap: var(--space-1);
|
||||
}
|
||||
|
||||
.nameRow {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--space-2);
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
@@ -79,6 +86,15 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* Unpublished-draft indicator (spec §03D / §02 status). */
|
||||
.draftDot {
|
||||
flex: 0 0 auto;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
background: var(--accent);
|
||||
}
|
||||
|
||||
.date {
|
||||
font-size: 11px;
|
||||
color: var(--text-secondary);
|
||||
|
||||
Reference in New Issue
Block a user