Improve disconnection/reconnection UX

This commit is contained in:
Dermot Duffy
2022-06-23 05:08:53 +00:00
parent 839d4f3f8a
commit fff6d7ecad
8 changed files with 75 additions and 21 deletions
+1
View File
@@ -1193,6 +1193,7 @@ export interface Message {
type: 'error' | 'info';
icon?: string;
context?: unknown;
dotdotdot?: boolean;
}
export interface StateParameters {