Add options to change the main page design #837
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to Issue #834
For items with the
large_item
flag, this PR adds configurable options to change the label text and label colour. It also provides analternative_layout
option which offers a different design scheme for categories on the main page.The new completely optional config options here are
big_picture_label_color
,big_picture_label_type
(ie whether the label is the project or item name),display_name
(this allows a different display name to be set when the label type is item name) andalternative_layout
. The display name also would show instead of the item name at the top of the item's dialog box. All of these configs are completely optional.big_picture_label_color
simply sets the colour of the large item label.big_picture_label_type
relates to what the label text actually shows - if set toItem
oritem
the label shows the item name rather than the item project (in the future more values other thanitem
can be added to make the text something different).big_picture_label_color
andbig_picture_label_type
would go in settings.yml, in relation -> values, like so:display_name would go in landscape.yml below the name for an item, like so:
So if the landscape without any of the new configs set looks like this:
When
alternative_layout
is set to true andbig_picture_label_color
andbig_picture_label_type
are set, the above landscape can change to look like this:Notice that the labels for the large items are larger and can be adjusted to show the item name instead of the project name, or any custom text and color.
CC @michaelmoss @awright @danielsilverstone-ct @GeriG966 @abhi0469