fix: stabilize datapad and navrail, align crawl availability#41
Open
theshantanujoshi wants to merge 2 commits into
Open
fix: stabilize datapad and navrail, align crawl availability#41theshantanujoshi wants to merge 2 commits into
theshantanujoshi wants to merge 2 commits into
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 one because the current head is identical to #42 and includes the Memory Palace feature commit, while this PR title/body describe stabilization only. Please split the stabilization fixes from the Memory Palace feature, or close one duplicate PR so the review surface matches the PR description. |
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: Holocron Stabilization & Documentation Alignment
This PR resolves technical debt and stabilizes core UI components in preparation for the v0.8 visual critique pass. It addresses inconsistencies identified during the technical debt audit of the
fix/issue-32-playing-indicatorbranch.Changes
1. Datapad & DatapadDrawer Synchronization
DatapadDrawer(mobile view), ensuring feature parity across device sizes.person,planet,ship,vehicle,film, andevent.2. NavRail & Import Stabilization
motion/reactimports into a single clean statement.Play,Path, etc.) and motion components (AnimatePresence) are correctly referenced and functional.NavRail.tsxandEventMarker.tsxto comply with repository git validation rules.3. UI/UX & Tailwind Audit
TimelineScrubberandAppShelllayering to ensure no conflicting Tailwind position classes (absolute/relative) are causing layout instability.prefers-reduced-motionglobal state.Verification Checklist
npm run typecheckpasses (no broken imports).git diff --check.Related Issues
Fixes #32 (Playing Indicator technical debt)
Partially addresses v0.8 Roadmap (Visual Audit baseline)