Skip to content

moooon

Motir

Vibe your whole project. Bring an idea — Motir's three AI layers plan it, track it, and ship it, end to end. You're looking at Motir, built in Motir.

  • Vibe Project
  • Open Source
  • AI Agent
  • AI Loop
1
requests
0
upvotes
145
planned
1,361
shipped

Motir · Work items

MOTIR-447Done

bug-automation-audit-log-tombstone-aa-contrast Automation audit-log tombstone ("item since deleted") fails AA colour-contrast (--el-text-faint)

Type: bug · Parent: Epic 6 · Surfaces: automation run-history / audit log (Subtask 6.6.6 — AutomationRuleAuditLog.tsx) · Status: fix in flight (PR #822) · Source: surfaced by the Story 6.6 audit-log axe sweep (Subtask 6.6.7).

The run-history tombstone row — "Triggering item since deleted", shown when an execution’s triggering work item was later deleted (the SetNull FK) — rendered with text-(--el-text-faint), which fails WCAG AA colour-contrast (axe: serious color-contrast). The faint token is below the AA threshold on the panel surface — the same class as the sidebar-caption AA fix.

Root cause / fix: use --el-text-secondary — the AA-safe de-emphasis token; the line-through still conveys the deleted state. Fix: motir-core PR #822 — verified by 6.6.7’s @a11y sweep (a null-item execution renders the tombstone; the sweep is clean once the fix is applied).