We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On v1 we always showed the tracklist grouped by date month. This gave it a nice kindof musical logbook feel. Would be great to add it back.
If we add it not as a default, but as an option, it raises new questions:
We could write an SQL query that groups the tracks by month., but it feels easier for us to handle it in JavaScript land.
Add a new groupedTracks property on the tracklist component? Bonus feature if we abstract it so that you can set the property to group by.
groupedTracks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
On v1 we always showed the tracklist grouped by date month. This gave it a nice kindof musical logbook feel. Would be great to add it back.
If we add it not as a default, but as an option, it raises new questions:
How
We could write an SQL query that groups the tracks by month., but it feels easier for us to handle it in JavaScript land.
Add a new
groupedTracks
property on the tracklist component? Bonus feature if we abstract it so that you can set the property to group by.The text was updated successfully, but these errors were encountered: