feat: sprint 4 — UI polish + dark mode + workflow tightening + process hygiene #7

Merged
knacky merged 15 commits from sprint/4-ui-polish into main 2026-05-28 04:01:21 +00:00
3 changed files with 3 additions and 4 deletions
Showing only changes of commit e99286ef8e - Show all commits

View File

@@ -42,7 +42,7 @@ export function EngagementsListPage(): JSX.Element {
</div>
{canEditEngagements ? (
<Link to="/engagements/new" className="btn-primary">
<Plus size={14} aria-hidden /> New engagement
<Plus size={14} aria-hidden /> New
</Link>
) : null}
</header>
@@ -60,7 +60,7 @@ export function EngagementsListPage(): JSX.Element {
action={
canEditEngagements ? (
<Link to="/engagements/new" className="btn-primary">
<Plus size={14} aria-hidden /> New engagement
<Plus size={14} aria-hidden /> New
</Link>
) : undefined
}

View File

@@ -83,7 +83,7 @@
@apply inline-flex items-center justify-center gap-xs bg-slab text-white uppercase tracking-[0.7px] font-semibold text-[14px] leading-[1.4] rounded-md px-xl py-sm h-11 transition-colors;
}
.btn-ink:hover {
@apply bg-slab-hover;
@apply bg-paper;
}
.btn-ink:disabled {
@apply bg-steel cursor-not-allowed;

View File

@@ -36,7 +36,6 @@ const config: Config = {
graphite: 'var(--color-graphite)',
// Fixed dark slab — never inverts in dark mode (utility strip, footer, dark bands)
slab: '#111827',
'slab-hover': '#1f2937',
'slab-text': '#f9fafb',
'slab-muted': '#6b7280',
// Semantic / decorative — fixed (not themeable)