Commit Graph

10 Commits

Author SHA1 Message Date
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
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
8bdea03583 feat: 更新默认布局,替换图标并调整底部导航栏高度;优化产品页面和个人资料页面的样式 2026-01-17 02:57:08 +07:00
396ec713c3 feat: 添加个人资料页面,更新服务和产品页面,优化图标和样式 2026-01-17 02:23:38 +07:00
d59995e522 feat: 更新图标,替换视频图标为钱包图标 2026-01-16 22:37:27 +07:00
82b194ed8d feat: 添加首页横幅图片,更新页面样式和内容 2026-01-16 22:02:30 +07:00
c0e7102d9b feat: 更新首页,添加公告和新闻列表,优化样式和交互效果 2026-01-16 17:32:58 +07:00
f045810dd4 feat: 更新登录和注册页面,添加表单验证和样式 2026-01-16 15:29:10 +07:00
c74a3dd930 feat: 添加后退按钮组件并更新认证路由和视图 2026-01-16 13:20:59 +07:00
5b6477559f feat: init 2026-01-16 13:01:40 +07:00