Commit Graph

66 Commits

Author SHA1 Message Date
7d11378436 feat(creator): 添加提现功能和账户设置,优化管理概览视图 2025-12-26 23:10:57 +08:00
107a95e57a feat(auth): 优化登录视图,调整手机号和验证码输入框样式,提升用户体验 2025-12-26 22:43:27 +08:00
4ba5f9e951 refactor: 调整通知视图的样式,优化标签和内容的排版,提升可读性 2025-12-26 22:30:11 +08:00
a6e737fdaf feat(portal): 更新主题视图,增加精选专题展示和响应式布局 2025-12-26 22:15:28 +08:00
83f725c0b2 feat(portal): 重构探索视图,增加筛选、排序和搜索功能,优化内容展示 2025-12-26 22:00:41 +08:00
29d35b3106 fix: 修复订单视图中的下拉选项错误,优化设置视图的布局和样式 2025-12-26 21:49:14 +08:00
d4716b979f feat(portal): add favorites and likes views; update user layout with new navigation links 2025-12-26 21:45:15 +08:00
7f8df6dad1 refactor: enhance HomeView layout and styling; improve PaymentView with new payment methods and QR code handling; clean up SecurityView by removing unused sections 2025-12-26 21:39:39 +08:00
d7ea411f25 feat(portal): redesign tenant home view with enhanced layout and interactive features 2025-12-26 19:24:40 +08:00
35b46386c7 feat(portal): enhance creator dashboard and order management with new layout and features 2025-12-26 19:10:40 +08:00
b40c529cd8 feat(portal): implement structural content detail page with opera specific features and paywall 2025-12-26 19:08:51 +08:00
8b75c80d1a feat(portal): refine channel settings page with single-column layout and improved tips 2025-12-26 19:01:56 +08:00
db72ce84da feat(portal): implement creator content management list with filters and status tracking 2025-12-26 18:33:55 +08:00
2232a46c9f feat(portal): completely refactor content publish page to structured form layout with multi-media support 2025-12-26 18:27:45 +08:00
6ad195b360 feat(portal): refine creator application page with simplified form and updated copy 2025-12-26 14:41:34 +08:00
eefcfc79a5 feat(portal): implement security settings page and register ConfirmationService 2025-12-26 14:09:57 +08:00
f8c312752e fix(portal): add tailwind @reference to ProfileView to fix build error 2025-12-26 11:46:06 +08:00
caaa8654b3 fix(portal): register ToastService to fix missing toast provider error 2025-12-26 11:45:57 +08:00
c2c9621e64 feat(portal): implement notification center with system message modal and interaction logic 2025-12-26 10:42:55 +08:00
6b71ac47d1 feat(portal): complete user center pages and refine interactive feedback 2025-12-26 10:25:26 +08:00
648e3f7c21 feat: 更新钱包页面,添加余额卡和交易明细功能 2025-12-26 09:42:51 +08:00
9ebb7e5452 feat: order page 2025-12-26 09:34:41 +08:00
15a5d94e83 fix: drop down menu issues 2025-12-26 09:21:58 +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
a4262b4a52 feat: 更新租户申请和管理页面的路由及布局信息 2025-12-25 23:57:40 +08:00
83e846f9dc feat: add pages 2025-12-25 23:52:41 +08:00
77453be40b feat: add pages 2025-12-25 17:40:40 +08:00
f27e9c5d30 fix: always show publish in topbar 2025-12-25 15:17:21 +08:00
83ff116ea5 feat: show publish action for tenant admins 2025-12-25 15:05:05 +08:00
4bf23e1f4a feat: tenant management api paths 2025-12-25 14:55:02 +08:00
20f9b3cf1f refactor: portal admin routes to management 2025-12-25 14:33:23 +08:00
6542c71ec0 feat: tenant content publish 2025-12-25 14:29:16 +08:00
03117b827b feat: portal tenant apply flow 2025-12-25 11:12:11 +08:00
81240fa0d1 feat: 添加布局顶部栏的登录和注册链接样式 2025-12-25 10:29:26 +08:00
0c7d4ef0ea feat: portal auth login and password reset 2025-12-25 09:58:34 +08:00
48db4a045c feat: 添加用户头像和名称显示功能到顶部栏 2025-12-25 09:26:21 +08:00
2a3e951acb feat: 实现登录功能,包括用户名和密码输入、表单验证及错误处理 2025-12-24 23:09:14 +08:00
21cbb60480 feat: 添加用户会话管理功能,包括登录状态、用户名计算和会话初始化 2025-12-24 23:06:45 +08:00
365427c851 init portal 2025-12-24 22:49:39 +08:00
91fd3c4ac2 remove portal 2025-12-24 22:49:02 +08:00
7a03ba3a00 init portal 2025-12-24 21:45:12 +08:00
87f569cc6a feat: add tenant admin invite management, ledger overview, order details, and order management features
- Implemented Invite management with creation, searching, and disabling functionalities.
- Added Ledger overview for financial transactions with filtering options.
- Developed Order Detail view for individual order insights and refund capabilities.
- Created Orders management page with search, reset, and pagination features.
- Enhanced user experience with toast notifications for actions and error handling.
2025-12-24 19:41:44 +08:00
1d0b38bbb7 init tenant_admin 2025-12-24 17:08:09 +08:00
d60c1e9312 feat: add content management feature for superadmin
- Implemented API endpoint for fetching content list with filtering, sorting, and pagination.
- Added DTOs for content items and tenant information.
- Created frontend components for content management, including search and data table functionalities.
- Updated routing to include content management page.
- Enhanced the superadmin menu to navigate to the new content management section.
- Included necessary styles and scripts for the new content management interface.
2025-12-24 16:24:50 +08:00
568f5cda43 feat: add tenant content management features for superadmin
- Implemented API endpoints for listing tenant contents and updating content status.
- Added Swagger documentation for new endpoints:
  - GET /super/v1/tenants/{tenantID}/contents
  - PATCH /super/v1/tenants/{tenantID}/contents/{contentID}/status
- Created DTOs for content item and status update form.
- Enhanced frontend to support content management in the tenant detail page.
- Added search and filter functionalities for tenant contents.
- Implemented unpublish functionality with confirmation dialog.
- Updated service layer to handle new content management logic.
2025-12-24 16:10:07 +08:00
8fa321dbf6 feat: add TenantDetail and UserDetail views with comprehensive functionality
- Implemented TenantDetail.vue to display tenant information, manage tenant status, and handle tenant renewals.
- Added user management features in UserDetail.vue, including user status updates and role management.
- Integrated data loading for tenant users and orders in TenantDetail.vue.
- Included search and pagination functionalities for owned and joined tenants in UserDetail.vue.
- Enhanced user experience with toast notifications for success and error messages.
2025-12-24 15:10:49 +08:00
1e1132718c feat: 添加订单详情和退款功能,更新用户角色管理,增强超级管理员鉴权 2025-12-24 09:48:31 +08:00
fcbc6bd394 feat: 添加订单管理功能,支持跨租户分页查询,优化订单列表展示及查询条件 2025-12-24 09:30:12 +08:00
3e8a02d549 feat: 添加用户租户管理功能,优化用户列表和租户信息展示,增强查询过滤条件 2025-12-24 00:02:44 +08:00
26e4279f1e feat: 更新租户和订单相关功能,添加租户成员列表接口,优化数据处理和前端展示 2025-12-23 23:38:05 +08:00