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: add tooltip to navigation icons in sandbox #911

Merged
merged 1 commit into from Nov 15, 2022

Conversation

tuanphungcz
Copy link
Contributor

@tuanphungcz tuanphungcz commented Nov 3, 2022

fixes #851

Solution

added a tooltip to navigation icons in the sandbox

Demo

tooltip-sandbox.online-video-cutter.com.mp4

@vercel
Copy link

vercel bot commented Nov 3, 2022

@tuanphungcz is attempting to deploy a commit to the Blockstack Team on Vercel.

A member of the Team first needs to authorize it.

@@ -5,7 +5,6 @@ import { ClarityIcon } from '@sandbox/components/clarity-icon';
import { Tooltip } from '@components/tooltip';
import FunctionIcon from 'mdi-react/FunctionIcon';
import { DropIcon } from '@components/icons/drop';
import { Routes } from '@sandbox/common/types';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unused import

</Grid>
</Link>
<Tooltip placement="left" label={nav.label}>
<div>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

< Tooltip /> tooltip round <Link /> doesn't render the tooltip, so I had to add the div.

@CLAassistant
Copy link

CLAassistant commented Nov 3, 2022

CLA assistant check
All committers have signed the CLA.

@vercel
Copy link

vercel bot commented Nov 8, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
hiro-explorer ✅ Ready (Inspect) Visit Preview Nov 15, 2022 at 10:49PM (UTC)

Copy link
Collaborator

@leahjlou leahjlou left a comment

Choose a reason for hiding this comment

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

Nice!

@leahjlou
Copy link
Collaborator

@tuanphungcz Sorry for the delay -- can you resolve the merge conflict on this branch and rebase into a single commit, then I'll go ahead and merge? Thanks!

@tuanphungcz
Copy link
Contributor Author

@leahjlou Sure, I just rebased and resolved the conflict.

@github-actions
Copy link

🎉 This PR is included in version 1.59.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@tuanphungcz tuanphungcz deleted the feat/tooltip-sandbox branch November 16, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tooltips to navigation icons in Sandbox
3 participants