From ec57d3f5de08518e8a9c26730488a63f9a0a4de0 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Mon, 20 Jun 2022 11:20:02 -0300 Subject: [PATCH] fix HTML formatting and add GPL headers --- navigator/src/App.vue | 32 ++- navigator/src/components/ContextMenu.vue | 100 ++++++-- navigator/src/components/DirectoryEntry.vue | 188 ++++++++++---- .../src/components/DirectoryEntryList.vue | 63 +++-- navigator/src/components/DirectoryView.vue | 229 +++++++++++++----- navigator/src/components/DragSelectArea.vue | 30 ++- navigator/src/components/FileModeMatrix.vue | 62 ++++- navigator/src/components/FilePermissions.vue | 37 ++- navigator/src/components/IconToggle.vue | 19 +- navigator/src/components/LabelledSwitch.vue | 19 +- navigator/src/components/LoadingSpinner.vue | 3 +- navigator/src/components/ModalPopup.vue | 54 ++++- navigator/src/components/Notifications.vue | 96 ++++++-- navigator/src/components/PathBreadCrumbs.vue | 71 +++++- navigator/src/components/SettingsMenu.vue | 30 ++- .../src/components/SortCallbackButton.vue | 30 ++- navigator/src/components/Table.vue | 9 +- .../src/functions/assignObjectRecursive.js | 17 ++ navigator/src/functions/escapeStringHTML.js | 17 ++ navigator/src/functions/fileSystemWatcher.js | 17 ++ navigator/src/functions/getDirEntryObjects.js | 17 ++ navigator/src/functions/getGroups.js | 17 ++ navigator/src/functions/getUsers.js | 17 ++ navigator/src/functions/szudzikPair.js | 17 ++ navigator/src/main.js | 17 ++ navigator/src/mode.js | 69 ------ navigator/src/views/Browser.vue | 201 +++++++++++---- navigator/src/views/Editor.vue | 17 ++ navigator/src/views/ErrorRedirect.vue | 23 +- 29 files changed, 1169 insertions(+), 349 deletions(-) delete mode 100644 navigator/src/mode.js diff --git a/navigator/src/App.vue b/navigator/src/App.vue index c3f9670..700e781 100644 --- a/navigator/src/App.vue +++ b/navigator/src/App.vue @@ -1,17 +1,43 @@ + + + + diff --git a/navigator/src/components/DirectoryEntryList.vue b/navigator/src/components/DirectoryEntryList.vue index cc1f992..714463e 100644 --- a/navigator/src/components/DirectoryEntryList.vue +++ b/navigator/src/components/DirectoryEntryList.vue @@ -1,24 +1,59 @@ + +