Commit Graph

7 Commits

Author SHA1 Message Date
cde4fb8594 feat: switch to global auth and tenant route prefix 2026-01-26 18:04:05 +08:00
79146434a8 chore: remove wechat remnants 2026-01-17 21:06:02 +08:00
3bcee7efc2 chore: update auth and portal 2026-01-14 11:29:17 +08:00
3e095c57f3 feat: tenant-scoped routing and portal navigation 2026-01-08 21:30:46 +08:00
cf29a2bf1a feat(auth): implement OTP login flow with toast notifications
feat(content): enhance detail view with dynamic content and comments
feat(order): add polling for payment status in the payment view
feat(user): update dashboard to display wallet and recent orders
feat(user): improve orders view with dynamic order fetching and status mapping
feat(api): create API modules for auth, content, order, user, and common functionalities
refactor(request): implement a centralized request utility for API calls
2025-12-30 21:15:13 +08:00
107a95e57a feat(auth): 优化登录视图,调整手机号和验证码输入框样式,提升用户体验 2025-12-26 22:43:27 +08:00
bcbd3327ea feat: add initial styling and layout for portal views
- Created a global CSS file for consistent styling across the application.
- Implemented the Explore, Home, Topics, and various user views with responsive design.
- Added a Login view with OTP functionality and a Checkout view for order processing.
- Developed a NotFound view for handling 404 errors.
- Established a configuration file for Vite with Tailwind CSS integration.
2025-12-26 09:18:41 +08:00