karlomikus / vue-salt-rim

Salt Rim is a Vue based web client used for connecting to Bar Assistant server instance.
https://barassistant.app
MIT License
92 stars 17 forks source link

Collections - Needs an improved viewer #205

Open zeekaran opened 1 month ago

zeekaran commented 1 month ago

Feature request!

Right now, it appears collections are just a fancy tag/filter system. The collections page is more of a list of all your collections, rather than a page to see collections on. There doesn't seem to be a page to "view a collection" that looks any different from going to the standard cocktails page and filtering.

Notably, the description is only barely visible on the collections page (about one and a half lines worth), and not at all visible once a user has "clicked into" the collection. I wrote a bunch for my description with certain notes about the recipes in it, but none of it is visible because it cuts off :(

image

Maybe the smallest way to implement what I'm asking for is to have the cocktails page have an hidden section at the top for collection descriptions, and is only visible on the cocktail page when reached by clicking on a collection from the collections page.

Another way would be to modify the collections page to display a list of collections at the top, and the first collection's recipes below, and change as different collections are selected.