h-yung / trip-organizer

A lightweight mobile-friendly app with serverless API that keeps travel information accessible on the go, with the option to log expenses.
0 stars 0 forks source link

UI: Show when activity has passed in time #11

Closed h-yung closed 3 months ago

h-yung commented 3 months ago

User request: I want to see when the activity is 'over'/in the past.

Approach: Style conditionally based on whether datetime of activity < current date (local time for user).

h-yung commented 3 months ago

image