feat: expand activeTab options in SharedUIState to include messages, media, and review
This commit is contained in:
@@ -9,7 +9,7 @@ export interface SharedUIState {
|
||||
selectedVoiceChannel: string;
|
||||
selectedTextGuild: string;
|
||||
selectedTextChannel: string;
|
||||
activeTab: "voice" | "text";
|
||||
activeTab: "voice" | "messages" | "media" | "review";
|
||||
isListening: boolean;
|
||||
isStreaming: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user