Atlas / Engineering / Active issues

Active issues

All un-archived issues across engineering, sorted by priority
Open
128
4 today · 12 this week
In progress
14
2 today · 6 this week
In review
9
1 today · 3 this week
Urgent
3
2 today · 0 new
Cycles closed
26
4 this cycle · 91% on-time
Avg lead time
1.8d
0.2d · p50 stable
Issues
· 128 total · sorted by priority
View all →
ENG-482
FrontendAdd dark mode to the dashboard surface (depth via luminance, not shadows)
Jul 10
RM
JL
ENG-491
APIWebhooks should retry on 5xx with exponential backoff, max 6 attempts
Jul 11
KP
ENG-477
InfraMigrate postgres primary from db.r6 to db.r7 — IOPS ceiling at peak
Jul 12
RM
DSGN-118
DesignAudit accent color usage across the app — 11 places use it decoratively
Jul 14
JL
ENG-460
FrontendTabular numerals on every tnum surface — pricing, timestamps, metrics
Jul 8
KP
ENG-503
BackendDocument the new rate-limit response shape — 429 with Retry-After header
Jul 18
Activity
· last 24h
RM moved ENG-460 to Done in cycle 26
14:22 · 2h ago
Alert: 3 new urgent issues filed in the last hour
13:58 · 2h ago
Cycle 27 planning opened — 12 issues proposed
11:30 · 5h ago
Deploy: a3f9c1e shipped to production — 0 incidents
09:14 · 7h ago
JL flagged ENG-482 as blocked — waiting on design tokens review
08:40 · 8h ago
/* The full luminance ladder — depth comes from these seven steps alone. */ :root { --bg-0: #08090a; /* canvas */ --bg-1: #0d0e10; /* sidebar (+3% lift) */ --bg-2: #111316; /* card surface (+3%) */ --bg-3: #16181b; /* hover, inset wells (+3%) */ --bg-4: #1c1e22; /* active row, focused input (+3%) */ --bg-5: #232529; /* popovers (+3%) */ --bg-6: #2a2d32; /* hovered dropdown item (+3%) */ --line-1: rgba(255, 255, 255, 0.06); --line-2: rgba(255, 255, 255, 0.08); --accent: #7c5cff; }
Drill takeaway · dark mode native

Depth = luminance stepping, not shadows. Every visible step from canvas to hovered dropdown is a 3% lighter fill on the same hue. No box-shadow, no filter: drop-shadow. The hierarchy is read by the eye, not painted by the renderer.

Borders live at 6–8% white. Three weights only — 0.06, 0.08, 0.10. Anything heavier is a SaaS-template tell; anything lighter disappears on matte displays. The 1px hairlines mark the boundary between luminance steps, they don't create new depth.

The accent is the only saturated color on the page. Every status indicator (success / warn / danger / info) is desaturated to read on dark without screaming. Raw brand green or red would look correct in isolation but pull the eye away from the actual data — and there are 6 metrics above, two of which use the same green delta arrow.

Selected row = TWO signals, not one. Background lift (--bg-4) + 2px left-edge accent rail. The rail is the cheaper signal; the lift is the more expensive one. Together they say "this one row" without needing a checkbox or a hover state to disambiguate.