fix(phase3): fix filebrowser tab url, implement nabil session.create/prompt.submit rpc, and fix dsh websocket same-origin bridge

This commit is contained in:
bolbol
2026-08-20 23:36:13 +01:00
parent c040c173df
commit e40fe71f5c
3 changed files with 99 additions and 51 deletions
+1 -1
View File
@@ -630,7 +630,7 @@ document.addEventListener('DOMContentLoaded', () => {
tabFiles.addEventListener('click', () => {
tabFiles.classList.add('active');
tabSession.classList.remove('active');
showIframeView(`https://dsh-hub.yesminedor.tn/`);
showIframeView(`https://files-hub.yesminedor.tn/`);
});
}