feat: add mobile refresh control

This commit is contained in:
Federico Jaramillo Martinez
2026-05-23 21:18:22 +02:00
parent 1546143038
commit df20563abb
7 changed files with 195 additions and 2 deletions
+2
View File
@@ -50,6 +50,8 @@ export interface PluginRuntimeContext {
openTerminal: (options?: { terminalId?: string | undefined }) => void;
refreshFiles: () => void | Promise<void>;
refreshGit: () => void | Promise<void>;
refreshAppData: () => void | Promise<void>;
reloadPage: () => void;
startSession: () => void | Promise<void>;
archiveSession: () => void | Promise<void>;
stopActiveWork: () => void | Promise<void>;