mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-07 04:10:01 -05:00
[GH-ISSUE #17] [UI] Put watch, star and fork icon action to repo page #320
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @max-hk on GitHub (Dec 12, 2019).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/17
Hi. Would you consider putting watch, star and fork action in the repo page instead of the three dot menu?
User may press the star/watch/fork icon to star/watch/fork a repo and press star/watch/fork count to view watchers/stargazers/forks of a repo.
@pd4d10 commented on GitHub (Feb 9, 2020):
Hi, @maxloh , thanks for your feedback! Because the count area tap event is to go to watchers/stargazers screen, so we add an extra row to do watch/star action in v1.4.0. Does this meet your needs?
The fork action is not ready yet, because it is related to code editing and pull requests creating, and these processes have not been implemented in this app yet.
Screenshot
@max-hk commented on GitHub (Feb 10, 2020):
@pd4d10 The user interface in v1.4.0 meet my needs, but it would be better if you could put action buttons next to the count area.
Thank you.
@pd4d10 commented on GitHub (Feb 11, 2020):
OK. Considering the mobile screen small size, we didn't put them together as the GitHub website does.
Thanks for your feedback! Feel free to open another issue if there are other problems.