- 🇮🇳India dipakmdhrm
This should be easy to fix now that we don't have stable in core.
admin/structure/views / ViewListBuilder doesn't add any priorities to the columns, meaning they all show up on mobile.
Modify \Drupal\views_ui\ViewListBuilder::buildHeader
to add the responsive class hints to the columns
Use RESPONSIVE_PRIORITY_MEDIUM or RESPONSIVE_PRIORITY_LOW constants from theme.inc
See for example \Drupal\comment\Form\CommentAdminOverview
See #37
Convert to an MR
Views overview columns are responsive.
Needs work
11.0 🔥
Last updated
Makes Drupal easier to use. Preferred over UX, D7UX, etc.
Issue related to Drupal on mobile devices.
It is used to alert the maintainer(s) of a particular core subsystem that an issue significantly impacts their subsystem, and their signoff is needed (see the governance policy draft for more information). Also, if you use this tag, make sure the issue component is set to the correct subsystem. If an issue significantly impacts more than one subsystem, use needs framework manager review instead.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This should be easy to fix now that we don't have stable in core.