stable

Clone or download

Read-only

request #14669: Sidebar in siteadmin should not be collapsable

The user experience of the collapsed sidebar in site administration is not really nice : - We need to expand back the sidebar to navigate to other sections of site administration - There is no visual clue on how to expand the sidebar - Users need to click on a 10px wide zone Since we don't have much time to spend on the improvement of this, and this prevents people to work, we suggest to remove the capacity to collapse the sidebar. The sidebar is still collapsable in projet workspace though. Change-Id: I8bc0ed68cfdb494b9108cc7519fcfac715f5a0b5

Modified Files

Name
M site-content/en_US/admin/admin.tab +0 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −1 Go to diff View file
M src/common/admin/AdminPageRenderer.php +2 −8 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +0 −1 Go to diff View file
A src/db/mysql/updates/2020/202003101716_admin_sidebar_is_not_anymore_collapsed.php +44 −0 Go to diff View file
M src/templates/admin/sidebar.mustache +0 −11 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_global-variables.scss +0 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_sidebar-collapsed.scss +1 −25 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_sidebar-siteadmin.scss +1 −42 Go to diff View file