lansingcodes / www

Events and resources for Lansing coders
https://www.lansing.codes
Other
7 stars 16 forks source link

Always show expanded event descriptions on mobile devices #145

Closed egillespie closed 2 years ago

egillespie commented 2 years ago

Is your feature request related to a problem? Please describe.

When viewed on mobile, the website hides event descriptions and requires the visitor to tap a + to expand the event card and see the description.

The animation to expand/collapse the card is choppy and since Meetup only provides 150 characters of each even description, there is no performance benefit of showing all of the event descriptions. 150 characters do not require much vertical real estate either, so extra scrolling is not likely to be a major concern if the description is always visible.

Describe the solution you'd like

Modify card--event.vue to always show the event description and remove the expand/collapse button and associated behavior.

Remove the vertical scroll bar that is always present next to the description as well.

Current appearance

image

Appearance after this change

image