feat(home): link hero carousel screenshots to their blog posts - #139
Merged
Conversation
The flow-detail/flow-takeover and share-sheet slides each have a full writeup already (answer-calls-with-a-call-flow, share-a-call-recording). Wraps the shot and its label in a link to that post — localized per locale — when the carousel data supplies one, so the hero drives real traffic instead of just describing the feature. Optional and additive: shots without an href render exactly as before.
Contributor
wavekat-eason
pushed a commit
that referenced
this pull request
Jul 26, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.50](wavekat-com-v0.0.49...wavekat-com-v0.0.50) (2026-07-26) ### Features * **brand:** live wallpaper page ([#136](#136)) ([4aafecf](4aafecf)) * **home:** link hero carousel screenshots to their blog posts ([#139](#139)) ([7271776](7271776)) * **home:** rotating hero screenshot carousel ([#137](#137)) ([a673831](a673831)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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
Two of the three homepage hero carousel slides added in #137 (
flow-detail/flow-takeoverandshare-sheet) already have a full writeup on the blog:answer-calls-with-a-call-flowandshare-a-call-recording. This wires the carousel up to link to them.HeroCarousel.astrogains an optionalhrefper shot. When set, both the screenshot and its label link there; when omitted (the default), a shot renders exactly as before — no visual or behavioral change for shots that don't opt in.tabindex="-1"toggled alongside their existingaria-hidden, so Tab order never lands on an invisible link.en+ the 8 translated locales), each pointing at its own locale's translated post (e.g./de/blog/answer-calls-with-a-call-flow/).Test plan
npx astro build— clean, 199 pagesnpm run check:links— no new broken links or locale-linking-to-default-locale warnings introduced (pre-existing 4 broken/logos/*links are from thewavekat-brandsubmodule not being synced in this sandbox — confirmed present onmainbefore this change too)enandzhhomepages — each locale's carousel links resolve to its own locale-prefixed blog post URL🤖 Generated with Claude Code
https://claude.ai/code/session_01GcXA6YGGZuM3pXUL2kZ67c
Generated by Claude Code