Skip to content

Provider label and Location link are missing on mobile view in Bookings List #27462

@eeshm

Description

@eeshm

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

  1. Go to the 'Bookings' page.
  2. Resize the browser window to a mobile width (or open on a mobile device).
  3. 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.

  • Screenshot
Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions