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.
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"quyun/v2/app/http/tenant_join"
|
||||
"quyun/v2/app/http/tenant_media"
|
||||
"quyun/v2/app/http/tenant_public"
|
||||
"quyun/v2/app/http/web"
|
||||
"quyun/v2/app/jobs"
|
||||
"quyun/v2/app/middlewares"
|
||||
"quyun/v2/app/services"
|
||||
@@ -60,7 +61,7 @@ func Command() atom.Option {
|
||||
tenant_public.Provide,
|
||||
tenant_media.Provide,
|
||||
// {Provider: api.Provide},
|
||||
// {Provider: web.Provide},
|
||||
web.Provide,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user