The Wayback Machine - http://web.archive.org/web/20201006083432/https://github.com/topics/music-collection
Skip to content
#

music-collection

Here are 19 public repositories matching this topic...

FOSSforlife
FOSSforlife commented Apr 18, 2020

Right now, when you hover over a CollectionItem, the title begins to scroll left and right if the title is more than 20 characters. We want it to scroll if the title is too long to fit within the card instead.

This should be done by measuring the title and card width, and then [setting the "longText" variable](https://github.com/patricianapp/patrician/blob/master/src/components/collection/Coll

FOSSforlife
FOSSforlife commented May 2, 2020

We have a searchByIdentifiers() function in "item.service.ts" that searches for a single item by mbid, artist and title, which is used to check if an item already exists in the database before adding to a user's collection.

We simply need to add an "id" parameter which will also search the item's ID, and then update the addItems() function to add the id into the searchInput if it exists.

Improve this page

Add a description, image, and links to the music-collection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the music-collection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.