Skip to content
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

Make Datatables more readable and flatter, to let you focus on the data #4985

Closed
tsteur opened this issue Apr 14, 2014 · 9 comments
Closed
Labels
Critical Indicates the severity of an issue is very critical and the issue has a very high priority. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented Apr 14, 2014

Each dashboard widget shows footer icons, pager, ... but they are usually rarely used. Especially since we store changes in the database and apply them when opening the dashboard again. Therefore we want to hide the widget footer by default but give users the possibility to "expand" the footer. Some reports that provide further controls should be able to add controls to this by default hidden footer to hide complexity. It's up to each report to define useful default values.

Maybe there is also a way to make the dataTable look nicer? For instance removing borders, aligning the numbers right, ...

@tsteur
Copy link
Member Author

tsteur commented Apr 14, 2014

In b2638d9: refs #4985 Improve Dashboard / Datatables UI

refs #4985 Improve Dashboard / Datatables UI

various UI fixes and cleaner datatables

some more ui tweaks

this should make sure to related report text is centered when not displayed within dashboard

darker arrow icon

if there are no footer icons, do nothing

some fixes for the ui improvments, especially annotations related

there should be still a gap when not displayed in dashboard

save the expanded footer state to make sure users who often use the footer do not have to open it each time and also makes sure the footer will be still expanded after reloading the widget etc

move related report closer to the actual report

make sure all annotation pins are in one line and positioned correct

fix issues when dashboard widget is maximised. Annotations were not positioned correct and drawer was displayed

when there is no data or no paging, do not display paging or search

display all websites dashboard similar to other reports

do not display column documentation in dashboard but in other reports

show title on drawer hover

hide related reports if there are no related reports, makes the footer looks better when widgetized

make sure the annotations are positioned correct if opened within a widgetized report transition

a fix for firefox and make sure annotation pins do not jump in dashboard area when loading message is displayed

only on firefox and only within the first two columns the arrow was not displayed fully although the css of the image and parent nodes is the same. this workaround makes sure the arrow of the drawer is always fully visible on firefox

move annotations 6px to the left to be displayed as before

@tsteur
Copy link
Member Author

tsteur commented Apr 14, 2014

In a02ba00: Merge pull request #260 from piwik/cleanerDatatables

refs #4985 Improve Dashboard / Datatables UI

@tsteur
Copy link
Member Author

tsteur commented Apr 14, 2014

In 102a23b: refs #4985 display a border above the report title in dashboard

@tsteur
Copy link
Member Author

tsteur commented Apr 14, 2014

Closing the ticket for now and will commit fixes on this ticket

Some more changes will follow in #4987

@tsteur
Copy link
Member Author

tsteur commented Apr 15, 2014

In 3d0a91f: refs #4985 let arrow point downwards when closed and upwards when expanded, display drawer always on the bottom

@tsteur
Copy link
Member Author

tsteur commented Apr 15, 2014

In 0d6874c: refs #4985 there should be no shadow

@mattab
Copy link
Member

mattab commented Apr 15, 2014

See also: #3093

@sgiehl
Copy link
Member

sgiehl commented Apr 21, 2014

Small regression: The datatable footer of the map widget is only displayed when the widget is maximized

@mattab
Copy link
Member

mattab commented Apr 27, 2014

Replying to SteveG:

Small regression: The datatable footer of the map widget is only displayed when the widget is maximized

Thanks for report, created ticket: #5047

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical Indicates the severity of an issue is very critical and the issue has a very high priority. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants