Commit Graph

9 Commits

Author SHA1 Message Date
dc95e1ec60 feat(query): integrate @tanstack/react-query for improved data fetching and state management 2026-03-02 12:52:22 +08:00
fcd914b3c2 feat(auth): refactor authentication flow and add login route
- Updated import path for QueryLoginBrowser in query.ts
- Enhanced AuthProvider to allow open links without requiring login
- Added clearMe function to reset user state and redirect to login
- Introduced BaseHeader component for consistent header layout
- Created LoginComponent to handle login success events
- Added App component to manage login state and navigation
- Defined new login route in routeTree and integrated with the application
2026-02-24 17:25:45 +08:00
c1df9eb5d4 fix(auth): update token validation method in layout store 2026-02-24 04:32:25 +08:00
3630144fb1 feat: update dependencies and enhance authentication flow with context hooks 2026-02-22 04:28:26 +08:00
abe6c8b71c fix 2026-02-18 05:32:21 +08:00
9ea7ee18a9 更新 @kevisual/router 和 @kevisual/query 依赖版本,调整 query.ts 中的导入和实例化 2026-02-18 05:30:37 +08:00
1ffb3cabaa update 2026-02-18 00:46:02 +08:00
aadf2acebe 更新项目结构,添加 demo 页面及相关状态管理;修改路由配置,更新依赖项,重构部分代码 2026-02-09 00:21:44 +08:00
f2b850a9ea temp 2025-03-26 22:48:22 +08:00