Open ArnaudBarre opened 3 months ago
Probably not what you want but I'm hiding unflagged branches using css:
pre.w-max ~ div:not(:has(.decoration-2)) {
display: none;
}
I can open a PR adding an option to toggle this if @rschristian thinks it would be helpful 👍
I think that'd be neat, PR certainly appreciated!
A first version addressing this issue is ready over at #8. Let me know if there's anything else you'd like me to add there or if you know how to prevent the children from re-rendering when adding a class to an element 😅
Me again, following #3, I would like to be able to collapse tree I already know (ex
@typescript-eslint
) to be able to look at the other dependency more easily.