feat(url,history): add shown file in the url

This commit is contained in:
Edouard Vanbelle
2026-04-06 10:59:46 +02:00
parent 4a4f38c418
commit c16e3c973e
8 changed files with 73 additions and 21 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ window.app = {
notificationShareUrl: null,
userHomeFolderId: null,
userHomeFolderName: null,
breadcrumbPath: [] // Array of {id, name} tracking folder navigation hierarchy
breadcrumbPath: [], // Array of {id, name} tracking folder navigation hierarchy
viewFile: null // current file in inline view
};
window.appElements = {