uni-bus-app / react-client

0 stars 0 forks source link

Show NextTimeCard when clicking a stop #65

Closed ReeceBirchmore closed 11 months ago

ReeceBirchmore commented 11 months ago

Currently with the new design, clicking a stop just opens the sheet - this can cause some issues and prevents us doing cool things with the map.

When you tap a stop, the NextTimeCard (see below image) should appear image

However, to keep in line with the new design, we should use a new method:

A swipeable bottomsheet, it will pop up below the nav and finish at just above it (so as not to interrupt navigation)

This will contain the details, it can be dismissed by swiping.

This card needs to be tweaked to allow it to be dismissed, either by swiping down or clicking a close button