super-productivity/packages/plugin-dev/github-issue-provider/src/manifest.json
Johannes Millan 31480a5fab feat(tasks): replace drag handle with done toggle circle and improve mobile UX
- Replace drag handle with SVG done-toggle circle with checkmark draw-on animation
- Improve mobile UX: cdkDragStartDelay for touch, bottom-sheet context menu
- Move issue/repeat indicators from drag handle to tag-list as chips
- Add isFinishDayEnabled config toggle
- Reorder context menu: add sub task before duplicate, deadline as own entry
- Fix context menu not opening on swipe left
- Fix race condition in done toggle animation timeout
2026-03-22 18:14:16 +01:00

55 lines
926 B
JSON

{
"id": "github-issue-provider",
"name": "GitHub Issues",
"version": "1.0.0",
"manifestVersion": 1,
"minSupVersion": "13.0.0",
"description": "GitHub issue provider plugin",
"author": "Super Productivity",
"type": "issueProvider",
"icon": "icon.svg",
"iFrame": false,
"permissions": [],
"hooks": [],
"i18n": {
"languages": [
"en",
"ar",
"cs",
"de",
"es",
"fa",
"fi",
"fr",
"hr",
"id",
"it",
"ja",
"ko",
"nb",
"nl",
"pl",
"pt",
"pt-br",
"ro",
"ro-md",
"ru",
"sk",
"sv",
"tr",
"uk",
"zh",
"zh-tw"
]
},
"issueProvider": {
"pollIntervalMs": 600000,
"icon": "github",
"humanReadableName": "GitHub",
"issueProviderKey": "GITHUB",
"issueStrings": {
"singular": "Issue",
"plural": "Issues"
}
}
}