stable

Clone or download

Read-only

Fix tabs switch horizontal/vertical

This is a follow-up to 849171bd7c0ebea1a3e3ec3d41e1ccb769589d09. * no need to wait for DOMContentLoaded * avoid type assertion, use runtime check instead * use same width than media query to avoid having vertical tabs where there should be horizontal ones (between 1000 and 1040px) Take the opportunity to finally extract common stuff for header so that we don't forget some user prefs controllers when we add transverse functionality (plugins git and oidc were forgotten in previous contribution). Part of story #14552: User preferences goes Burning Parrot Change-Id: I5ed47e436e1b7a8d36f8029b8726996975838a0a

Modified Files

Name
M plugins/git/include/Account/AccountGerritController.php +2 −5 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersController.php +2 −5 Go to diff View file
M src/common/User/Account/DisplayAppearanceController.php +3 −15 Go to diff View file
M src/common/User/Account/DisplayEditionController.php +2 −6 Go to diff View file
M src/common/User/Account/DisplayExperimentalController.php +2 −4 Go to diff View file
M src/common/User/Account/DisplayKeysTokensController.php +2 −16 Go to diff View file
M src/common/User/Account/DisplayNotificationsController.php +1 −15 Go to diff View file
M src/common/User/Account/DisplaySecurityController.php +2 −14 Go to diff View file
A src/common/User/Account/UserPreferencesHeader.php +52 −0 Go to diff View file
M src/www/scripts/account/preferences-nav.ts +27 −20 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +4 −0 Go to diff View file
M src/www/themes/BurningParrot/css/account/_account.scss +5 −0 Go to diff View file