C14L / dtr5

Meetup app for Reddit users based on subreddit subscriptions.
https://reddmeet.com
12 stars 2 forks source link

Fix up user lists as fixed-width "picture card" lists, #108

Closed C14L closed 8 years ago

C14L commented 8 years ago

Currently, user lists (search results, subreddit members) show only a large picture, and onmouseover reveal some additional info. Change that to regular "picture cards" with a common width and height for the picture and an addition white-background area below that displays the textual info.

Also, use infinite scrolling for user lists, no "next link" and complete page load for ever 10 or so results. -> that could break the Back button! if user clicks on result after having loaded 5 pages into infinite scrolling, and after viewing the profile they hit Back, the will be served with only the first page again.