issue-pane

November 18, 2025 ยท View on GitHub

Issue tracker and bug editor pane, very configurable. Solid pane compatible At the moment to start a tracker you have to configure the config file in turtle.

Would be good create a mintNew method to allow new ones to be created in the UI.

Testing Guide

Running Tests

Only ESlint is active on this repo.

# Run linting only
npm run lint

# Auto-fix linting issues
npm run lint-fix