Skip to content

Added user preference to change layout width

gitlab-qa-bot requested to merge github/fork/gopeter/user-layout-settings into master

Created by: gopeter

As discussed here, I've added an option to choose between a small and a wide application layout. Since there aren't tests for such UI helper classes/functions (like the fluid_layout function), I don't added tests for this feature.

To achieve this, I've added a new column to the user table which stores the layout option and extended the fluid_layout function which now uses the user preference.

Screenshot before:

before

Screenshot after:

after

Merge request reports