You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
ajax Update php licenses 3 years ago
appinfo Remove .php from url 2 years ago
composer ran autoloaderchecker.sh 2 years ago
css Fix uploading text position 2 years ago
img compress some images with tinypng.com 4 years ago
js Fix sidebar not automatically hidden in Files app 2 years ago
l10n [tx-robot] updated from transifex 2 years ago
lib Url encode the web dav url for copying 2 years ago
src Fix JS tests after test lib updates 2 years ago
templates Fix quota text not updated when no quota is set 2 years ago
tests Redirection now only happens when dir is empty 2 years ago
.l10nignore Ignored compiled js files in files 5 years ago
list.php Update php licenses 3 years ago
recentlist.php Update php licenses 3 years ago
simplelist.php Update php licenses 3 years ago
webpack.js Move to combined files entrypoint 3 years ago