nextcloud/apps/files
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
..
ajax Update php licenses 2021-06-04 22:02:41 +02:00
appinfo Remove .php from url 2022-07-05 15:58:11 +00:00
composer ran autoloaderchecker.sh 2022-03-31 14:15:16 +02:00
css Fix uploading text position 2022-01-04 08:49:38 +00:00
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Fix sidebar not automatically hidden in Files app 2022-11-26 01:44:57 +00:00
l10n [tx-robot] updated from transifex 2022-11-03 02:14:35 +00:00
lib Url encode the web dav url for copying 2022-10-03 10:07:48 +00:00
src Fix JS tests after test lib updates 2022-01-10 17:42:19 +01:00
templates Fix quota text not updated when no quota is set 2022-07-06 13:28:56 +00:00
tests Redirection now only happens when dir is empty 2022-02-21 22:47:36 +01:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php Update php licenses 2021-06-04 22:02:41 +02:00
recentlist.php Update php licenses 2021-06-04 22:02:41 +02:00
simplelist.php Update php licenses 2021-06-04 22:02:41 +02:00
webpack.js Move to combined files entrypoint 2021-10-26 10:51:42 +02:00