admiralbolt / sms

Seattle Music Scene
1 stars 0 forks source link

[UI][Event Card Update] - adding Tailwind.css and updating card design #76

Closed nspilman closed 3 months ago

nspilman commented 4 months ago

resolves - https://github.com/admiralbolt/sms/issues/17

it turns out I hadn't already installed Tailwind, so this does that as well. I can break that into its own PR if you'd like.

This PR -

image

Inspiration - https://www.kexp.org/events/kexp-events/

nspilman commented 4 months ago

Updating shortly - draft

admiralbolt commented 4 months ago

A few things here:

I think we should vertically condense the list items even more. Even just using today as an example, looking at prod there are like 20+ events, it should be much quicker to scroll through all these items. The updates you made definitely move us in the right direction, but should probably condense it even more so. Right now on mobile we can see at max like 4 events at the same time. We can probably increase the overall number while still keeping a lot of the information if we think of a good way to organize it.

Some other misc things:

1) The images aren't always the same size on mobile:

image

2) The darkened overlay doesn't always overlap properly:

image

3) The darkened overlays are also making the venue links unclickable. 4) The EventCard also impacts both the map view and the admin view. Probably best to create a new component here for the list view display.

image
nspilman commented 4 months ago
image image image

@admiralbolt See the above styling update

admiralbolt commented 4 months ago

Merged master in (hopefully didn't break anything)! Looking much better, a few things:

nspilman commented 3 months ago

@admiralbolt

image image