fix(export): improve progress visibility and hard-stop control

This commit is contained in:
tisonhuang
2026-03-02 18:37:52 +08:00
parent ac481c6b18
commit ce683a539d
7 changed files with 411 additions and 102 deletions

View File

@@ -351,7 +351,10 @@ export interface ElectronAPI {
}>
error?: string
}>
getGroupMembersPanelData: (chatroomId: string, forceRefresh?: boolean) => Promise<{
getGroupMembersPanelData: (
chatroomId: string,
options?: { forceRefresh?: boolean; includeMessageCounts?: boolean }
) => Promise<{
success: boolean
data?: Array<{
username: string