feat:redesign-model-cards#273
Open
KanoCifer wants to merge 2 commits into
Open
Conversation
- add model-id-copy-button - redo model-cards - complete some model provider's logos and sections
There was a problem hiding this comment.
Pull request overview
Redesigns the System “Models” section into provider/category cards and adds one-click copy behavior for model IDs, alongside expanding model-provider categorization and icon coverage.
Changes:
- Expanded model categorization (new providers + updated GLM label) for grouping models on the System page.
- Reworked the System page models UI into a card/grid layout with per-model copy buttons and “copied” feedback.
- Added/updated provider logo assets (including theme-aware GLM and MiMo icons).
Reviewed changes
Copilot reviewed 3 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/web/src/utils/models.ts | Adds new model categories/patterns to improve grouping on the System page. |
| apps/web/src/features/system/SystemPage.tsx | Redesigns model list UI into category cards and adds copy-to-clipboard interaction/feedback. |
| apps/web/src/features/system/SystemPage.module.scss | Implements the new models grid/card styling and copied-state styling. |
| apps/web/src/assets/icons/xiaomimimo-light.svg | Adds MiMo light-theme logo for category header icons. |
| apps/web/src/assets/icons/xiaomimimo-dark.svg | Adds MiMo dark-theme logo for category header icons. |
| apps/web/src/assets/icons/wenxin.svg | Adds WenXin provider logo for category header icons. |
| apps/web/src/assets/icons/volcengine.svg | Adds VolcEngine provider logo for category header icons. |
| apps/web/src/assets/icons/stepfun.svg | Adds StepFun provider logo for category header icons. |
| apps/web/src/assets/icons/longcat.svg | Adds LongCat provider logo for category header icons. |
| apps/web/src/assets/icons/hunyuan.svg | Adds HunYuan provider logo for category header icons. |
| apps/web/src/assets/icons/glm.svg | Removes the previous single GLM logo asset (replaced by theme-aware variants). |
| apps/web/src/assets/icons/glm-light.svg | Adds GLM light-theme logo for category header icons. |
| apps/web/src/assets/icons/glm-dark.svg | Adds GLM dark-theme logo for category header icons. |
| apps/web/src/assets/icons/bytedance.svg | Adds ByteDance provider logo for category header icons. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Tighten ByteDance/VolcEngine regex patterns with word boundaries - Use dedicated model_id_copied translation key (add to 4 locales) - Add aria-label to model copy button for accessibility - Replace oklch() with color-mix for codebase consistency
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
Redesign the available model cards and add Providers and model id copy buttons.
Scope
Changes
User Impact
UI
Compatibility / Runtime Notes
Data / Security Notes
N/A
Risk / Rollback
Risk level: Low
Verification
Screenshots / Recordings
Light Mode
Dark Mode
Docs
Related
N/A