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

feat(explorer): filenode tree populated with index files #1141

Open
wants to merge 3 commits into
base: v4
Choose a base branch
from

Conversation

bachrc
Copy link
Contributor

@bachrc bachrc commented May 16, 2024

this pull request aims to fix #1140

i implemented the least impacting method to populate the filenode tree with the folder index files, by adding another attribute: hidden.

people will still rely on node.file === null to know if the node is a folder, the only difference is that indexfiles are now "hidden", and the explorer list does not render "hidden" nodes.

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.

Explorer filterFn does not see index.md files in folder children
1 participant