gprasant / flixnchill

1 stars 1 forks source link

adds movie comparison view in chat window for matches #31

Closed greysongregory closed 8 years ago

greysongregory commented 8 years ago

also fixes a couple bugs, with some UI changes including reversing the coloring on the chat view (to match how native ios does it)

greysongregory commented 8 years ago

also, the random movies for your match that get displayed change each time you open the chat window... couldn't think of a quick/easy fix :/

basically i seed some random numbers when creating the view, somehow I'd need to use the same set of random numbers for each specific match. will think more on it and implement something tomorrow if we think it's necessary

clusterwin commented 8 years ago

Could you generate the random numbers at match time? Then store them on the match.

greysongregory commented 8 years ago

yep, done

clusterwin commented 8 years ago

LGTM