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

Icon for "Report generated X min ago" displayed for "Today" is too small #18035

Merged
merged 19 commits into from Oct 5, 2021

Conversation

peterhashair
Copy link
Contributor

@peterhashair peterhashair commented Sep 21, 2021

Description:

Fixes #17815
Update Icon on the report widgets. Please be aware of the icon with '?' with transferred to icon 'i'. Let me know if that's invalid

Review

update icon and css
@peterhashair peterhashair added this to the 4.6.0 milestone Sep 21, 2021
@peterhashair peterhashair marked this pull request as ready for review September 22, 2021 05:45
@peterhashair peterhashair modified the milestones: 4.6.0, 4.5.0 Sep 22, 2021
@peterhashair peterhashair added Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. labels Sep 22, 2021
@peterhashair peterhashair modified the milestones: 4.5.0, 4.6.0 Sep 27, 2021
@peterhashair peterhashair changed the title update icon and css Icon for "Report generated X min ago" displayed for "Today" is too small Sep 29, 2021
# Conflicts:
#	plugins/UsersManager/tests/UI/expected-screenshots/UsersManager_admin_view_admin_add_user_by_email.png
#	plugins/UsersManager/tests/UI/expected-screenshots/UsersManager_admin_view_admin_add_user_by_login.png
#	plugins/UsersManager/tests/UI/expected-screenshots/UsersManager_admin_view_admin_add_user_not_exists.png
#	plugins/UsersManager/tests/UI/expected-screenshots/UsersManager_admin_view_admin_load.png
#	plugins/UsersManager/tests/UI/expected-screenshots/UsersManager_permissions_bulk_access_set.png
Copy link
Contributor

@justinvelluppillai justinvelluppillai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterhashair I think @tsteur mentions in the issue we want to move the date information into the ? icon tooltip text, and use the i icon instead of the ? icon, also remove the smaller icon. I don't think we want to override the help icon to show the info icon as we will likely want to use it elsewhere (and maybe already do). Can you take a look at #17815 (comment)

Peter Zhang added 3 commits October 1, 2021 11:50
only update icon on widgets, and remove today function
update help tooltip
@peterhashair
Copy link
Contributor Author

@justinvelluppillai that makes more sense. updated it, should be fine now

Copy link
Contributor

@justinvelluppillai justinvelluppillai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and works here - @tsteur maybe good if you take a look also to make sure it's the expected solution.

@peterhashair
Copy link
Contributor Author

@justinvelluppillai that make code way much cleaner. :)

remove if to inline if
@tsteur
Copy link
Member

tsteur commented Oct 4, 2021

Looks good to me @peterhashair @justinvelluppillai 👍

Peter Zhang added 2 commits October 4, 2021 17:51
# Conflicts:
#	tests/UI/expected-screenshots/UIIntegrationTest_category_help.png
update screen shots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve UI of report info icon to show report generation time and help message
3 participants