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
We have a button in UserProfileView, which tends to open user's issues, with it's states of mentioned / created and open / close, but the supporting SurfaceView that lists the issues is a ModalView which is not the best solution to display list like data, hence I request to switch to Contextual Bar View, which doesn't block user's activity while working on any chat and keeps the issues handy in contextual bar.
As a GitHub App developer
I need to switch the UserIssuesModal from ModalViewParam to ContextualBarViewParam as UserIssuesContextualBar and change all the update actions from modal to contextual bar. Along with that, also need to update the view that it supports leading to IssuesViewModal and also IssueAssignModal
Acceptance Criteria
Replace UserIssuesModal with UserIssuesContextualBar under a new Directory with Contextual Bars.
Update ContextualBar Actions that updated the Current Modal to updating the current contextual bar.
The text was updated successfully, but these errors were encountered:
Why do we need this ?
We have a button in
UserProfileView
, which tends to open user's issues, with it's states of mentioned / created and open / close, but the supportingSurfaceView
that lists the issues is a ModalView which is not the best solution to display list like data, hence I request to switch to Contextual Bar View, which doesn't block user's activity while working on any chat and keeps the issues handy in contextual bar.As a GitHub App developer
I need to switch the UserIssuesModal from
ModalViewParam
toContextualBarViewParam
asUserIssuesContextualBar
and change all the update actions from modal to contextual bar. Along with that, also need to update the view that it supports leading to IssuesViewModal and also IssueAssignModalAcceptance Criteria
The text was updated successfully, but these errors were encountered: