Skip to main content

Module library

Module library 

Source
Expand description

Library components — sidebar with storage meter, recording cards in a grid. Filled in across UI-14 / UI-15.

Re-exports§

pub use library_sidebar::LibraryNavItemView;
pub use library_sidebar::LibrarySectionView;
pub use library_sidebar::LibrarySidebar;
pub use library_sidebar::LibrarySidebarView;
pub use library_sidebar::StorageMeter;
pub use library_sidebar::StorageMeterView;
pub use library_sidebar::storage_percent;
pub use recording_card::LibraryGrid;
pub use recording_card::LibraryGridView;
pub use recording_card::LibraryLayoutMode;
pub use recording_card::LibraryToolbar;
pub use recording_card::LibraryToolbarView;
pub use recording_card::RecordingCard;
pub use recording_card::RecordingCardState;
pub use recording_card::RecordingCardView;
pub use recording_card::RecordingFilterView;
pub use recording_card::RecordingMetricsView;
pub use recording_card::ThumbnailView;

Modules§

library_sidebar
LibrarySidebar + storage meter (M-UI.14 / AUT-134) — left rail of the library screen. Nav items + sections (SPACES, TAGS) + a bottom storage quota meter.
recording_card
RecordingCard + LibraryGrid (M-UI.15 / AUT-135). Card renders one library tile (thumbnail + footer + processing overlay); grid arranges cards under a LibraryToolbar (filter pills + sort).