-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Repo Files sort, PR comments, reviewers labels and branch search #819
Conversation
|
✅ Deploy Preview for harness-xd-review ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for harness-design ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
user: { name: item?.last_commit?.author?.identity?.name }, | ||
sha: item?.last_commit?.sha && getTrimmedSha(item.last_commit.sha), | ||
path: `${fullGitRef || selectedBranch}/~/${item?.path}` | ||
}) as RepoFile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
casting as RepoFile
can hide type issues. It'd be better to add a return type on the anon function
PR includes fixes for the following bugs :
PR conversation and changes page - scroll comment into view if commentId copied and link shared
Repo Files - files and folders sorting