feat(venue): reveal Uhelný Mlýn venue + travel info again#232
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
src/pages/index.astro) — Place → "Uhelný Mlýn" / "near Prague" with map linksrc/components/Footer.astro) — Place → "Uhelný Mlýn, Libčice nad Vltavou" with map linksrc/layouts/BaseLayout.astro) — location → full Uhelný Mlýn postal addresssrc/pages/faq.astro) — venue answer names the mill again + restores the "How do I get to the venue?" travel/directions itemWhy
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-subhero style is reconciled with the accessibility work that landed after #221 (#222, #224): it now uses JetBrains Mono at0.75rem(12px) instead of the pre-a11y Share Tech Mono at0.72rem(~11.5px), matching its.meta-labelsibling and the 12px minimum-font-size floor. Without this the un-revert would have reintroduced the only remaining Share Tech Mono usage insrc/and a sub-12px font.Verification
Ran the dev server and confirmed in the browser:
PLACE / UHELNÝ MLÝN / NEAR PRAGUE, map linkhttps://maps.app.goo.gl/…,.meta-subcomputed as JetBrains Mono / 12pxFiles
src/pages/index.astrosrc/pages/index.scsssrc/components/Footer.astrosrc/layouts/BaseLayout.astrosrc/pages/faq.astro🤖 Generated with Claude Code