feat(admin-dashboard): add full result drilldown modals

This commit is contained in:
2026-06-15 17:35:45 +03:30
parent 6ba8f6ec8b
commit 268dd26d9a
2 changed files with 137 additions and 6 deletions

View File

@@ -760,6 +760,7 @@ export interface AnalyticsPointSchema {
}
export interface AnalyticsPointGroupSchema {
items: AnalyticsPointSchema[];
top_items: AnalyticsPointSchema[];
other_count: number;
total_count: number;
@@ -797,6 +798,7 @@ export interface AnalyticsPostPopularitySchema {
}
export interface AnalyticsPostPopularityGroupSchema {
items: AnalyticsPostPopularitySchema[];
top_items: AnalyticsPostPopularitySchema[];
other_count: number;
total_count: number;