Skip to content

feat(sidebar): integrate 'Show Contacts' toggle and enhance page navi…#30

Merged
deepdevjose merged 1 commit into
mainfrom
dev
Jul 1, 2025
Merged

feat(sidebar): integrate 'Show Contacts' toggle and enhance page navi…#30
deepdevjose merged 1 commit into
mainfrom
dev

Conversation

@deepdevjose
Copy link
Copy Markdown
Owner

…gation

Comment thread js/main.js
if (navLinks.length && pages.length) {
navLinks[0].classList.add('active');
pages.forEach((page, i) => page.hidden = i !== 0);
}
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fix the bug

@deepdevjose deepdevjose merged commit 7bdb791 into main Jul 1, 2025
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.

1 participant