-
-
Notifications
You must be signed in to change notification settings - Fork 32
Issue & PR viewer #313
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgitRelated to biscuit's git integrationRelated to biscuit's git integrationlayoutRelated to biscuit layoutRelated to biscuit layouttext editorRelated to text editor's featuresRelated to text editor's features
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgitRelated to biscuit's git integrationRelated to biscuit's git integrationlayoutRelated to biscuit layoutRelated to biscuit layouttext editorRelated to text editor's featuresRelated to text editor's features
Feature
Currently the github panel lists open issues and prs, but can't see further info on them. Add a new editor type (derive from BaseEditor, see the editor implementations) to view issues and prs.
note that we don't plan on managing the issue/pr from editor rn, only presenting the data.
eg: the settings editor implementation
biscuit/biscuit/core/events.py
Lines 172 to 173 in 6fac300