feat(dashboard): dark theme redesign + accounts table optimization#29
Open
garywhat wants to merge 1 commit into
Open
feat(dashboard): dark theme redesign + accounts table optimization#29garywhat wants to merge 1 commit into
garywhat wants to merge 1 commit into
Conversation
Apply a data-dense dark theme to the entire dashboard UI and streamline
the accounts list page to fix column overflow/misalignment.
Theme (all pages):
- New CSS variable system: bg #020617, card #0E1223, accent #22C55E
- Fira Sans (UI) + Fira Code (data/API keys/code blocks) typography
- ConfigProvider tokens + per-component dark overrides for Card, Table,
Menu, Input, Select, Button, Tag, Modal, Tooltip, Segmented, etc.
- Auth pages (Login/Setup/ForgotPassword/OAuthError): dark radial
gradient backdrop + logo card replacing green gradient
- Skeleton loading states for Dashboard, Settings, AccountDetail
- Semantic chart palette with gradient fills + dark tooltip styling
Dashboard:
- Replace green gradient banner with dark accent header + KPI grid
- Charts use semantic colors (primary green, danger red, info blue)
Accounts list optimization:
- Remove redundant "用户 ID" and "状态" columns (available in detail page
and merged into account name as a star icon respectively)
- Action buttons: text labels -> icon-only with tooltips (280px -> 168px)
- Add scroll={{x:1080}} + size="small" to prevent column compression
- Tighten column widths (drag 40->36, token 180->160, etc.)
README: comprehensive rewrite with quick start, config, deployment,
API reference, FAQ, and contribution sections.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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
Apply a data-dense dark theme to the entire dashboard UI and streamline the accounts list page to fix column overflow/misalignment.
Theme (all pages)
#020617, card#0E1223, accent#22C55EDashboard
Accounts list optimization
Users reported action buttons misaligning due to too many columns. After comparing with the account detail page, the following changes were made:
scroll={{x:1080}}+size="small"to prevent column compression on narrow screensREADME
Comprehensive rewrite with quick start, config, deployment, API reference, FAQ, and contribution sections.
Test plan
npm run buildpasses (TypeScript + Vite)Generated with Devin