Releases: patricianapp/patrician
Releases · patricianapp/patrician
0.1
Features
- Can fetch a list of albums from patrician-api v0.1
- User page ("/user/[username]") returns a list of items (albums/EPs/etc)
- For now, [username] has to be the auto-generated user ID instead of the username, but this will change.
- "/user/mock" will present mock data from the mock data file instead of fetching from the database.
- Collections are represented by the CollectionComponent, and the items within them are CollectionItemComponents. These are named as such so that they don't conflict with the data types: CollectionItem (and Collection, if that exists in the future).
- Item cards do two things on hover:
- Card expands to reveal buttons
- Title text, if it is too long to fit within the card, will begin scrolling to reveal the entire title.