Commit graph

4 commits

Author SHA1 Message Date
MengXi
d0986d4208
refactor(ui): consolidate UI components under src/components/ui/ (#943)
* refactor(ui): consolidate UI components under src/components/ui/

Move base-ui components from src/components/base-ui/ to
src/components/ui/base-ui/, remove replaced shadcn components,
add new slider and tree components, drop unused Radix UI deps,
and update all import paths across the codebase.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: pnpm lock

* fix: deduplicate zod versions (4.3.4 → 4.3.6) to resolve type mismatch

Monorepo packages (@read-frog/definitions, @read-frog/api-contract) require
zod@4.3.6 while root had ^4.3.4, causing dual-version type incompatibility
in storage-adapter usage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 22:21:03 -08:00
Yuyang Liu
e45666685f
feat: implement multi-API translation feature (#875)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: ananaBMaster <68643891+ananaBMaster@users.noreply.github.com>
2026-01-22 22:43:57 -08:00
Zhanghao
c53e9318e0
feat: supports google drive configuration synchronization (#726)
Co-authored-by: MengXi <z1219202167@outlook.com>
Co-authored-by: ananaBMaster <68643891+ananaBMaster@users.noreply.github.com>
2025-12-06 14:24:41 -08:00
taiiiyang
49b33ccf69
refactor: migrate from @read-frog/ui package to internal @/ui (#713)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: MengXi <z1219202167@outlook.com>
2025-11-18 21:11:27 -08:00