Skip to content

new conf design — cfp#13

Closed
hasparus wants to merge 7 commits into
new-conf-design--sponsorsfrom
new-conf-design--cfp
Closed

new conf design — cfp#13
hasparus wants to merge 7 commits into
new-conf-design--sponsorsfrom
new-conf-design--cfp

Conversation

@hasparus

@hasparus hasparus commented May 1, 2025

Copy link
Copy Markdown
Owner

Description

I'm not 100% sure about the text sections in here and dark mode variant is TBD.

image image image

@vercel

vercel Bot commented May 1, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fabulous-isomorphism ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2025 4:31pm

@hasparus hasparus requested a review from saihaj May 1, 2025 20:56
Comment on lines +375 to +396
<div
role="tablist"
className="flex divide-sec-dark border-b border-sec-dark *:flex-1 max-md:sr-only md:divide-x"
>
{tabsInOrder.map((tab, i) => (
<TabButton
tab={tab}
tabIndex={i === 0 ? 0 : -1}
activeTab={activeTab}
setActiveTab={setActiveTab}
/>
))}
</div>
<div className="flex flex-1 justify-center overflow-hidden max-md:flex-col md:items-center">
{tabsInOrder.map(tab => (
<>
<TabButton
tab={tab}
activeTab={activeTab}
setActiveTab={setActiveTab}
className="md:hidden"
aria-hidden
/>

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tabs are twice in the DOM, once in a tablist for desktop and screen readers, and the second time for mobiles (aria-hidden) to make it look like an accordion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant