Skip to content

Commit f92ea0d

Browse files
authored
new conf design — gallery strip (graphql#1999)
* Figure out drag constraints for Marquees * Add missing key * Add GalleryStrip * Add images * Implement custom zooming * Give up on zooming for now * Add some padding * Vary widths * Clean up unused zoom-in and zoom-out svgs * Wrap window to make the build work * Fix varying widths * Remove redundant role prop * Don't slow down images marquee on hover * Change cursor on pointer down and up * Improve the footer on phones * Add touch-pan-y * Run Prettier
1 parent 80267e4 commit f92ea0d

File tree

32 files changed

+182
-1287
lines changed

32 files changed

+182
-1287
lines changed

src/app/conf/2025/components/call-for-proposals.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ export function CallForProposals() {
382382
>
383383
{tabsInOrder.map((tab, i) => (
384384
<TabButton
385+
key={tab}
385386
tab={tab}
386387
tabIndex={i === 0 ? 0 : -1}
387388
activeTab={activeTab}

src/app/conf/2025/components/footer/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ export function Footer({
2525
<Stripes />
2626
<div className="flex flex-wrap justify-between gap-4 p-4 max-md:w-full md:px-6 lg:py-10 2xl:px-10">
2727
{logo}
28-
<div className="flex gap-x-4 gap-y-2 typography-body-lg">
29-
<p className="flex items-center gap-2">
28+
<div className="flex gap-x-4 typography-body-lg max-sm:grid max-sm:grid-cols-2 max-sm:items-start max-sm:text-lg sm:gap-y-2">
29+
<p className="flex items-center whitespace-pre">
3030
<time dateTime="2025-09-08">September 08</time>
3131
<span>-</span>
32-
<time dateTime="2025-09-10">10, 2025</time>
32+
<time dateTime="2025-09-10">
33+
10<span className="max-sm:hidden">, 2025</span>
34+
</time>
3335
</p>
3436
<address className="not-italic">Amsterdam, Netherlands</address>
3537
</div>
102 KB
Loading
60.3 KB
Loading
92.6 KB
Loading
103 KB
Loading
54.8 KB
Loading
101 KB
Loading
59.5 KB
Loading
66.2 KB
Loading

0 commit comments

Comments
 (0)