Expand description
Generic navigation UI components.
This module provides a reusable stacked navigation bar used for traversing hierarchical domains (directories today, tags/artists/series in the future).
The implementation is split into:
stack_navigation_bar: the generic container view and its core traitsproviders/*: domain-specific adapters that plug existing views into the generic container.
Re-exports§
Modules§
- providers
- Domain-specific providers for
super::stack_navigation_bar. - stack_
navigation_ bar