sharetribe / web-template

Sharetribe Web Template - starting point to create a client app to your marketplace
Other
31 stars 136 forks source link

fix: Menu has a regression bug that's visible on ManageListingCard #494

Closed Gnito closed 1 week ago

Gnito commented 1 week ago

Menu has a regression bug on UI for mobile layout. It's visible on the ManageListingCard: Screenshot 2024-11-06 at 13 57 17

The UI should look like this with the 3-dot menu on the ManageListingCard: Screenshot 2024-11-06 at 13 57 44

The reason why full-width is needed on some occasions: Screenshot 2024-11-06 at 13 58 10 This is now reached if property preferScreenWidthOnMobile is passed to Menu.

Note: if the 3-dot menu is expanded at some point with more menu items, it's likely that we move towards full-width usage there too.