Skip to content
#

rateyourmusic

Here are 12 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 rateyourmusic 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 rateyourmusic topic, visit your repo's landing page and select "manage topics."

Learn more