Skip to content

feat(venue): reveal Uhelný Mlýn venue + travel info again#232

Merged
ryzizub merged 1 commit into
2026from
claude/venue-info-visibility-6a44bd
Jul 12, 2026
Merged

feat(venue): reveal Uhelný Mlýn venue + travel info again#232
ryzizub merged 1 commit into
2026from
claude/venue-info-visibility-6a44bd

Conversation

@ryzizub

@ryzizub ryzizub commented Jul 10, 2026

Copy link
Copy Markdown
Member

Summary

Restores the Uhelný Mlýn venue reveal across the whole site. This un-reverts #221 (which had rolled the site back to the pre-reveal "Prague / venue under wraps" state), now that the venue is cleared for release. Merging this makes the venue information visible again.

Surfaces brought back:

  • Hero (src/pages/index.astro) — Place → "Uhelný Mlýn" / "near Prague" with map link
  • Footer (src/components/Footer.astro) — Place → "Uhelný Mlýn, Libčice nad Vltavou" with map link
  • Event JSON-LD (src/layouts/BaseLayout.astro) — location → full Uhelný Mlýn postal address
  • FAQ (src/pages/faq.astro) — venue answer names the mill again + restores the "How do I get to the venue?" travel/directions item

Why

The venue reveal in #217 was pulled by #221 as premature. It's now ready to go public, so the reveal goes back in.

Behavior

Rather than resurrect the old CSS verbatim, the restored .meta-sub hero style is reconciled with the accessibility work that landed after #221 (#222, #224): it now uses JetBrains Mono at 0.75rem (12px) instead of the pre-a11y Share Tech Mono at 0.72rem (~11.5px), matching its .meta-label sibling and the 12px minimum-font-size floor. Without this the un-revert would have reintroduced the only remaining Share Tech Mono usage in src/ and a sub-12px font.

Verification

Ran the dev server and confirmed in the browser:

  • Home hero shows PLACE / UHELNÝ MLÝN / NEAR PRAGUE, map link https://maps.app.goo.gl/…, .meta-sub computed as JetBrains Mono / 12px
  • Footer Place → "Uhelný Mlýn, Libčice nad Vltavou" with map link
  • FAQ shows the venue name + "How do I get to the venue?" item; no "under wraps" copy remains
  • No server/console errors

Files

  • src/pages/index.astro
  • src/pages/index.scss
  • src/components/Footer.astro
  • src/layouts/BaseLayout.astro
  • src/pages/faq.astro

🤖 Generated with Claude Code

Un-revert #221 to bring back the Uhelný Mlýn venue reveal now that
it's cleared for release. Restores every surface that #221 rolled
back to the "Prague / under wraps" state:

- Hero and footer Place → "Uhelný Mlýn" with map link (+ "near Prague")
- Event JSON-LD location → full Uhelný Mlýn postal address
- FAQ venue answer + "How do I get to the venue?" travel item

Reconcile with the a11y work that landed after #221 (#222, #224):
the restored .meta-sub now uses JetBrains Mono at 0.75rem (12px)
instead of the pre-a11y Share Tech Mono at 0.72rem, matching its
.meta-label sibling and the 12px minimum font-size floor.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ryzizub
ryzizub merged commit ef29f75 into 2026 Jul 12, 2026
2 checks passed
@ryzizub
ryzizub deleted the claude/venue-info-visibility-6a44bd branch July 12, 2026 21:00
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