Commit Graph

10 Commits

Author SHA1 Message Date
liguang
b3525aee7d refactor(usermanagement): 优化用户管理模块的类型定义和数据处理
- 为 adminActions、guestActions、problemActions 和 teacherActions 文件中的函数添加了明确的类型注解
- 更新了函数参数和返回值的类型,提高了代码的可读性和可维护性
- 在相关页面组件中添加了类型注解,明确了数据结构
- 移除了未使用的 Separator 组件导入
2025-06-20 20:26:28 +08:00
liguang
6df1f64376 refactor(layout): 重构侧边栏和用户导航组件
- 更新了 AppSidebar、NavMain 和 NavUser 组件的结构和样式
- 添加了新的导航项和图标
- 调整了用户信息的展示方式
- 优化了侧边栏的布局和样式
2025-06-17 13:44:42 +08:00
941f1a74fa feat: replace dockview with flexlayout-react 2025-06-13 14:03:17 +08:00
e42aa935be chore(tailwind): update config with features path and animate import 2025-05-05 09:23:55 +08:00
31441aed89 chore(tailwind): include lib directory in content paths 2025-04-11 17:27:42 +08:00
93b5a68426 chore(config): update Tailwind content paths to include hooks and remove pages 2025-04-11 09:46:11 +08:00
047cd04ea3 feat(components/ui): add Accordion component from shadcn/ui 2025-03-17 20:21:20 +08:00
09ef2bf22a feat(components/ui): add Sidebar-13 component from shadcn/ui 2025-03-03 14:51:13 +08:00
f7261ede2c chore: initialize shadcn/ui 2025-02-19 09:07:30 +08:00
19f5e6af2a chore: initialize the project 2025-02-19 09:00:15 +08:00