-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add an Open in browser button on error panel #9180
Conversation
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.
Thank you for this improvement! Here are changes that you need to apply in order to have this pull request merged.
I have modified the code according to your reply, you can review them now @AudricV |
What will the button do, BTW? Will it directly open the default browser selected in the OS? Or show a list of apps that can handle the link type? |
|
I think it would be better to show the list of apps. The user may want to open it in an app other than the default browser, like a media player. |
|
It's perfectly fine to open it in the default browser. Nothing wrong with that behaviour. I'm just providing a suggestion for extra functionality. If a user wants to open it in a different browser, or in a media app, they should be able to. They can always select "Always open" so that their selected choice becomes the default way to open. |
Hmmmmm I see what you mean but I'm afraid I won't be able to do well with this extra feature. As I am an Anu student, this is an example of PR practice in one of my classes and the deadline for this assignment is this weekend |
No problems at all. 👍 |
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.
Thank you! Looks almost good
I added the function as you said @Stypox |
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.
Just a few more little changes
OK,I modified the code as you said @Stypox |
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.
Looks good to me. Thank you!
What is it?
Description of the changes in your PR
With the addition of the open_in_browser button design, the The user can watch the video in case the new pipe itself is faulty.
Before/After Screenshots/Screen Record
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence