Skip to content

Issue & PR viewer  #313

@tomlin7

Description

@tomlin7

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.

  • we can simply load the website using a simple webview
  • or we can fetch data with API and manually render the details

note that we don't plan on managing the issue/pr from editor rn, only presenting the data.

image

eg: the settings editor implementation

def open_settings(self, *_) -> None:
self.editorsmanager.add_editor(SettingsEditor(self.editorsmanager))

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgitRelated to biscuit's git integrationlayoutRelated to biscuit layouttext editorRelated to text editor's features

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions