|
|
a41a077559
|
添加用户的看多/看空逻辑
|
2025-12-25 13:59:35 +08:00 |
|
|
|
08850249e7
|
添加用户的看多/看空逻辑
|
2025-12-25 13:59:35 +08:00 |
|
|
|
85d6a4a4bc
|
添加用户的看多/看空逻辑
|
2025-12-25 13:54:56 +08:00 |
|
|
|
e92c4eb724
|
添加用户的看多/看空逻辑
|
2025-12-25 13:54:56 +08:00 |
|
|
|
a61f0600b3
|
添加用户的看多/看空逻辑
|
2025-12-25 13:40:11 +08:00 |
|
|
|
ed75f1789e
|
添加用户的看多/看空逻辑
|
2025-12-25 13:40:11 +08:00 |
|
|
|
2e54a42fa9
|
添加用户的看多/看空逻辑
|
2025-12-25 13:25:52 +08:00 |
|
|
|
448fe52431
|
添加用户的看多/看空逻辑
|
2025-12-25 13:25:52 +08:00 |
|
|
|
a83424fb09
|
Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock
|
2025-12-25 13:16:01 +08:00 |
|
|
|
b0ae9c9f81
|
Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock
|
2025-12-25 13:16:01 +08:00 |
|
|
|
3bfe500c69
|
事件标记线bug修复
|
2025-12-25 13:15:57 +08:00 |
|
|
|
bcafafe34c
|
事件标记线bug修复
|
2025-12-25 13:15:57 +08:00 |
|
zdl
|
f691c88d3d
|
style(GlobalSidebar): 优化收起状态文字样式
- 字体大小从 10px 调整为 xs (12px)
- 文字亮度从 0.5/0.6 提升到 0.8/0.85
- 添加 fontWeight="medium" 加粗显示
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:05:26 +08:00 |
|
zdl
|
f02795d960
|
style(GlobalSidebar): 优化收起状态文字样式
- 字体大小从 10px 调整为 xs (12px)
- 文字亮度从 0.5/0.6 提升到 0.8/0.85
- 添加 fontWeight="medium" 加粗显示
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:05:26 +08:00 |
|
zdl
|
c323fd9812
|
refactor(layout): 统一 z-index 配置
- layoutConfig.js: 添加 Z_INDEX.FOOTER (1000,与 NAVBAR 同级)
- HomeNavbar.js: zIndex 从硬编码 1000 改为 Z_INDEX.NAVBAR
- AppFooter.js: 添加 zIndex={Z_INDEX.FOOTER}
导航栏和页脚的 z-index 现在统一在 layoutConfig.js 中配置。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:01:49 +08:00 |
|
zdl
|
b32e3535f5
|
refactor(layout): 统一 z-index 配置
- layoutConfig.js: 添加 Z_INDEX.FOOTER (1000,与 NAVBAR 同级)
- HomeNavbar.js: zIndex 从硬编码 1000 改为 Z_INDEX.NAVBAR
- AppFooter.js: 添加 zIndex={Z_INDEX.FOOTER}
导航栏和页脚的 z-index 现在统一在 layoutConfig.js 中配置。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:01:49 +08:00 |
|
zdl
|
f01c106241
|
refactor(layout): 统一布局边距配置,改用百分比
- layoutConfig.js: LAYOUT_PADDING.x 改为 { base: 4, md: 6, lg: '12%' }
- HomeNavbar.js: 导入 LAYOUT_PADDING,替换硬编码边距
- AppFooter.js: 导入 LAYOUT_PADDING,替换硬编码边距
现在导航栏、内容区、页脚统一使用 LAYOUT_PADDING.x 配置,
修改边距只需调整 layoutConfig.js 一处即可全局生效。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
54c8ec3660
|
refactor(layout): 统一布局边距配置,改用百分比
- layoutConfig.js: LAYOUT_PADDING.x 改为 { base: 4, md: 6, lg: '12%' }
- HomeNavbar.js: 导入 LAYOUT_PADDING,替换硬编码边距
- AppFooter.js: 导入 LAYOUT_PADDING,替换硬编码边距
现在导航栏、内容区、页脚统一使用 LAYOUT_PADDING.x 配置,
修改边距只需调整 layoutConfig.js 一处即可全局生效。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
cab01c2cbc
|
refactor(icons): 迁移公共模块图标到 lucide-react
- constants/importanceLevels.js: 重要性等级图标
- constants/notificationTypes.js: 通知类型图标
- contexts/NotificationContext.js: 通知上下文图标
- layouts/components/BackToTopButton.js: 返回顶部按钮
- utils/priceFormatters.js: 价格格式化图标
- variables/general.js: 通用变量图标
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
ccbef35cf3
|
refactor(icons): 迁移公共模块图标到 lucide-react
- constants/importanceLevels.js: 重要性等级图标
- constants/notificationTypes.js: 通知类型图标
- contexts/NotificationContext.js: 通知上下文图标
- layouts/components/BackToTopButton.js: 返回顶部按钮
- utils/priceFormatters.js: 价格格式化图标
- variables/general.js: 通用变量图标
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
2207a680b5
|
refactor(icons): 迁移其他 views 目录图标到 lucide-react
- views/Center, views/Community, views/DataBrowser 等
- views/EventDetail, views/LimitAnalyse, views/StockOverview
- views/TradingSimulation, views/Pages, views/Authentication
- views/Profile, views/Settings
- 处理 Tag/TagIcon 命名冲突
- 涉及 52 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
c820cfa804
|
refactor(icons): 迁移其他 views 目录图标到 lucide-react
- views/Center, views/Community, views/DataBrowser 等
- views/EventDetail, views/LimitAnalyse, views/StockOverview
- views/TradingSimulation, views/Pages, views/Authentication
- views/Profile, views/Settings
- 处理 Tag/TagIcon 命名冲突
- 涉及 52 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
d6cf776530
|
refactor(icons): 迁移 views/Concept 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- 处理 Box/BoxIcon 命名冲突
- 涉及 6 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
d4e671428d
|
refactor(icons): 迁移 views/Concept 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- 处理 Box/BoxIcon 命名冲突
- 涉及 6 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
be6e080710
|
refactor(icons): 迁移 views/Company 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- IconType → LucideIcon 类型替换
- 涉及 50 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
29f6701de3
|
refactor(icons): 迁移 views/Company 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- IconType → LucideIcon 类型替换
- 涉及 50 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:41 +08:00 |
|
zdl
|
6f5c6c933e
|
refactor(icons): 迁移 components 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- 涉及 49 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
b2100d6f75
|
refactor(icons): 迁移 components 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react
- react-icons → lucide-react
- 涉及 49 个组件文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
33e9a10524
|
fix(eslint): 修复本地规则导出格式
eslint-plugin-local-rules 需要直接导出规则对象,
而非包裹在 { rules: {...} } 中
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
5b05ae17c9
|
fix(eslint): 修复本地规则导出格式
eslint-plugin-local-rules 需要直接导出规则对象,
而非包裹在 { rules: {...} } 中
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
80b3876f10
|
fix(eslint): 修复插件冲突和本地规则加载问题
- 移除重复的 @typescript-eslint 插件声明(react-app 已包含)
- 重命名 eslint-rules → eslint-local-rules(符合插件约定)
- 简化 TypeScript overrides,仅保留规则覆盖
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
5a4e6d2a03
|
fix(eslint): 修复插件冲突和本地规则加载问题
- 移除重复的 @typescript-eslint 插件声明(react-app 已包含)
- 重命名 eslint-rules → eslint-local-rules(符合插件约定)
- 简化 TypeScript overrides,仅保留规则覆盖
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
3a63702a8c
|
feat(Company): 优化主题系统,添加颜色工具函数和 ESLint 规则
- 新增 colorUtils.ts:提供 alpha()、hex()、fui.* 语义化颜色 API
- 新增 chartTheme:统一图表主题配置(坐标轴、tooltip、渐变等)
- 扩展 FUI_COLORS.line:完整的透明度级别(0.03-0.8)
- 新增 ESLint 规则:检测硬编码金色值(rgba/hex),warning 级别
- 迁移 chartOptions.ts:~15 处硬编码值改用工具函数
- 迁移 shared/styles.ts:~8 处硬编码值改用工具函数
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
7f4f9e4032
|
feat(Company): 优化主题系统,添加颜色工具函数和 ESLint 规则
- 新增 colorUtils.ts:提供 alpha()、hex()、fui.* 语义化颜色 API
- 新增 chartTheme:统一图表主题配置(坐标轴、tooltip、渐变等)
- 扩展 FUI_COLORS.line:完整的透明度级别(0.03-0.8)
- 新增 ESLint 规则:检测硬编码金色值(rgba/hex),warning 级别
- 迁移 chartOptions.ts:~15 处硬编码值改用工具函数
- 迁移 shared/styles.ts:~8 处硬编码值改用工具函数
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
6be2689b2e
|
chore: 清理未使用的样式文件
- 删除 FontAwesome v4 兼容文件 (v4-shims, v4-font-face)
- 删除 soft-ui-dashboard CSS 文件
- 删除 soft-design-system-pro CSS 和 SCSS 目录
- 删除 _shims.scss
这些文件在业务代码中没有任何引用,属于历史遗留文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
zdl
|
fc13666ff0
|
chore: 清理未使用的样式文件
- 删除 FontAwesome v4 兼容文件 (v4-shims, v4-font-face)
- 删除 soft-ui-dashboard CSS 文件
- 删除 soft-design-system-pro CSS 和 SCSS 目录
- 删除 _shims.scss
这些文件在业务代码中没有任何引用,属于历史遗留文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-12-25 13:00:40 +08:00 |
|
|
|
ec407f8d50
|
事件标记线bug修复
|
2025-12-25 11:52:05 +08:00 |
|
|
|
57cd0aa8ec
|
事件标记线bug修复
|
2025-12-25 11:52:05 +08:00 |
|
|
|
c48b254ff7
|
事件标记线bug修复
|
2025-12-25 11:46:09 +08:00 |
|
|
|
3916055f85
|
事件标记线bug修复
|
2025-12-25 11:46:09 +08:00 |
|
|
|
7be7e13e69
|
事件标记线bug修复
|
2025-12-25 11:44:01 +08:00 |
|
|
|
f8688159e0
|
事件标记线bug修复
|
2025-12-25 11:44:01 +08:00 |
|
|
|
569cffea0f
|
事件标记线bug修复
|
2025-12-25 11:39:56 +08:00 |
|
|
|
a34542ad01
|
事件标记线bug修复
|
2025-12-25 11:39:56 +08:00 |
|
|
|
e5ea5c3aa5
|
事件标记线bug修复
|
2025-12-25 10:04:26 +08:00 |
|
|
|
87b3a28c0e
|
事件标记线bug修复
|
2025-12-25 10:04:26 +08:00 |
|
|
|
3a6be48332
|
Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock
|
2025-12-24 18:39:54 +08:00 |
|
|
|
506008a7ae
|
Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock
|
2025-12-24 18:39:54 +08:00 |
|
|
|
8462897027
|
滚动条样式更新
|
2025-12-24 18:39:48 +08:00 |
|
|
|
c98928f703
|
滚动条样式更新
|
2025-12-24 18:39:48 +08:00 |
|