nextcloud/apps/files/js
Daniel Calviño Sánchez 66d58d6eeb 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 19:10:46 +00:00
..
templates Fix mainfileinfodetailsview appending 2021-11-19 13:42:40 +00:00
app.js Fix sidebar not automatically hidden in Files app 2022-11-09 19:10:46 +00:00
breadcrumb.js Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +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 Typing corrections 2022-01-11 17:12:55 +01:00
favoritesfilelist.js Replace files app ids to classes 2022-07-26 10:19:19 +02:00
favoritesplugin.js Fix jsdocs build on server repo 2018-10-24 15:41:08 +02:00
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 08:04:49 +00:00
fileactionsmenu.js adding action.filename to FileActions 2021-10-08 08:28:05 -01:00
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-12 17:52:13 +00:00
filemultiselectmenu.js Do not rerender the selection menu on show 2020-01-08 16:09:53 +01:00
files.js Fix file list scrolling 2022-09-01 14:15:41 +02: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-09 19:10:46 +00:00
jquery-visibility.js update jquery-visibility in files app 2015-08-17 09:39:21 +02:00
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 adding action.filename to FileActions 2021-10-08 08:28:05 -01:00
merged-index.json Remove outdated legacy search scripts 2020-08-04 20:56:22 +02:00
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 update tooltip content dynamically 2019-10-23 17:25:27 +02:00
recentfilelist.js Replace files app ids to classes 2022-07-26 10:19:19 +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-04-04 17:52:44 +00:00
tagsplugin.js Fix favorite dark icon 2021-02-02 13:48:18 +01:00
templates.js Fix mainfileinfodetailsview appending 2021-11-19 13:42:40 +00:00
upload.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00