-
Notifications
You must be signed in to change notification settings - Fork 778
Closed
Labels
Description
As of currently, actual commit information can't be viewed anywhere in the application. You may have already noticed that you can't even click a commit in the notifications screen to view it's details.
Would definitely be nice to:
- have the number of commits when viewing the diff of a pull request be clickable
- have commits that show in the notifications screen be clickable
- add number of commits in the repository screen - also clickable
Clicking either would navigate to a list of commits screen (CommitsListScreen for example) and clicking each commit would take you to a commit details screen (CommitScreenfor example which can look the same as PullRequestDiff screen).
Showing commit comments might be a bit more tricky and it's something we can do as a separate ticket once this gets added in.
n10v