-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: Display the activity views count - EXO-74854 - Meeds-io/MIPs#161 #4129
Conversation
1723066
to
fa94163
Compare
@@ -122,6 +122,19 @@ | |||
@click="displayFullContent"> | |||
<span class="pl-6">{{ $t('UIActivity.label.seeMore') }}</span> | |||
</v-btn> | |||
<div | |||
v-if="activityViews" | |||
:title="activityViewsTooltip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be v-tooltip instead IMO as it is done in news detail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To follow the guidelines, we use the same navigator tooltip as the activity link title and summary, as confirmed by the PO!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label displayed by the tooltip should be updated same as content detail, we need two labels "view" and "views"
Quality Gate passedIssues Measures |
done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.