nextcloud/apps/files/js
Daniel Calviño Sánchez 1fb4237fd2 Fix sidebar not automatically hidden in Files app
Although the Files app creates the legacy sidebar (details view) it is
then replaced with the newer Vue app sidebar. Due to this ".detailsView"
no longer finds an element and therefore nothing was hidden when
"hideAppSidebar($('.detailsView'))" was called (for example, when
changing to another section).

However, "OC.Apps.hideAppSidebar()" does not properly work either with
the Vue sidebar used in the Files app (once hidden the sidebar is not
shown again). For simplicity, and to avoid any possible side effect in
other apps from changing "OC.Apps.hideAppSidebar", now
"OC.Files.Sidebar.close()" is used instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-26 01:44:57 +00:00
..
dist Bump @nextcloud/moment to 1.2.1 2022-08-24 17:42:35 +02:00
templates Show sharing in menu in grid view 2019-03-21 08:14:16 +01:00
app.js Fix sidebar not automatically hidden in Files app 2022-11-26 01:44:57 +00:00
breadcrumb.js Fix translation of home breadcrumb 2022-07-05 18:36:39 +00:00
detailfileinfoview.js Make file actions work from sidebar 2015-08-12 17:30:20 +02:00
detailsview.js Fix rendering of the sidebar in Files app 2018-11-22 05:58:25 +01:00
detailtabview.js Merge pull request #11647 from nextcloud/make-possible-for-tab-views-to-add-css-classes-to-their-container 2018-10-31 15:37:48 +01:00
favoritesfilelist.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
favoritesplugin.js Fix jsdocs build on server repo 2018-10-24 15:41:08 +02:00
file-upload.js Properly hide progress bar after error 2022-01-13 08:32:41 +00:00
fileactions.js Explicitly close div element 2022-05-16 12:16:12 +02:00
fileactionsmenu.js refactor: fileActions.getCurrentDefaultFileAction() 2020-04-08 18:19:58 +02:00
fileinfomodel.js added quit option in commentstabview.js 2017-03-23 13:12:29 -06:00
filelist.js Fix quota text not updated after copying or moving a file 2022-07-06 13:28:58 +00:00
filemultiselectmenu.js Do not rerender the selection menu on show 2020-01-08 16:09:53 +01:00
files.js Fix quota text shown escaped 2022-07-06 13:28:51 +00:00
filesummary.js l10n: Replace the apostrophe with double quotation 2021-05-06 14:45:33 +02:00
gotoplugin.js Fix sidebar not automatically hidden in Files app 2022-11-26 01:44:57 +00:00
jquery-visibility.js update jquery-visibility in files app 2015-08-17 09:39:21 +02:00
jquery.fileupload.js refs #11864 handle empty dir drop in Files UI 2021-11-08 17:18:51 +00:00
keyboardshortcuts.js Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
mainfileinfodetailview.js Fallback to directory icon based on the mount type 2019-09-15 19:29:57 +02:00
merged-index.json Remove outdated legacy search scripts 2020-08-04 20:56:22 +02:00
navigation.js Add drop zone for favorites quick access in navigation 2019-02-01 01:45:03 +01:00
newfilemenu.js Hide new template directory entry after creating and allow setting existing directories 2021-01-28 12:00:21 +01:00
operationprogressbar.js update tooltip content dynamically 2019-10-23 17:25:27 +02:00
recentfilelist.js Use DOMContentLoaded and fix sharebymail loading issue 2020-07-20 12:42:08 +02:00
recentplugin.js Fix jsdocs build on server repo 2018-10-24 15:41:08 +02:00
semaphore.js Fix public upload by also load the semaphore method 2019-05-07 23:48:06 +02:00
sidebarpreviewmanager.js Always show full previews 2019-03-27 13:29:58 +01:00
sidebarpreviewtext.js Explicitly close div element 2022-05-16 12:16:12 +02:00
tagsplugin.js Fix favorite dark icon 2021-02-02 13:48:18 +01:00
templates.js Compile templates 2020-01-21 16:26:05 +01:00
upload.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00