Collapse TOC into sticky popover button#307
Merged
Conversation
Replaces inline table of contents with a Flux dropdown/popover button that sticks to the top-right of the content area. Applied to both plugin detail pages (Alpine-driven dynamic headings) and docs pages (server-side TOC data). Adds scrollbar width compensation CSS for modal and popover overlay states. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ar fix - Docs TOC now extracts heading IDs from rendered HTML instead of re-deriving slugs from raw markdown, ensuring anchors always match - Decode HTML entities in TOC titles (e.g. & → &) - Add smooth scrollIntoView for TOC links on both plugin and docs pages - Add scroll-mt-20 to plugin article headings for fragment spacing - Use data-flux-scroll-unlock attribute to compensate for custom scrollbar width when Flux locks scroll Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
$tableOfContentsdataTest plan
🤖 Generated with Claude Code