refactor(admin-reports, i18n): remove rebate commission report and enhance localization
Removed the `getAdminReportRebateCommission` function and its references from the admin reports API and localization files. Updated CSS for improved money display handling in admin components. Enhanced localization support by adding new finance and support workspace entries in English, Nepali, and Chinese, improving user experience across the application.
This commit is contained in:
@@ -7,7 +7,6 @@ import type {
|
||||
AdminReportPlayDimensionRow,
|
||||
AdminReportPlayerWinLossRow,
|
||||
AdminReportQueryParams,
|
||||
AdminReportRebateCommissionRow,
|
||||
} from "@/types/api/admin-reports";
|
||||
|
||||
const A = `/admin`;
|
||||
@@ -35,11 +34,3 @@ export async function getAdminReportPlayDimension(
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
export async function getAdminReportRebateCommission(
|
||||
params: AdminReportQueryParams,
|
||||
): Promise<AdminReportListData<AdminReportRebateCommissionRow>> {
|
||||
return adminRequest.get<AdminReportListData<AdminReportRebateCommissionRow>>(`${A}/reports/rebate-commission`, {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user