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
- Cron Builder: "Next runs" now always renders in English (was
following the visitor's browser locale), back link now points to
/tools, and its background is opaque like every other tool instead
of showing the homepage's decorative grid/glow
- extracted ToolPageShell/ToolHeader (src/components/layout/) as the
shared chrome for every /tools page — InfraLens's layout and Cron
Builder now share the same back-link position and max-w-4xl content
width instead of drifting independently
- InfraLens's cards used the page's own background (bg-background/50)
instead of the elevated --card token across landing, the full
scan-results display, and compare/docs/privacy — fixed to bg-card/50
everywhere, matching the one section that already had it right
- fixed a resulting WCAG contrast regression on Cron Builder's cards
(text-zinc-500 -> text-zinc-400)
- Cron Builder's Day of week/Month range picker now uses the same
pill-button style as the rest of the tool instead of native selects
0 commit comments