Commit Graph

5 Commits

Author SHA1 Message Date
1bdaad1434 feat: 添加签到功能,更新相关路由和组件,集成日期选择器 2026-01-18 01:45:22 +07:00
4dd2a49c70 feat: add Empty component and language management
- Introduced a new Empty component for displaying no data states.
- Added language management functionality with support for loading saved languages.
- Updated App.vue to load saved language on mount.
- Modified components.d.ts to include new components and global variables.
- Updated pnpm-lock.yaml and pnpm-workspace.yaml to use the latest version of @capp/eden.
- Refactored home and service views to utilize the new data fetching logic with infinite scroll.
- Removed unused images and added new service banner.
- Enhanced signup functionality to include toast notifications on successful sign-in.
2026-01-18 01:00:03 +07:00
51719cd229 feat: 添加用户认证功能,优化登录和注册流程,集成表单验证和加载状态 2026-01-17 21:18:51 +07:00
7ec2522fa0 feat: update environment variables for development and production; add user store and authentication client
- Updated VITE_API_URL in .env.development to point to local server.
- Retained VITE_API_URL in .env.production for production use.
- Added user store for managing user profile and authentication state.
- Created authentication client for handling user login and token management.
- Introduced safeClient utility for making API requests with error handling.
- Updated various components and views to utilize new user store and authentication logic.
- Enhanced UI styles for better visual consistency across the application.
2026-01-17 17:23:38 +07:00
5b6477559f feat: init 2026-01-16 13:01:40 +07:00