Open the article list in the backend and Resize your browser window to 768px width.
A responsive, usable article list and toolbar.
Unimportant columns should be hidden.
The toolbar collapse breakpoint should be increased.
The article list is not responsive and not very user friendly.
joomla 3.7 beta 1, latest chrome, mac
Title |
|
||||||
Labels |
Added:
?
|
Yes. it will be catched by .hidden-tablet.
That would be the solution for the unimportant columns, but not the ugly toolbar.
The solution should also be applied to the featured article list, where we have the same issue.
@Bakual that would be the quick (and dirty) solution, but its not optimal, because then you have the toolbar collapse button with 100% width on viewports >768px.
I think a nicer solution for the responsive toolbar is to create a "more" dropdown btn-group and wrap the not so often used actions in a dropdown. I personally only use the create and delete buttons most of the time. The rest of the actions (or at least most of them) can be presented in a dropdown. This would increase usablity and responsiveness and results in a clearer/easier to understand overall user interface.
Possible related PR for responsive tables: #13835
The breakpoint for the toolbar seems not to be the same as for "hidden-phone" as they trigger ealier. I don't know where it is specified but it seems to be independant.
Category | ⇒ | Administration |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-05 07:41:43 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/14114
closed PR #13785 solved issue.
@dneukirchen do you know if that is catched by hidden-tablet css class?