Actions
Feature #82959
openImprove the appearance of tabs in mobile devices using "priority navigation" pattern
Status:
New
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-11-09
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Mine is a suggestion for the next versions of TYPO3 (10?):
When you edit a page or a content element, the various infos are grouped in tabs; in mobile devices; they currently stack (which is fine, it works well).
My suggestion is to improve this using a pattern called "priority navigation"; you will find here an example: https://codepen.io/Dreamdealer/pen/waVzmK, but if you search for it you will for sure find others.
The concept is that when there is not enough space, the tabs "collapse" in a dropdown, e.g.
|General|Metadata|Appearance|Behaviour|Resources|Language|Access|Categories|
will become for example in smaller screens:
|General|Metadata|Appearance|Behaviour|More+|
all the other items will be in the More+
dropdown
Files
Actions