nextcloud/apps/files
Daniel Calviño Sánchez 4d5d6c657f 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:19:30 +00:00
..
ajax Update php licenses 2021-06-04 22:02:41 +02:00
appinfo Remove .php from url 2022-07-05 15:54:59 +00:00
composer Update autoloaders and Node package-lock.json 2022-04-13 00:04:24 +02:00
css Fix uploading text position 2022-01-04 08:47:00 +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-09 19:19:30 +00:00
l10n [tx-robot] updated from transifex 2022-11-07 02:14:32 +00:00
lib Url encode the web dav url for copying 2022-10-02 12:46:10 +00:00
src Fix JS tests after test lib updates 2022-01-10 17:30:32 +01:00
templates Show usage percenteage in the tooltip 2022-08-17 12:21:16 +00:00
tests Redirection now only happens when dir is empty 2022-02-21 23:06:50 +01:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php list.php files are only invoked via ViewController and APIController 2021-12-02 21:32:25 +00:00
recentlist.php list.php files are only invoked via ViewController and APIController 2021-12-02 21:32:25 +00:00
simplelist.php Update php licenses 2021-06-04 22:02:41 +02:00
webpack.js Move to combined files entrypoint 2021-10-25 16:51:37 +02:00