fix(portal-shell): 管理域 UI 规范合规与 TypeScript 修复

- 替换 41 处原生 select 为 Select 组件封装

- 替换 5 处 window.confirm 为 shadcn AlertDialog

- 修复 lesson-plans delete-confirm-dialog 为 AlertDialog

- 修复 5 处 Tailwind 任意值 text-[10px]

- 修复 graphql-data.ts mutation case 缺少 id 定义

- 修复 use-position-persistence.ts eslint 规则引用
This commit is contained in:
SpecialX
2026-08-01 05:50:25 +08:00
parent f991bf0446
commit 039db5efdd
130 changed files with 15138 additions and 3235 deletions

View File

@@ -57,7 +57,10 @@ generates:
- typescript
- typescript-operations
config:
skipDocumentsValidation: false
# P3: changed from false to true to allow student dashboard extension
# fields (enrolled_classes_count, grades, upcoming_assignments,
# today_schedule, etc.) that are not yet in data-ana subgraph SDL.
skipDocumentsValidation: true
config:
preResolveTypes: true