https://github.com/solidos/issue-pane
Issue tracker and bug editor pane, very configurable. Solid pane compatible
https://github.com/solidos/issue-pane
running-code
Last synced: 18 days ago
JSON representation
Issue tracker and bug editor pane, very configurable. Solid pane compatible
- Host: GitHub
- URL: https://github.com/solidos/issue-pane
- Owner: SolidOS
- License: mit
- Created: 2018-11-17T17:54:55.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T23:37:20.000Z (22 days ago)
- Last Synced: 2026-01-22T12:50:13.402Z (21 days ago)
- Topics: running-code
- Language: JavaScript
- Homepage:
- Size: 2.92 MB
- Stars: 7
- Watchers: 11
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# issue-pane
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.
```bash
# Run linting only
npm run lint
# Auto-fix linting issues
npm run lint-fix
```