You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the user experience better.
Currently, when this command -> /github Username/RepositoryName pulls is entered, action buttons along with link to PR are rendered. And in the PR actions modal when the desired buttons are clicked, for example - View File, View Changes, Comments, etc, the desired modal is opened up but then there is no option to go back, instead the user has to close the modal and again re-open it to select other option in the PR actions modal.
As a GitHub App developer
I need to: Implement a feature to go back to previous modal (PR actions modal) instead of closing it.
So That: The user doesn't have to re-open the modal again and again which doesn't provide good user experience.
Acceptance Criteria
Integrate Go Back option instead of Close submit button in PR Actions modal.
Screenshots/Record
gh-ux.webm
The text was updated successfully, but these errors were encountered:
@umangutkarsh makes sense. I believe this was earlier inbuilt in RocketChat and they then removed this stacking. I think stacking its like an application UI would make for a better UX. Would you like to work on this ?
Why do we need this ?
To make the user experience better.
Currently, when this command ->
/github Username/RepositoryName pulls
is entered, action buttons along with link to PR are rendered. And in the PR actions modal when the desired buttons are clicked, for example - View File, View Changes, Comments, etc, the desired modal is opened up but then there is no option to go back, instead the user has to close the modal and again re-open it to select other option in the PR actions modal.As a GitHub App developer
I need to: Implement a feature to go back to previous modal (PR actions modal) instead of closing it.
So That: The user doesn't have to re-open the modal again and again which doesn't provide good user experience.
Acceptance Criteria
Go Back
option instead ofClose
submit button in PR Actions modal.Screenshots/Record
gh-ux.webm
The text was updated successfully, but these errors were encountered: