stable

Clone or download

Read-only

Introduce user preference to switch to a condensed mode

Part of request #10008: BurningParrot: have a condensed mode In user preferences, you can now choose your display density. You can observe the impact on the margins (for example margin around widgets in your personal dashboard). This only concerns the introduction of the preference. Adjustments for table cells will be done later for example. Change-Id: I1a45b5e4c72189a3f5f47eaa64701cc242a7015c

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +11 −3 Go to diff View file
M site-content/tuleap-core.pot +9 −0 Go to diff View file
M src/common/user/PreferencesPresenter.class.php +8 −0 Go to diff View file
M src/common/user/User.class.php +2 −0 Go to diff View file
M src/templates/user/preferences.mustache +11 −0 Go to diff View file
M src/www/account/updateprefs.php +7 −0 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +7 −2 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-blue-condensed.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-green-condensed.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-grey-condensed.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-orange-condensed.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-purple-condensed.scss +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/burning-parrot-red-condensed.scss +1 −1 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/_margins-condensed.scss +2 −2 Go to diff View file