Skip to content

Releases: patricianapp/patrician

0.1

17 Apr 06:22
b6bfcc3
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

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.