nextcloud/apps/files
Daniel Calviño Sánchez e606db168a 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:14:49 +00:00
..
ajax Return 404 when AJAX tries to list dir content but file given 2022-01-26 16:11:50 +01:00
appinfo Remove .php from url 2022-07-05 16:39:24 +02:00
composer Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
css Fix uploading text position 2021-12-28 15:18:03 +01: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:14:49 +00:00
l10n [tx-robot] updated from transifex 2022-11-07 02:14:25 +00:00
lib Cast to int #32837 2022-11-08 10:01:36 +00:00
src Add share attrs + download permission support in frontend 2022-08-03 13:24:19 +02:00
templates Show usage percenteage in the tooltip 2022-08-16 09:35:17 +02:00
tests Revert "Show the child folders in the breadcrumb menu when on a parent entry." 2022-04-29 13:51:56 +00: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-01 21:09:11 +01:00
recentlist.php list.php files are only invoked via ViewController and APIController 2021-12-01 21:09:11 +01:00
simplelist.php Remove isIE and associated legacy scripts 2021-11-30 13:03:08 +01:00