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 provide info about tracks #142

Closed
wants to merge 1 commit into from
Closed

Conversation

sehilyi
Copy link
Member

@sehilyi sehilyi commented Apr 23, 2024

This PR is still a draft.

I have added tooltip icons for individual tracks in the breakpoint view. We still need to figure out what to show upon hovering (or clicking).

  • Ensure that the icon is visible in the demo! (e.g., larger text font and/or bold or even other symbols)

Screenshot 2024-04-23 at 11 51 41 AM

Copy link
Member Author

Choose a reason for hiding this comment

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

We do not use NPM, so removed this file while keeping the yarn.lock.

Comment on lines +536 to +553
<div
key={i}
style={{ position: 'absolute', top: d.y - 1 + (d.type === 'ideogram' ? 30 : 0), left: 10 }}
>
<span
style={{
color: 'white',
background: 'black',
opacity: 0.8,
fontSize: 10,
paddingLeft: '5px',
paddingRight: '5px',
borderRadius: '30px'
}}
>
i
</span>
</div>
Copy link
Member Author

Choose a reason for hiding this comment

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

We need to discuss what contents to show and edit this part.

@sehilyi sehilyi closed this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant