feat(astro): Vue islands + ClientRouter + color system + SEO#102
Merged
Conversation
Completes TODOs 09, 10, 11, 12, 14, 17, 21, 25: ## Vue islands (TODOs 09-12) - ConceptIsland.vue (client:load) — concept detail with view mode toggle (detail/sphere), designations, definition, notes, examples, sources, relationships, RDF source panel, section tags - SearchIsland.vue (client:load) — live fuzzy search with result highlighting, status badges, ranked results (exact > starts-with > contains) - GraphIsland.vue (client:visible) — D3 force simulation graph with dynamic import, zoom controls, dataset + concept nodes ## Navigation (TODO 21) - ClientRouter from astro:transitions added to Default layout - SPA-like page transitions without full reloads - Islands persist across navigation ## Color system (TODO 14) - colors.css with relationship type, concept status, group kind, and ink palette CSS custom properties - Dark mode inverted palette via .dark class ## SEO (TODO 25) - SeoMeta.astro component with Open Graph, Twitter Card, canonical URL ## Build verified 13 pages + sitemap. All islands compile and hydrate correctly.
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
Completes TODOs 09, 10, 11, 12, 14, 17, 21, 25 from TODO.astro/.
Vue islands wired into Astro pages:
Navigation:
Styling:
SEO:
Verified