xiaoxia
|
a728951490
|
style: prettier格式化修复css文件格式 (#544)
CI/CD Pipeline / Check if frontend-only change (push) Has been skipped
CI/CD Pipeline / Frontend Unit Tests (push) Failing after 41s
CI/CD Pipeline / Frontend Lint (push) Successful in 1m11s
CI/CD Pipeline / Unit Tests (push) Successful in 4m11s
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 4m47s
CI/CD Pipeline / Integration Tests (push) Successful in 1m57s
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Has been skipped
CI Build & Deploy Pipeline / Build Staging API Image (push) Successful in 7m24s
CI Build & Deploy Pipeline / Build Staging Web Image (push) Failing after 7m27s
CI Build & Deploy Pipeline / Build Staging Worker Image (push) Successful in 9m42s
CI Build & Deploy Pipeline / Build Production API Image (push) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (push) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (push) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (push) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (push) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (push) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (push) Has been skipped
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com>
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com>
|
2026-07-18 23:08:15 +08:00 |
|
xiaoxia
|
0fcb77b991
|
ci: Prettier纳入两层防御体系 (#520)
CI/CD Pipeline / Check if frontend-only change (push) Has been skipped
CI/CD Pipeline / Frontend Lint (push) Successful in 1m6s
CI Build & Deploy Pipeline / Build Staging Web Image (push) Successful in 1m49s
CI Build & Deploy Pipeline / Build Production API Image (push) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (push) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (push) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (push) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Validate Code Quality And Tests (push) Successful in 3m1s
CI/CD Pipeline / Unit Tests (push) Successful in 3m20s
CI/CD Pipeline / Integration Tests (push) Successful in 1m29s
CI Build & Deploy Pipeline / Build Staging API Image (push) Successful in 7m4s
CI Build & Deploy Pipeline / Build Staging Worker Image (push) Successful in 7m54s
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (push) Successful in 45s
CI Build & Deploy Pipeline / Staging E2E Tests (push) Failing after 2m50s
CI Build & Deploy Pipeline / Staging API Integration Tests (push) Successful in 3m28s
Co-authored-by: xiaoxia <dev@xiaoxiajianji.com>
Co-committed-by: xiaoxia <dev@xiaoxiajianji.com>
|
2026-07-18 18:08:19 +08:00 |
|
灵应
|
7462f8d42c
|
fix: 禁用 prefers-color-scheme 自动暗色切换,强制浅色主题
CI/CD Pipeline / Build Production Runtime Images (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
CI/CD Pipeline / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Staging E2E Tests (push) Failing after 74h3m41s
CI/CD Pipeline / Deploy Staging (push) Failing after 74h5m24s
CI/CD Pipeline / Frontend Lint (push) Failing after 74h6m0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 74h6m47s
V21 UI 仅适配浅色主题,暗色主题未完整适配。
删除 @media (prefers-color-scheme: dark) 整个块,
保留 .dark 类 / data-theme="dark" 手动切换机制。
Fixes: 系统暗色模式用户看到文字看不清的问题
|
2026-07-06 10:47:43 +08:00 |
|
灵应
|
24f1e47bf5
|
feat: P0-1 全局CSS变量体系对齐 — radius变量+硬编码清理
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Staging E2E Tests (push) Failing after 88h31m2s
Deploy / Deploy Staging (push) Failing after 88h33m31s
CI/CD Pipeline / Frontend Lint (push) Failing after 88h33m40s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 88h33m40s
- global.css: radius变量对齐V21 (xs=8, sm=14, md=18, lg=24, xl=28, pill=999)
- main.tsx: Ant Design ConfigProvider borderRadius同步 (14/24/8)
- 全项目19个CSS文件硬编码圆角值替换为CSS变量
- 重点页面: generate/home/Admin/voice-clone/accounts/duplication
- auth页面: Login/Register/ForgotPassword/ResetPassword
- 组件: clone-modal/clone-voice-modal
- 其他: Plans/UpgradeSubscription/MyTemplates/ProfileSettings/index.css
- tsc零错误
|
2026-07-05 20:19:27 +08:00 |
|
CI Test
|
f0eed0ca3f
|
style: fix prettier formatting issues
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 192h26m58s
CI/CD Pipeline / Frontend Lint (push) Failing after 192h27m37s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 192h27m46s
|
2026-07-01 12:26:48 +08:00 |
|
灵应
|
28cb8dd6ae
|
fix(ui): 添加文档规范的 CSS 变量别名
CI/CD Pipeline / Validate Code Quality And Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Lint (push) Has been cancelled
Deploy / Deploy Staging (push) Has been cancelled
Deploy / Build Production Runtime Images (push) Has been cancelled
Deploy / Deploy Production (push) Has been cancelled
Deploy / Production Browser E2E (push) Has been cancelled
|
2026-06-30 22:43:13 +08:00 |
|
CI Bot
|
6a1cf31aff
|
feat(ui): 统一设计系统 CSS 变量
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 208h0m40s
CI/CD Pipeline / Frontend Lint (push) Failing after 208h1m7s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 208h1m16s
- 扩展 global.css 为完整 V21 设计系统变量集(14 大分类)
- 主色 Indigo / 辅色 Emerald / 强调色 Amber 完整色阶
- 状态色(success/warning/error/info)含 hover/soft/border
- 中性色灰阶 50-950
- 文字色层级(primary/secondary/tertiary/disabled/inverse/link)
- 背景色(primary/secondary/tertiary/elevated/overlay/glass)
- 间距系统 0-4xl
- 字体系统(family/size/weight/line-height/letter-spacing)
- 圆角 none-full(V21 大圆角风格)
- 阴影系统 xs-xl + card/hover/primary/glass
- 过渡动画(duration presets + composite + easing curves)
- 响应式断点记录
- z-index 层级规范
- 深色主题(.dark 类 + data-theme 属性 + prefers-color-scheme 媒体查询)
- 兼容别名映射旧变量名 → 标准名(--slate/--muted/--indigo 等)
- 所有现有组件样式完整保留
命名规范:--{类别}-{语义}-{层级}
验收:type-check ✓ | build ✓
|
2026-06-30 20:53:12 +08:00 |
|
xiaoxia
|
560856cf22
|
fix: resolve all flake8 errors and apply Prettier formatting (#131)
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 210h26m26s
CI/CD Pipeline / Frontend Lint (push) Failing after 210h27m0s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 210h27m7s
|
2026-06-30 18:26:53 +08:00 |
|
CI Test
|
ac5324d860
|
feat: 全面对齐 V21 设计系统 - Indigo主色/大圆角/毛玻璃/渐变背景
|
2026-06-26 21:16:21 +08:00 |
|
Xiaoxia AI
|
edeab83f17
|
fix: connect API to tracker.db via SQLite repository
|
2026-06-17 13:21:38 +08:00 |
|