mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-11 04:56:56 +02:00
Port the discover UI from the scrapbook, adapted to the typed sidecar API: searchable two-pane explorer (list, item, info, org avatar with quant badge), model details (header, name badges, download options grouped by bit depth with compatibility tiers, terminal serve/cli commands per draft sidecar, README viewer, chat template dialog), download confirmation dialog with progress, and the full-screen dialog shell. Presentational components take data and download state via props; the loading container and store wiring land in the integration branch. MarkdownContent gains a sanitized allowHtml option used by the README viewer; ModelId gains context, size-range, params and sidecar badges; the selector option passes thinking/tool flags instead of the removed capabilities prop. Basic Storybook stories cover each component with HF-shaped fixtures. Assisted-by: pi