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

324 sidebar overflow #384

Closed
wants to merge 14 commits into from
Closed

324 sidebar overflow #384

wants to merge 14 commits into from

Conversation

masondjoseph
Copy link
Contributor

Truncated track, album, and artist names so that the sidebar is always visible.

<a
className="font-bold text-primary"
href={`/app/track/${track.id}`}
>
{track.name}
</a>
</td>
<td>
<td className="truncate max-w-[400px]">
Copy link
Collaborator

Choose a reason for hiding this comment

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

rather than arbitrarily truncating (which won't work for smaller screen sizes), set a max-w on the div wrappign the entire container.

Comment on lines -43 to -46
const danceRecommendations = getDanceRecommendations(
audioFeatures.tempo,
audioFeatures.time_signature
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why'd you delete dance recommendations?

@cravend
Copy link
Collaborator

cravend commented Apr 21, 2023

See note in #324 (comment)

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.

2 participants