5a104a8f95
- Replace custom filters with Gitea UI equivalents (your repos, assigned, created, review requested, reviewed, mentioned) - Fix pagination to fetch all pages from issues/search - Filter out false-positive issues (pull_request: null) - Use issues/search API for all filters (correct token scopes required) - Add StreamAction registration Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
106 lines
3.1 KiB
JSON
106 lines
3.1 KiB
JSON
{
|
|
"Version": "1.0.0",
|
|
"Author": "mars3142",
|
|
"Name": "mars3142 Collection",
|
|
"Description": "A collection of plugins by mars3142.",
|
|
"Icon": "assets/icons/icon.png",
|
|
"Category": "mars3142",
|
|
"CategoryIcon": "assets/icons/icon.png",
|
|
"CodePath": "plugin/app.html",
|
|
"Type": "JavaScript",
|
|
"PrivateAPI": true,
|
|
"UUID": "dev.mars3142.ulanzideck.collection",
|
|
"Actions": [
|
|
{
|
|
"Name": "Petrol Watch",
|
|
"Icon": "assets/icons/petrol.svg",
|
|
"PropertyInspectorPath": "property-inspector/petrol/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/petrol.svg"
|
|
}
|
|
],
|
|
"Tooltip": "Monitors petrol prices from a configured URL",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.petrol"
|
|
},
|
|
{
|
|
"Name": "Copilot Usage",
|
|
"Icon": "assets/icons/copilot.png",
|
|
"PropertyInspectorPath": "property-inspector/copilot/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/copilot.png"
|
|
}
|
|
],
|
|
"Tooltip": "Displays GitHub Copilot usage percentage as a gauge",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.copilot"
|
|
},
|
|
{
|
|
"Name": "Gitea Actions",
|
|
"Icon": "assets/icons/gitea.png",
|
|
"PropertyInspectorPath": "property-inspector/gitea/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/gitea.png"
|
|
}
|
|
],
|
|
"Tooltip": "Shows the latest Gitea Actions run status for a repository",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.gitea"
|
|
},
|
|
{
|
|
"Name": "Gitea Pull Requests",
|
|
"Icon": "assets/icons/gitea.png",
|
|
"PropertyInspectorPath": "property-inspector/giteapr/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/gitea.png"
|
|
}
|
|
],
|
|
"Tooltip": "Shows open pull requests assigned to you across all repositories",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.giteapr"
|
|
},
|
|
{
|
|
"Name": "Model Railway",
|
|
"Icon": "assets/icons/railway.png",
|
|
"PropertyInspectorPath": "property-inspector/railway/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/railway.png"
|
|
}
|
|
],
|
|
"Tooltip": "Shows light color, time and mode from an ESP32 model railway controller via MQTT",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.railway"
|
|
},
|
|
{
|
|
"Name": "Model Railway Stream",
|
|
"Icon": "assets/icons/railway.png",
|
|
"PropertyInspectorPath": "property-inspector/stream/inspector.html",
|
|
"States": [
|
|
{
|
|
"Name": "Default",
|
|
"Image": "assets/icons/railway.png"
|
|
}
|
|
],
|
|
"Tooltip": "Displays the live 128x64 monochrome display stream from an ESP32 model railway controller via MQTT",
|
|
"UUID": "dev.mars3142.ulanzideck.collection.stream"
|
|
}
|
|
],
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion": "10.11"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "10"
|
|
}
|
|
],
|
|
"Software": {
|
|
"MinimumVersion": "2.1.18"
|
|
}
|
|
} |