Clean up frontend: compact model select + polished UI
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 72/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- typescript
Research direction
Start by reading src/components/chat/model-selector.tsx and the current model state flow, then inspect src/components/providers.tsx and src/components/chat/chat-panel.tsx. Add the shared ModelProvider, move the selector into src/components/nav.tsx, and create the Claude and Gemini SVG icons in src/components/icons/model-icons.tsx. Done means the compact nav selector controls the chat model and the bordered selector header is removed.
Written by the indexing model from the issue text.
Description
Why
The current model selector uses two large side-by-side cards that take up too much vertical space and don't feel polished enough for the hackathon demo. We want to impress judges with a minimal, clean interface.
What
- Replace card-based model selector with a compact Select dropdown in the nav bar
- Add proper Claude and Gemini icon marks (SVG, icon-only — no text logos)
- Remove the bordered header section from the chat panel — the selector moves into the nav
- Create a shared model context so nav and chat panel can share model state cleanly
Files to touch
| File | Action |
|---|---|
src/components/icons/model-icons.tsx |
New — Claude & Gemini SVG icons |
src/components/chat/model-context.tsx |
New — shared model state context |
src/components/chat/model-selector.tsx |
Rewrite — cards → Select dropdown |
src/components/nav.tsx |
Add ModelSelector to right-side controls |
src/components/chat/chat-panel.tsx |
Remove selector header, use context |
src/components/providers.tsx |
Add ModelProvider |
Reference
Style/font inspiration: https://github.com/lfglabs-dev/private-ethereum-assistant
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
mksglu/context-mode#1200 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
jaegertracing/jaeger-ui#4506 ·
-
area:desktop area:ui bug platform:macos
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
anthropics/claude-code#96687 ·
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 95/100
AOSSIE-Org/DebateAI#582 · 2 comments ·