mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
* refactor(runtimes): declutter the runtimes page (MUL-2407) Cuts visual noise on the Runtimes detail view without removing real information: - MachineDetail: drop the 4-card metric grid (RUNTIMES / HEALTH / WORKLOAD / CLI) and replace it with a single inline meta strip. The cards repeated what the title chip and runtime rows already show. - PageHeaderBar: remove the inline tagline + "Learn more" link. The header is now icon + title + count + connect button. - VisibilityBadge: only render the Public chip. Private is the default, so a row of `🔒 Private` badges was pure noise. - CliCell: drop the per-row "Desktop" managed badge — the same string on every desktop row carried near-zero information. - MachineSidebar row: hide the truncated daemon-id subtitle. The id is still available on hover via `title` and remains visible in the detail header. Co-authored-by: multica-agent <github@multica.ai> * fix(runtimes): address review feedback on inline meta and hover title - Inline meta now reads "6 runtimes · 5 online" instead of "6 6 online" by using runtime_count for the total label. - Sidebar machine title hover now shows full daemon id (with subtitle fallback) so the daemon id is recoverable after the sub-row was hidden. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: multica-agent <github@multica.ai>