mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🔧 fix lint errors and bumb version
This commit is contained in:
@@ -30,6 +30,4 @@ export const dashboardNamespaces = [
|
||||
'modules/common-media-cards',
|
||||
];
|
||||
|
||||
export const loginNamespaces = [
|
||||
'authentication/login',
|
||||
];
|
||||
export const loginNamespaces = ['authentication/login'];
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user