fix(models): align dashboard tabs and stabilize Combos layout - #3331
fix(models): align dashboard tabs and stabilize Combos layout#3331blackjune67 wants to merge 3 commits into
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Deterministic PR hygiene checks passed. |
⏳ DRAFT
What to do
Review readiness checklist
0/4 boxes ticked. This PR stays in draft until every box above is ticked. |
리뷰 · 우선순위 59 / 80이 PR은 대시보드 Models 카테고리 탭(카탈로그·라우팅·호환·콤보)에서 탭마다 가로폭이 들쭉날쭉하고, 콤보 탭만 로딩/에러일 때 full-bleed가 혼자 넓어지던 UI를 고친다. 지금 고치는 곳은 GUI CSS 세 파일과 선언 단위 테스트뿐이다.
우선순위 59는 (1) 매일 보는 Models 탭 UX라 가치는 있으나 (2) 런타임/프로토콜 버그는 아니고 (3) CSS 경로 메인테이너의 판단이 필요한 지점
너의 추천
이 댓글은 grok-bot이 작성했습니다 |
Summary
Verification
bun x tsc --noEmitpassed.cd gui && bun run lintpassed.cd gui && bun test tests/models-tab-layout.test.tspassed.http://localhost:5173.Before
After
Checklist
Review readiness checklist
This PR stays in draft until every box below is ticked. Tick all four boxes once the requirements are met:
All CI tests are green on my local testing.
I pushed my PR to the latest dev commit.
I resolved all correct Codex and CodeRabbit findings.
My PR is ready for review.