HellowLab / DblFeature

A React-Native Tinder style mobile app to help people find matches for movies to watch together.
1 stars 0 forks source link

UI Cleanup: Ensure Clean UI Across the App #41

Open SeanKudrna opened 1 month ago

SeanKudrna commented 1 month ago

Ensure the UI is clean and consistent across the app, with a focus on minimizing features to limit scope for the first release.

mango23322 commented 4 weeks ago

I made some changes to how the search screen displays

SeanKudrna commented 3 weeks ago
mango23322 commented 3 weeks ago

for the "add movie details to My Movies screen", we are currently iterating over the DjangoMovie list for liked / disliked movies. In order to display tmdb movie infor we would need to do a bit of refactoring. I'd like to save that for v1.1. For now I cleaned it up by adding My Rating and Swipe Date to the component

Image