Skip to content

templates: tree deduplication, collapsible dirs, and UX improvements#15

Merged
sdarwin merged 2 commits intocppalliance:masterfrom
julioest:template-ux-improvements
Feb 6, 2026
Merged

templates: tree deduplication, collapsible dirs, and UX improvements#15
sdarwin merged 2 commits intocppalliance:masterfrom
julioest:template-ux-improvements

Conversation

@julioest
Copy link
Contributor

@julioest julioest commented Feb 6, 2026

  • Add collapseSingleChildDirs to collapse single-child directory chains
  • Add deduplicateTree to merge same-name parent/child nodes
  • Add normalizeTree to expand multi-segment node names into nested structure
  • Add sidebar resize, hover-expand, and mobile menu support
  • Add breadcrumb navigation with tree-aware linking
  • Improve theme toggle, font size controls, and search

- Add collapseSingleChildDirs to collapse single-child directory chains
- Add deduplicateTree to merge same-name parent/child nodes
- Add normalizeTree to expand multi-segment node names into nested structure
- Add sidebar resize, hover-expand, and mobile menu support
- Add breadcrumb navigation with tree-aware linking
- Improve theme toggle, font size controls, and search
@julioest julioest requested a review from sdarwin February 6, 2026 02:13
- Introduced a new function to find the path in the tree based on the current page's HTML filename.
- Simplified breadcrumb creation by directly using the tree path, improving clarity and performance.
- Removed redundant code related to segment matching and prefix skipping, streamlining the breadcrumb logic.
@sdarwin sdarwin merged commit 42feed6 into cppalliance:master Feb 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants