fn preview_panel(
ui: &mut Ui,
state: &mut LibraryState,
project: &Project,
settings: &mut Settings,
thumbs: &mut Option<&mut ThumbCache>,
live: Option<&PreviewFrame>,
labels: &Vec<(String, [u8; 3])>,
palette: &Palette,
resp: &mut LibraryResponse,
ops: &mut Vec<LibOp>,
op_start: &mut bool,
)Expand description
The dedicated asset preview: the bottom of the pane, and the only place tags / description / label / folder are edited.