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

feat(update-icon): change to ellipsis #81189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doralchan
Copy link
Contributor

@doralchan doralchan commented Nov 22, 2024

In the near future, we'll be adding the ability to also convert this to an alert
Screenshot 2024-11-22 at 9 10 22 AM

Before:
Screenshot 2024-11-22 at 9 12 05 AM

After:
Screenshot 2024-11-22 at 9 12 15 AM

@doralchan doralchan requested a review from a team as a code owner November 22, 2024 17:11
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 22, 2024
@@ -87,7 +87,7 @@ export function AddToDashboardButton({visualizeIndex}: AddToDashboardButtonProps
<Tooltip title={t('Add to Dashboard')}>
<Button
size="sm"
icon={<IconDashboard />}
icon={<IconEllipsis />}
Copy link
Member

Choose a reason for hiding this comment

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

@doralchan is the intention to make the ellipsis open a context menu with an option to add to dashboard? If so, this PR is incorrect as the ellipsis will directly add to dashboard.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@narsaynorath made the same point but I decided to just wait for him to make the changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants