Issue Summary
the provider label ("Google Meet", "CalVideo") and the clickable location/meeting link are currently visible on the desktop view of the Bookings list. On smaller devices it is completely hidden, making it impossible for users to join meetings directly from the list on their phones.
Steps to Reproduce
- Go to the 'Bookings' page.
- Resize the browser window to a mobile width (or open on a mobile device).
- Observe that the meeting link/provider icon disappears from the booking item.
Expected behavior
The meeting link and provider label should be visible on mobile devices, likely positioned under the event title, so users can join meetings on the go.
Evidence
BookingListItem.tsx contains the logic for and was wrapped in a div with hidden sm:table-cell, effectively hiding it on mobile with no alternative rendering logic for smaller screens.
Issue Summary
the provider label ("Google Meet", "CalVideo") and the clickable location/meeting link are currently visible on the desktop view of the Bookings list. On smaller devices it is completely hidden, making it impossible for users to join meetings directly from the list on their phones.
Steps to Reproduce
Expected behavior
The meeting link and provider label should be visible on mobile devices, likely positioned under the event title, so users can join meetings on the go.
Evidence
BookingListItem.tsxcontains the logic for and was wrapped in a div withhidden sm:table-cell, effectively hiding it on mobile with no alternative rendering logic for smaller screens.