Add ability to like, i. e. add images to favorites #99
Closed
user622628252416
started this conversation in
Ideas
Replies: 2 comments
-
Hi. I agree toggling the like from the app is useful, it is in the roadmap. I think this feature can be added to one of the upcoming updates. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there. Please, check out version 1.21.0 – it has the ability to like/dislike content as well as see only liked (favorite) photos. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like using favorites to organize my images while viewing them, so being able to do that in the app would be really helpful to me.
At first glance, that feature seems fairly straightforward to implement. As far as I can tell, adding/removing images from favorites is just a POST/DELETE api call to the /api/v1/photos/{uid}/like endpoint.
Expanding on that idea, archiving images from inside the app would also be pretty useful, but not quite as important to me.
Do you agree such a feature would be a sensible addition? I haven't really looked into the code yet, but if you want help, I might contribute.
Beta Was this translation helpful? Give feedback.
All reactions