Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 3a6cba4

Browse files
committed
feat(admin): redesign /ai, /analyze, /markdown with decomposed blocks
- AI tasks: split monolithic surfaces into TaskListPane, TaskTimeline, TaskLogsBlock, TaskFilterChips, CollapsibleSection - Analyze: extract page into blocks/ (metrics, content, composition, trend, paths, rank, activity, records, actions); add recharts-backed chart primitives - Markdown: split into export/ and import/ panels with new MarkdownViewTabs - Drop legacy /extra-features placeholder views; redirect old paths to flat routes - i18n: add zh/en strings for AI logs, timeline, metadata, analyze time range
1 parent 1c23798 commit 3a6cba4

57 files changed

Lines changed: 4354 additions & 2524 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/admin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"es-toolkit": "1.45.1",
7777
"event-source-polyfill": "1.0.31",
7878
"fuse.js": "7.1.0",
79+
"jotai": "2.20.0",
7980
"js-cookie": "3.0.5",
8081
"js-yaml": "4.1.1",
8182
"json5": "2.2.3",
@@ -92,11 +93,11 @@
9293
"path-browserify": "1.0.1",
9394
"qier-progress": "1.0.4",
9495
"qs": "6.15.0",
95-
"jotai": "2.20.0",
9696
"react": "19.2.4",
9797
"react-dom": "19.2.4",
9898
"react-resizable-panels": "4.11.1",
9999
"react-router": "7.15.1",
100+
"recharts": "3.8.1",
100101
"shiki": "3.21.0",
101102
"socket.io-client": "4.8.3",
102103
"sonner": "2.0.7",

0 commit comments

Comments
 (0)