Skip to content
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

Merged
merged 4 commits into from
Jan 23, 2025

Conversation

shaurya-harness
Copy link
Contributor

@shaurya-harness shaurya-harness commented Jan 23, 2025

PR includes fixes for the following bugs :

  1. Repo Summary - huge line in readme was adding horizontal scroll
Screenshot 2025-01-23 at 11 14 35 PM
  1. PR conversation and changes page - scroll comment into view if commentId copied and link shared

  2. Repo Files - files and folders sorting

Screenshot 2025-01-23 at 11 15 11 PM
  1. PR compare/conversation - Search in reviewers doesnt work
  2. PR conversation - searching for labels collapses it and shuts it off. Eventually it vanishes
  3. PR compare/conversation - same query param is used to filter source and target branch

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for harness-xd-review ready!

Name Link
🔨 Latest commit 8df6ca5
🔍 Latest deploy log https://app.netlify.com/sites/harness-xd-review/deploys/679298b037c66300081c4773
😎 Deploy Preview https://deploy-preview-819--harness-xd-review.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for harness-design ready!

Name Link
🔨 Latest commit 8df6ca5
🔍 Latest deploy log https://app.netlify.com/sites/harness-design/deploys/679298b008f9f100086be1cd
😎 Deploy Preview https://deploy-preview-819--harness-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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
Copy link
Collaborator

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

@shaurya-harness shaurya-harness merged commit 41a0209 into main Jan 23, 2025
14 checks passed
@shaurya-harness shaurya-harness deleted the bugbash-fixes-PR branch January 23, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants