-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Responsive tables for Piwik table reports #6159
Comments
Well, responsiveness is cool 😎 but is going the opposite direction of accessibility, maybe we could save our souls using WAI-ARIA 👼 |
I assigned myself to #6121 but not to this one. As it won't be truly responsive :) |
Can this one be closed too? The UI adapts to the available real estate. |
Agreed it's much better now. Not sure if the issue is fully done though. What do you think @tsteur - should we leave this opened or rather create other tickets for specific issues? |
I'd like to ask Mr @jdeyla about performing #a11y tests on 3.x branch ui |
It is better now, although not fully responsive I reckon, and we could close the issue. I presume there is another issue to make row actions work on mobile phones? |
According to quick testing now, the row actions are usable on Android (it was improved/fixed a few months ago)... or is there still a problem/something can be improved with row actions on mobile? @tsteur Closing issue as the tables are "responsive enough" and quite usable. @tassoman @jdeyla any a11y suggestion is welcome, please create a new issue with suggestion |
The goal of this issue is to implement Responsive tables in Piwik, to better account for the diversity of screen widths when using Piwik. For example the visible columns could automatically increase if there is more screen available.
Reference
Here is a great article that sum up the existing possibility for responsible table:
http://filamentgroup.com/lab/tablesaw.html
Solution 1 - Stack row:
Solution 2 - Toggle columns:
Solution 3 - Page columns:
Tasks
Notes
Metrics picker
function so maybe these could be simplified.The text was updated successfully, but these errors were encountered: