Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/expandsections #236

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

Feature/expandsections #236

wants to merge 4 commits into from

Conversation

Netrotos
Copy link

Closes #162
Added option to colapse/ not colapse sections.
new_switch

Copy link
Collaborator

@toni-santos toni-santos left a comment

Choose a reason for hiding this comment

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

Nice work!

@@ -69,3 +69,42 @@ export const useNavBar = async (navbar: string): Promise<void> => {
break;
}
};

export const expandSections = async (expand: string): Promise<void> => {
await new Promise(resolve => setTimeout(resolve, 100)); // 100ms delay
Copy link
Collaborator

Choose a reason for hiding this comment

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

This can probably be resolved the same way we have resolved this issue, seeing as this current solution will run into some of the problems we discussed in this issue.

@Netrotos Netrotos requested a review from toni-santos February 11, 2025 22:48
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.

Option to collapse/not collapse sections
2 participants