You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring the datasets page in line with the models page
The datasets page arrived from main built against the pre-redesign models
page, so it kept a gradient masthead, the small search bar and a card
copied from the old model card.
Masthead, search and empty state now match the models page: one accent
word instead of a gradient, the large search bar with a count in its
placeholder, and the empty state as a card with a clear-filters button
rather than loose centred text.
The dataset card imported the redesigned model-card module while still
carrying `border-gray-300 bg-white shadow-lg` and a `.paired` class that
no longer exists. Those were dead weight — a CSS module beats a utility,
so the module's own border, surface and shadow were already winning. Its
type, author line and tag row now follow the model card, including the
two-row clamp with a `+N` chip.
Two things syncing the page exposed: the filter row said "All models" on
the datasets page, and the placeholder read "Search 1 datasets".
Also drops the second sentence from the footer blurb.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TpogQiNgM8Lg8PTTfTGSNk
0 commit comments