feat(ui): add "analytics" tab to activeTabs and defaultSharedUIState
This commit is contained in:
@@ -5,7 +5,8 @@ export type ActiveTab =
|
|||||||
| "messages"
|
| "messages"
|
||||||
| "media"
|
| "media"
|
||||||
| "review"
|
| "review"
|
||||||
| "recordings";
|
| "recordings"
|
||||||
|
| "analytics";
|
||||||
|
|
||||||
export interface SharedUIState {
|
export interface SharedUIState {
|
||||||
selectedVoiceGuild: string;
|
selectedVoiceGuild: string;
|
||||||
@@ -27,6 +28,7 @@ const activeTabs: ActiveTab[] = [
|
|||||||
"media",
|
"media",
|
||||||
"review",
|
"review",
|
||||||
"recordings",
|
"recordings",
|
||||||
|
"analytics",
|
||||||
];
|
];
|
||||||
|
|
||||||
export const defaultSharedUIState: SharedUIState = {
|
export const defaultSharedUIState: SharedUIState = {
|
||||||
|
|||||||
Reference in New Issue
Block a user