Add "Reload" button to the message panel from "GitHub authenticate". #17889
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
There is no "Reload" button in the message panel generated by the "GitHub authenticate" command.
They can reload by their browser's menu or keybind for now. But it's better to provide "Reload" button for their user experience.
Describe the solution you'd like
"Reload" button is added. Like this.
It calls
navigator.window.reload(false)
inside.Describe alternatives you've considered
Providing "Reload" menu. (Probably the sub-menu in "File" section.)
Additional context
I've already implemented it on my PizzaFactory instance and tested by hand. I'm going to send PR.
The text was updated successfully, but these errors were encountered: