Redesign UI to match Companion Intelligence branding#21
Merged
Conversation
… offline charts - Redesign the dashboard to match Companion Intelligence branding (light, monochrome, minimalist): CI logo mark, summary cards, status pills, refined typography — replacing the old purple-gradient theme. - Add Artificial Analysis Intelligence Index scores to the curated catalog and surface them as IQ badges, a ranked "Model intelligence" section, a results column, and a summary card. Source attribution served via /api/meta; scores live in SUPPORTED_OLLAMA_MODELS and are trivially overridable. - Vendor Chart.js into the repo so the dashboard works fully offline (local-first); ship it in the Docker image; keep the CSS bar-chart fallback. - Document with real screenshots; rewrite README and refresh LLM_TESTS / EXAMPLE. - Add unit tests for the intelligence data and /api/meta; fix a race where the results table rendered before intelligence scores were available. Intelligence scores use the public Artificial Analysis Intelligence Index (CI-Hub's private curated numbers were not reachable from this session) and are clearly attributed and easy to swap for CI-Hub's exact values. https://claude.ai/code/session_017uavmt41fLUsJMiGqui7UV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Redesigned the Local-Bench dashboard to align with Companion Intelligence visual identity and branding guidelines. The UI now features a light, monochrome, minimalist aesthetic with a sticky top bar, improved typography, and refined component styling. Also added the Artificial Analysis Intelligence Index as a first-class feature in the model catalog.
Key changes
--bg,--surface,--ink,--brand, etc.) for consistent themingintelligenceIndexfield toSupportedOllamaModelinterface; integrated Artificial Analysis Intelligence Index scores with attribution metadata (INTELLIGENCE_INDEX_SOURCE,INTELLIGENCE_INDEX_URL,INTELLIGENCE_INDEX_AS_OF)/api/metaendpoint: Returns intelligence-score attribution and sourcing details for UI displayassets/chart.umd.min.js) so dashboard renders fully offline; graceful fallback to CSS bar charts if scripting unavailableassets/directory to Docker build to ensure vendored Chart.js is includedImplementation details
-apple-system,BlinkMacSystemFont, etc.)number | null) to handle vision-only and very small models not rated by the index/api/metaendpoint returns correct attribution structurehttps://claude.ai/code/session_017uavmt41fLUsJMiGqui7UV