MemePlace / Frontend

Frontend Repo
3 stars 0 forks source link

Adds Community Browsing/Front Page View #68

Closed Step7750 closed 6 years ago

Step7750 commented 6 years ago

Will test further when the server merges the PR for getting lists of memes

Closes #64

Step7750 commented 6 years ago

@Dave0921, @bandgeekdante I'd like your opinions before merging, this is a pretty big PR that may conflict with your stuff.

Dave0921 commented 6 years ago

Okay yea I'm looking at the merge atm; there's a lot to go through haha.

Dave0921 commented 6 years ago

Just wanted to confirm, it looks like we are sticking to using the star border (rather than solid star for favourited communities) for both favourited and unfavourited communities right? Other than that, it is good.

Step7750 commented 6 years ago

It uses a star border for unfavourited and star for favourited

{{isFavourited ? 'star': 'star_border'}}

Dave0921 commented 6 years ago

Oh sorry missed that.