feat: link the public roadmap from the chip and the footer - #9
Open
HuggeK wants to merge 1 commit into
Open
Conversation
Claude-Session: https://claude.ai/code/session_015HBnpxLWTu2NtekaEPEDGF Co-authored-by: HuggeK <48095810+HuggeK@users.noreply.github.com>
miravoss26
reviewed
Sep 3, 2026
miravoss26
left a comment
There was a problem hiding this comment.
Makes the marketing site's "Public roadmap" chip and a new footer link actually point somewhere: both now link to srcfl/ftw's docs/roadmap.md.
- Small, well-scoped diff:
index.html(chip markup + footer link) andsourceful.css(link styling, hover state, nested-span reset). No JS, no dynamic content, no new external dependency beyond a plain GitHub link. - Cache-buster bumped
?v=2→?v=3onsourceful.cssso browsers actually pick up the style change — correct, easy to forget. - Nothing for the security lens: no secrets, no injection surface, no auth/network changes.
- No CI configured on this repo (empty status-check rollup), so there's no automated check to lean on for the visual result — the PR body itself flags that and asks for a human look at the hover state before merging, which is the right call for a static marketing site.
Safe to merge from my read, contingent on that quick visual check the author already asked for.
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.
The community section shows a "Public roadmap" chip, but nothing on the site actually takes you to that roadmap — the claim wasn't clickable. This makes it one:
Styling details
.license-line ashares the exact chip styling (.license-line span) so the linked chip renders identically to its neighbours, plustext-decoration: none, a 6px gap for the arrow, and an inverted ink/signal hover so it reads as clickable.↗span gets its chip padding/border reset so it doesn't render as a nested chip.?v=2→?v=3sincesourceful.csschanged.Please give the rendered page a quick human look before merging — the hover state on the chip is the only visual novelty.
🤖 Generated with Claude Code
https://claude.ai/code/session_015HBnpxLWTu2NtekaEPEDGF