Files
sure/app/views/goals/index.html.erb
T
Guillem Arias 68c2fad906 refactor(goals): migrate archived <details> to DS::Disclosure :inline
#1858's :inline variant landed (commit 8de14ed2), so the goals index
archived-section toggle can move off the raw <details> and onto the
shared primitive.

Behaviour and look unchanged — the custom summary content (chevron +
uppercase heading + tabular count) passes through the `summary_content`
slot; the `:inline` variant adds nothing on top besides the
focus-visible ring shared with the other DS::Disclosure variants.

Addresses the third sure-design DS Drift finding on #1798 (the other
two — DS::SearchInput + ring-gray-500 — already landed earlier).
2026-05-22 08:54:13 +02:00

9.5 KiB