Feat/story deeplinks#43
Open
theshantanujoshi wants to merge 3 commits into
Open
Conversation
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. Installation is not linked with SafeDep Tenant. Click here to optionally link your GitHub App installation with SafeDep Tenant. This report is generated by SafeDep Github App |
Owner
|
Holding this before merge. There is also a deeplink parsing bug: |
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.



PR Description: Implement Story Deeplinks & Share-to-Clipboard
This PR implements deep-linking support for cinematic stories (Issue #29), enabling users to share specific moments and maintain story state across browser sessions.
Changes
1. URL State Synchronization
story,beat, andpausedparameters from the URL on mount.window.history.replaceStateto allow for easy bookmarking and link sharing without page reloads.2. Share Interface
StoryControlscomponent.motionfor polished user feedback.3. Architecture
AppShellto ensure robust client-side state recovery.prefers-reduced-motion.Verification Checklist
npm run typecheckpasses.?story=rise-of-vader&beat=2starts the story at the 3rd beat.Related Issues
Closes #29