mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
Refactor ApiSettingsPage to use horizontal Tabs component like CodexLens page, replacing the previous vertical sidebar navigation. Changes: - Replace Card-based sidebar with horizontal TabsList/TabsTrigger components - Remove split-panel layout (sidebar + main panel) - Use TabsContent to wrap each tab's content - Import and use Tabs, TabsList, TabsTrigger, TabsContent from ui/Tabs - Add api-settings.json import to en/zh locale index files for i18n support Layout comparison: - Before: Vertical sidebar (lg:w-64) with Card + nav buttons - After: Horizontal tabs (TabsList) with tab triggers