-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Search in Launchpad by PR URL. GitHub (#3543) #3684
Conversation
d3d4f28
to
4ad520d
Compare
This comment was marked as resolved.
This comment was marked as resolved.
It looks like existing behavior. Got to an item and put a query that doesn't match any command and these two item appear. unclickable-items-in-launchpad.mp4 |
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.
I didn't manage to get through all the logic in launchpad.ts
yet, so these comments are not yet complete, but cover all the other changes. Mostly just nitpicks and questions at this point - will test more thoroughly on Monday.
99c86e1
to
3578a54
Compare
3578a54
to
10cda1c
Compare
Accidentally requested my own review on this PR. I removed it - feel free to re-request my review whenever it's ready to go. |
10cda1c
to
60b148f
Compare
60b148f
to
c216fdf
Compare
If # 1. What if I want to pin an item but I don't see it in the launchpad, so I start searching it, then when it becomes clearly visible I click "pin". So, it becomes pinned.
Yes. We don't see the effect immediately, but the item has been affected, so in the non-searching state of the Launchpad we'll see the result of our action. If # 2. However, it would make sense if we let users pin any PR. But now I agree, it makes sense to remove these action from "additional" items that have been found. Thoughts? |
Yes, I'm referring specifically to the "additional" items found in search from the app, and precisely because of the bug you describe. They should be considered temporary and we should not support pin or snooze on them for now because they won't stick around. If we do want to support that in the future, we can make a ticket for it. |
I suppose, what we do want to fix is to preserve search query on "back" step after selecting an item. Now the query gets lost every time I select an item and then go back. |
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.
LGTM
88594b0
to
6460b40
Compare
Description
When I copy and paste a PR URL directly into the input box on the main step, it should search for that PR
Checklist
typically 1, don't squash my lovely commits, this PR is too big too be squashed).Fixes $XXX -
orCloses #XXX -
prefix to auto-close the issue that your PR addresses