mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(lists): ui enhancements (#1898)
* feat(web): remove browserslist left over * fix(web): use string on some Settings section description * fix(web): parse listType name * fix(web): lists table aligned with other tables * fix(web): fix release typo * fix(web): Lists filter limited to 1
This commit is contained in:
parent
af3907df9b
commit
c13844e8b0
6 changed files with 38 additions and 47 deletions
|
@ -452,6 +452,19 @@ export const ListTypeOptions: OptionBasicTyped<ListType>[] = [
|
|||
},
|
||||
];
|
||||
|
||||
export const ListTypeNameMap: Record<ListType, string> = {
|
||||
"SONARR": "Sonarr",
|
||||
"RADARR": "Radarr",
|
||||
"LIDARR": "Lidarr",
|
||||
"READARR": "Readarr",
|
||||
"WHISPARR": "Whisparr",
|
||||
"MDBLIST": "MDBList",
|
||||
"TRAKT": "Trakt",
|
||||
"METACRITIC": "Metacritic",
|
||||
"STEAM": "Steam",
|
||||
"PLAINTEXT": "Plaintext",
|
||||
};
|
||||
|
||||
export const NotificationTypeOptions: OptionBasicTyped<NotificationType>[] = [
|
||||
{
|
||||
label: "Discord",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue