refactor: rename View into Section to keep coherence

This commit is contained in:
Edouard Vanbelle
2026-04-02 20:44:06 +02:00
parent 8d2a45c0ff
commit db30639823
4 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ const sharedView = {
const goToFilesBtn = document.getElementById('go-to-files-btn');
if (goToFilesBtn) {
goToFilesBtn.addEventListener('click', () => {
if (window.switchToFilesView) window.switchToFilesView();
if (window.switchToFilesSection) window.switchToFilesSection();
});
}
},