nextcloud-server/apps/files/js
Daniel Calviño Sánchez a8fea270ed 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-09 17:45:00 +01:00
..
templates
app.js Fix sidebar not automatically hidden in Files app 2022-11-09 17:45:00 +01:00
breadcrumb.js Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +00:00
detailfileinfoview.js
detailsview.js
detailtabview.js
favoritesfilelist.js Replace files app ids to classes 2022-07-26 10:19:19 +02:00
favoritesplugin.js
file-upload.js Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +00:00
fileactions.js do not show editlocally on mobile 2022-10-11 00:12:58 +02:00
fileactionsmenu.js
fileinfomodel.js Remove copy in file actions when not allowed 2022-08-26 14:18:47 +02:00
filelist.js Require a token for "Edit locally" 2022-10-11 20:15:26 +02:00
filemultiselectmenu.js
files.js Fix file list scrolling 2022-09-01 14:15:41 +02:00
filesummary.js
gotoplugin.js Fix sidebar not automatically hidden in Files app 2022-11-09 17:45:00 +01:00
jquery-visibility.js
jquery.fileupload.js Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +00:00
keyboardshortcuts.js Replace files app ids to classes 2022-07-26 10:19:19 +02:00
mainfileinfodetailview.js
merged-index.json
navigation.js Add a11y attributes for legacy app navigation 2022-08-29 22:46:48 +02:00
newfilemenu.js Add ``aria-expanded`` value to select2-container om systemtag and file tags 2022-08-17 19:28:40 +00:00
operationprogressbar.js
recentfilelist.js Replace files app ids to classes 2022-07-26 10:19:19 +02:00
recentplugin.js
semaphore.js
sidebarpreviewmanager.js
sidebarpreviewtext.js Explicitly close div element 2022-04-04 17:52:44 +00:00
tagsplugin.js
templates.js
upload.js