Opened 9 years ago
Closed 9 years ago
#1481 closed defect (bug) (fixed)
make.wordpress.org/polyglots/teams is not responsive
Reported by: | petya | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | has-patch has-screenshots |
Cc: |
Description
The teams table on make.wordpress.org/polyglots/teams is not adapting on mobile devices which cause the page to only display the first two columns and the links to the teams' individual pages are not assessable at all.
It looks like this: https://www.dropbox.com/s/htubud28ec6iub1/Screenshot_2015-12-17-18-52-51.png?dl=0
Could somebody help out with displaying the whole table on that page on mobile.
Attachments (9)
Change History (19)
#4
@
9 years ago
@deconf, I prefer to create a responsive table view for smaller devices using media queries.
We did the same thing in translation stats, ticket #1238.
#6
follow-up:
↓ 7
@
9 years ago
As long as all the information remains (all columns), it's fine with me.
If what you're saying implies stripping columns out, that table won't help us too much. And we really need it all while we aren't at a desktop or using a high resolution device.
#7
in reply to:
↑ 6
@
9 years ago
Replying to deconf:
As long as all the information remains (all columns), it's fine with me.
Basically, in desktop view we show the column titles on top, in mobile view the titles are on the left side of the row. We don't strip any columns out.
Any way, this is a good first step, you can tweak the patch.
#9
@
9 years ago
With i18n-teams-responsive we can keep the look of the original page and we are not introducing any additional rows. See:
Also, because on this page we have a sidebar the media query needs to be increased to 768px.
The Teams page on mobile