ajones05 / seearound.me-ionic

0 stars 0 forks source link

Update to post options #148

Closed ajones05 closed 7 years ago

ajones05 commented 7 years ago

Now looks like this: img_4469

Two changes:

  1. If already following a user, then the option should be to "unfollow"

  2. Remove all icons, just have text. Text to be centered.

abdulhafeez commented 7 years ago
  1. Do we have an API to check whether a user is following another user? I tried to get a list using myfriendlist and then matching the user id but this approach doesn't really fit the scenario. @yuriyua can we have an API? Or something like canEdit on the post?

  2. Done.

yuriyua commented 7 years ago

https://github.com/ajones05/seearound.me-ionic/issues/148#issuecomment-269518758 (1) is done

https://github.com/ajones05/seearound.me/wiki/Mobile-Api-Reference/_compare/8bd4f47937e37d5bc42439d7aa71d81eabdb0008...dc7c22599bf0f8b4f2d4b297c06a75a7bbf5e1dd

abdulhafeez commented 7 years ago

Thanks @yuriyua . Its working.

  1. Done
ajones05 commented 7 years ago

Looks good. Remove some options if your own post image

abdulhafeez commented 7 years ago

Done