nextcloud/apps/files
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
..
ajax Return 404 when AJAX tries to list dir content but file given 2022-01-26 16:11:50 +01:00
appinfo Bump version 2022-10-13 07:45:15 +02:00
composer Add a background job to delete expired tokens 2022-10-12 17:52:13 +00:00
css Fix unnecessary highlighting of selected element 2022-10-18 08:59:30 +00:00
img Use computer icon for edit locally file action 2022-09-21 18:59:40 +00:00
js Fix sidebar not automatically hidden in Files app 2022-11-09 19:10:46 +00:00
l10n [tx-robot] updated from transifex 2022-11-07 02:14:18 +00:00
lib Cast to int #32837 2022-11-08 10:08:23 +00:00
src Fix file creation issue if no action are registered 2022-10-27 10:30:59 +02:00
templates Make scroll areas keyboard focussable 2022-09-01 14:15:39 +02:00
tests Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +00:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php Add a public replacement for OC::$server->get 2022-05-10 18:51:12 +02: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