Updating Staging#148
Merged
Merged
Conversation
- Creates AR_Realms, AR_Characters, AR_Relations, AR_Sources tables with public-read RLS policies and seeds them with all 64 characters, 7 realms, 316 relations, and 147 literary source entries - Adds arthurianSupabaseAdapter.js to fetch and transform AR_ table data into the same shape the existing components expect - Refactors ArthurianApp/Graph/Panel to accept optional characters and realmData props, falling back to static characters.js when not provided - Adds ArthurianSupabaseApp wrapper with parchment-themed loading/error states - Adds arthuriana-supabase.html entry point wired to /api/supabase-config - Updates vite.config.js with the new arthuriana-supabase build entry https://claude.ai/code/session_013yG27kBU5JeKdX29ZwV1kv
graph-inner's top/left centering and gn's position:absolute were CSS-only, causing shields to disappear and the ring to land in the corner if the stylesheet failed to load (hash mismatch, CORS rejection, etc.). Inline these so rendering is layout-correct regardless of CSS loading. https://claude.ai/code/session_013yG27kBU5JeKdX29ZwV1kv
HTML pages revalidate on every load so browsers always pick up the latest content hashes after a deploy. Fingerprinted assets under apps/assets/ are cached immutably for one year since their URLs change whenever their content changes. Prevents the brief CSS-missing flash that can occur during Cloudflare Pages edge propagation when a new deploy changes a CSS content hash. https://claude.ai/code/session_013yG27kBU5JeKdX29ZwV1kv
…ection-HZ10s Claude/add arthuriana section hz10s
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.
No description provided.