🔧 fix lint errors and bumb version

This commit is contained in:
Thomas Camlong
2022-11-12 08:12:54 +09:00
parent 7414f02667
commit dfdb8678b7
21 changed files with 82 additions and 87 deletions

View File

@@ -30,6 +30,4 @@ export const dashboardNamespaces = [
'modules/common-media-cards',
];
export const loginNamespaces = [
'authentication/login',
];
export const loginNamespaces = ['authentication/login'];

View File

@@ -11,7 +11,7 @@ export interface Settings {
secondaryColor?: MantineTheme['primaryColor'];
primaryShade?: MantineTheme['primaryShade'];
background?: string;
customCSS?: string,
customCSS?: string;
appOpacity?: number;
widgetPosition?: string;
appCardWidth?: number;
@@ -76,7 +76,7 @@ export const ServiceTypeList = [
'Overseerr',
'Jellyseerr',
'Sabnzbd',
'NZBGet'
'NZBGet',
];
export type ServiceType =
| 'Other'
@@ -120,7 +120,7 @@ export const portmap = [
{ name: 'overseerr', value: '5055' },
{ name: 'dash.', value: '3001' },
{ name: 'sabnzbd', value: '8080' },
{ name: 'nzbget', value: '6789' }
{ name: 'nzbget', value: '6789' },
];
export const MatchingImages: {