Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack

This commit is contained in:
Meierschlumpf
2022-12-10 22:17:48 +01:00
59 changed files with 962 additions and 1009 deletions

View File

@@ -0,0 +1,3 @@
export interface IconSelectorItem {
url: string;
}

View File

@@ -0,0 +1,3 @@
export interface WalkxcodeRepositoryIcon {
name: string;
}

View File

@@ -11,7 +11,7 @@ export interface ServiceType extends TileBaseType {
}
interface ServiceBehaviourType {
onClickUrl?: string;
onClickUrl: string;
isOpeningNewTab: boolean;
}