You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- minimal functional implementation, not pretty
- uses <details>, so no js needed
- can switch at run time to test, but defaults to new UI
In order for the template to be able to know if the current item in the
tree is, or is a parent of, the currently selected path, I added the
ability to designate a currently selected path to PathItem, as we can't
express that logic cleanly in the DTL.
Note: supporting both UIs behind a feature flag intended to be short
lived, so that code should be deleted soon.
Fixes#94
0 commit comments