Files
threetwo/src/client/constants/settings/settingsMenu.json
Rishi Ghan ae04260f69 Updated .gitignore to ignore storybook static assets (#102)
*  Updated .gitignore to ignore storybook static assets

* 🏗️ Fixed cover-only config for CV detail panel

* 🏗️ Added stats to dashboard

* 🐯 Prowlarr integration WIP

* 🐯 Prowlarr settings form scaffold

* 🧲 Added a form for torrent search

* 🐯 Mocked a prowlarr call
2024-02-23 16:29:13 -05:00

128 lines
2.4 KiB
JSON

[
{
"id": 1,
"category": "general",
"displayName": "General",
"children": [
{
"id": "gen-db",
"displayName": "Dashboard"
},
{
"id": "gen-gls",
"displayName": "Global Search"
}
]
},
{
"id": 2,
"category": "acquisition",
"displayName": "Acquisition",
"children": [
{
"id": "adc",
"displayName": "AirDC++",
"children": [
{
"id": "adc-connection",
"displayName": "Connection"
},
{
"id": "adc-hubs",
"displayName": "Hubs"
},
{
"id": "adc-add-config",
"displayName": "Additional Configuration"
}
]
},
{
"id": "qbittorrent",
"displayName": "qBittorrent",
"children": [
{
"id": "qbt-connection",
"displayName": "Connection"
},
{
"id": "qbt-additional-configuration",
"displayName": "qbt-configuration"
}
]
},
{
"id": "prowlarr",
"displayName": "Prowlarr",
"children": [
{
"id": "prwlr-connection",
"displayName": "Connection"
},
{
"id": "prowlarr-additional-configuration",
"displayName": "prowlarr-configuration"
}
]
}
]
},
{
"id": 3,
"category": "comicvine",
"displayName": "Comic Vine",
"children": [
{
"id": "api",
"displayName": "API"
},
{
"id": "options",
"displayName": "Options"
}
]
},
{
"id": 4,
"category": "statuses",
"displayName": "Service Status",
"children": [
{
"id": "core-service",
"displayName": "Core Services"
},
{
"id": "metadata-service",
"displayName": "Metadata Services"
}
]
},
{
"id": 5,
"category": "system",
"displayName": "System",
"children": [
{
"id": "flushdb",
"displayName": "Flush DB & Temporary folders"
}
]
},
{
"id": 6,
"category": "acknowledgments",
"displayName": "Acknowledgments",
"children": [
{
"id": "testers",
"displayName": "Testers"
},
{
"id": "software",
"displayName": "Software"
}
]
}
]