mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 17:05:48 +00:00
- 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
55 lines
926 B
JSON
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"
|
|
}
|
|
}
|
|
}
|