Your Bookings

A list, a status pill, and a bug that got fixed here

BookingsScreen is Module 9's LazyColumn pattern again: a when over a UiState (Loading / Success / Error), and inside Success a LazyColumn keyed by booking.id. Nothing new in the list mechanics β€” the new part is what each row shows and does.