|
|
75dd3ad994
|
滚动条样式更新
|
2025-12-24 13:32:52 +08:00 |
|
|
|
7fa84d0411
|
更新Company页面的UI为FUI风格
|
2025-12-24 13:26:12 +08:00 |
|
|
|
badc5865f4
|
更新Company页面的UI为FUI风格
|
2025-12-24 13:26:12 +08:00 |
|
|
|
629a9b6aa7
|
更新Company页面的UI为FUI风格
|
2025-12-24 13:21:06 +08:00 |
|
|
|
7b418700c8
|
更新Company页面的UI为FUI风格
|
2025-12-24 13:21:06 +08:00 |
|
|
|
e31e3e8c0e
|
更新Company页面的UI为FUI风格
|
2025-12-24 13:13:20 +08:00 |
|
|
|
1ed8c3e1ac
|
更新Company页面的UI为FUI风格
|
2025-12-24 13:13:20 +08:00 |
|
|
|
0a37a07025
|
更新Company页面的UI为FUI风格
|
2025-12-24 12:55:47 +08:00 |
|
|
|
272a6002bb
|
更新Company页面的UI为FUI风格
|
2025-12-24 12:55:47 +08:00 |
|
|
|
bfe4d1b7f9
|
更新Company页面的UI为FUI风格
|
2025-12-24 12:52:04 +08:00 |
|
|
|
9b969eb97e
|
更新Company页面的UI为FUI风格
|
2025-12-24 12:52:04 +08:00 |
|
|
|
099a81b15f
|
更新Company页面的UI为FUI风格
|
2025-12-24 12:47:34 +08:00 |
|
|
|
f7732c6465
|
更新Company页面的UI为FUI风格
|
2025-12-24 12:47:34 +08:00 |
|
zdl
|
8454c43c53
|
chore: 移除 ApexCharts 依赖
- 删除 apexcharts 和 react-apexcharts 包
- 所有图表已迁移到 ECharts,不再需要 ApexCharts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-24 12:07:38 +08:00 |
|
zdl
|
a2c5c8bb47
|
chore: 移除 ApexCharts 依赖
- 删除 apexcharts 和 react-apexcharts 包
- 所有图表已迁移到 ECharts,不再需要 ApexCharts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-24 12:07:38 +08:00 |
|
zdl
|
bd787b1d8b
|
refactor(TradingSimulation): 迁移 ApexCharts 图表到 ECharts
图表组件迁移:
- AssetTrendChart: 资产走势折线图 → ECharts 面积图
- AssetAllocationChart: 资产配置环形图 → ECharts 饼图
- PositionDistributionChart: 持仓分布饼图 → ECharts 饼图
- ProfitAnalysisChart: 盈亏分析柱状图 → ECharts 柱状图
删除的 ApexCharts 组件:
- src/components/Charts/LineChart.js
- src/components/Charts/BarChart.js
- src/components/Charts/PieChart.js
- src/components/Charts/DonutChart.js
技术改进:
- 统一使用 ECharts 作为通用图表库
- 新组件使用 TypeScript,类型安全
- 为后续移除 apexcharts 依赖做准备
|
2025-12-24 12:06:26 +08:00 |
|
zdl
|
292d3a007a
|
refactor(TradingSimulation): 迁移 ApexCharts 图表到 ECharts
图表组件迁移:
- AssetTrendChart: 资产走势折线图 → ECharts 面积图
- AssetAllocationChart: 资产配置环形图 → ECharts 饼图
- PositionDistributionChart: 持仓分布饼图 → ECharts 饼图
- ProfitAnalysisChart: 盈亏分析柱状图 → ECharts 柱状图
删除的 ApexCharts 组件:
- src/components/Charts/LineChart.js
- src/components/Charts/BarChart.js
- src/components/Charts/PieChart.js
- src/components/Charts/DonutChart.js
技术改进:
- 统一使用 ECharts 作为通用图表库
- 新组件使用 TypeScript,类型安全
- 为后续移除 apexcharts 依赖做准备
|
2025-12-24 12:06:26 +08:00 |
|
zdl
|
f88c4ed5ac
|
feat: 删除旧文件
|
2025-12-24 11:49:24 +08:00 |
|
zdl
|
a27065e613
|
feat: 删除旧文件
|
2025-12-24 11:49:24 +08:00 |
|
zdl
|
fd637e6c4b
|
chore: 删除未使用的 ApexCharts 模板组件和演示页面
删除的组件:
- src/components/Charts/BubbleChart.js
- src/components/Charts/LineBarChart.js
- src/components/Charts/PolarChart.js
- src/components/Charts/RadarChart.js
删除的模板演示页面:
- src/views/Pages/Charts.js
- src/views/Pages/Projects/General.js
- src/views/Pages/RTLPage.js
这些文件来自 Argon Dashboard Chakra PRO 模板,从未被路由引用或使用
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-24 11:28:11 +08:00 |
|
zdl
|
12fc63bef9
|
chore: 删除未使用的 ApexCharts 模板组件和演示页面
删除的组件:
- src/components/Charts/BubbleChart.js
- src/components/Charts/LineBarChart.js
- src/components/Charts/PolarChart.js
- src/components/Charts/RadarChart.js
删除的模板演示页面:
- src/views/Pages/Charts.js
- src/views/Pages/Projects/General.js
- src/views/Pages/RTLPage.js
这些文件来自 Argon Dashboard Chakra PRO 模板,从未被路由引用或使用
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-24 11:28:11 +08:00 |
|
zdl
|
70509a02c9
|
feat(HomePage): 已登录用户访问首页展示个人中心内容
- HomePage: 添加条件渲染,已登录时展示 Center 组件
- 重构 Center 目录结构,合并 Center.tsx 到 index.tsx
- 重命名 CenterDashboard 为 Center(lazy-components, homeRoutes)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-24 11:06:30 +08:00 |
|
zdl
|
ac76db09a2
|
feat(HomePage): 已登录用户访问首页展示个人中心内容
- HomePage: 添加条件渲染,已登录时展示 Center 组件
- 重构 Center 目录结构,合并 Center.tsx 到 index.tsx
- 重命名 CenterDashboard 为 Center(lazy-components, homeRoutes)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-24 11:06:30 +08:00 |
|
zdl
|
6461ea2ac7
|
feat(WatchSidebar): 面板 UI 优化,添加日均周涨展示
- WatchlistPanel: 添加 hideTitle 支持,新增日均/周涨 Badge 展示
- FollowingEventsPanel: 添加 hideTitle 支持,兼容 related_avg_chg 字段
- FollowingEventsMenu: 使用 FavoriteButton 替代文字按钮
- 统一卡片样式,与关注事件面板保持一致
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
9156da410d
|
feat(WatchSidebar): 面板 UI 优化,添加日均周涨展示
- WatchlistPanel: 添加 hideTitle 支持,新增日均/周涨 Badge 展示
- FollowingEventsPanel: 添加 hideTitle 支持,兼容 related_avg_chg 字段
- FollowingEventsMenu: 使用 FavoriteButton 替代文字按钮
- 统一卡片样式,与关注事件面板保持一致
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
53db569930
|
fix(GlobalSidebar): Popover 弹窗隐藏面板内部标题
- WatchlistPanel 和 FollowingEventsPanel 传入 hideTitle={true}
- 避免与 PopoverHeader 标题重复显示
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
073fba5c57
|
fix(GlobalSidebar): Popover 弹窗隐藏面板内部标题
- WatchlistPanel 和 FollowingEventsPanel 传入 hideTitle={true}
- 避免与 PopoverHeader 标题重复显示
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
c66c47ca89
|
refactor(events): 关注事件数据源统一到 Redux
- useFollowingEvents: 改用 Redux selector 获取关注事件
- GlobalSidebarContext: 移除本地 followingEvents 状态,使用 Redux
- 侧边栏和导航栏共享同一数据源,保持状态同步
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
06475f82a4
|
refactor(events): 关注事件数据源统一到 Redux
- useFollowingEvents: 改用 Redux selector 获取关注事件
- GlobalSidebarContext: 移除本地 followingEvents 状态,使用 Redux
- 侧边栏和导航栏共享同一数据源,保持状态同步
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
87e666df64
|
refactor(watchlist): 自选股数据源统一到 Redux
- stockSlice: 新增 loadWatchlistQuotes thunk 加载自选股行情
- useWatchlist: 改用 Redux selector 获取自选股数据
- WatchlistMenu: 使用 Redux 数据源,移除本地状态管理
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
b578504591
|
refactor(watchlist): 自选股数据源统一到 Redux
- stockSlice: 新增 loadWatchlistQuotes thunk 加载自选股行情
- useWatchlist: 改用 Redux selector 获取自选股数据
- WatchlistMenu: 使用 Redux 数据源,移除本地状态管理
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
649aefa97a
|
style(EventDetailModal): 优化弹窗 Tab 和关闭按钮样式
- Tab 颜色方案调整:全部=紫罗兰色,计划=金色,复盘=绿色,系统=蓝色
- 未选中态统一使用银白色主题
- 选中态增强高亮效果(boxShadow、更明显的边框)
- 标题颜色调整为 rgba(255,255,255,0.85)
- 关闭按钮增强可见性:添加背景色、固定尺寸、圆角
- 弹窗背景色与 /home/center 页面保持一致
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
60aa5c80a5
|
style(EventDetailModal): 优化弹窗 Tab 和关闭按钮样式
- Tab 颜色方案调整:全部=紫罗兰色,计划=金色,复盘=绿色,系统=蓝色
- 未选中态统一使用银白色主题
- 选中态增强高亮效果(boxShadow、更明显的边框)
- 标题颜色调整为 rgba(255,255,255,0.85)
- 关闭按钮增强可见性:添加背景色、固定尺寸、圆角
- 弹窗背景色与 /home/center 页面保持一致
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
2809048e6e
|
docs: 精简 CLAUDE.md 优化 Claude Code 性能
- 将文件从 61KB 精简到 5.5KB(减少 91%)
- 删除冗长的目录结构详解,改为表格速查
- 删除大量代码示例,保留核心概念
- 引用独立文档(TYPESCRIPT_MIGRATION.md)替代详细内容
- 保留技术栈、命令、目录结构、开发工作流等核心信息
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
zdl
|
a332d5571a
|
docs: 精简 CLAUDE.md 优化 Claude Code 性能
- 将文件从 61KB 精简到 5.5KB(减少 91%)
- 删除冗长的目录结构详解,改为表格速查
- 删除大量代码示例,保留核心概念
- 引用独立文档(TYPESCRIPT_MIGRATION.md)替代详细内容
- 保留技术栈、命令、目录结构、开发工作流等核心信息
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-23 20:17:57 +08:00 |
|
|
|
5e150ea6d5
|
更新Company页面的UI为FUI风格
|
2025-12-23 17:53:21 +08:00 |
|
|
|
1eb94cc213
|
更新Company页面的UI为FUI风格
|
2025-12-23 17:53:21 +08:00 |
|
zdl
|
12fa0d277c
|
Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock
* 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react:
更新Company页面的UI为FUI风格
更新Company页面的UI为FUI风格
|
2025-12-23 17:46:45 +08:00 |
|
zdl
|
e0e1e7e444
|
Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock
* 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react:
更新Company页面的UI为FUI风格
更新Company页面的UI为FUI风格
|
2025-12-23 17:46:45 +08:00 |
|
zdl
|
8f0b0aff4d
|
fix(Layout): 全局布局优化与 Mock 数据增强
|
2025-12-23 17:45:19 +08:00 |
|
zdl
|
f1ae48bd42
|
fix(Layout): 全局布局优化与 Mock 数据增强
|
2025-12-23 17:45:19 +08:00 |
|
zdl
|
7b98ecff16
|
style(Profile): 用户中心 UI 紧凑化与布局优化
|
2025-12-23 17:45:03 +08:00 |
|
zdl
|
602dcf8eee
|
style(Profile): 用户中心 UI 紧凑化与布局优化
|
2025-12-23 17:45:03 +08:00 |
|
zdl
|
aa59078f06
|
refactor(Concept): ConceptTimelineModal 迁移到 BaseCalendar
|
2025-12-23 17:44:48 +08:00 |
|
zdl
|
d9dbf65e7d
|
refactor(Concept): ConceptTimelineModal 迁移到 BaseCalendar
|
2025-12-23 17:44:48 +08:00 |
|
zdl
|
cdf8dbf019
|
refactor(Center): 重构投资规划中心日历与事件管理
|
2025-12-23 17:44:35 +08:00 |
|
zdl
|
12a57f2fa2
|
refactor(Center): 重构投资规划中心日历与事件管理
|
2025-12-23 17:44:35 +08:00 |
|
zdl
|
804d0957a1
|
feat(Calendar): 新增公共日历组件 BaseCalendar
|
2025-12-23 17:44:20 +08:00 |
|
zdl
|
39fb70a1eb
|
feat(Calendar): 新增公共日历组件 BaseCalendar
|
2025-12-23 17:44:20 +08:00 |
|
zdl
|
b1b4a344da
|
chore: 清理废弃的组件和样式文件
|
2025-12-23 17:44:06 +08:00 |
|