-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request