♻️ Remove console log

This commit is contained in:
Meier Lukas
2023-08-09 21:27:57 +02:00
parent d24d84c834
commit d9eec612d8
2 changed files with 50 additions and 3 deletions

View File

@@ -360,6 +360,54 @@
} }
} }
} }
},
{
"id": "135b7adf-0616-481f-991e-a9035d66b924",
"type": "torrents-status",
"properties": {
"displayCompletedTorrents": true,
"displayStaleTorrents": true,
"labelFilterIsWhitelist": true,
"labelFilter": []
},
"area": {
"type": "wrapper",
"properties": {
"id": "default"
}
},
"shape": {
"sm": {
"location": {
"x": 0,
"y": 0
},
"size": {
"width": 2,
"height": 2
}
},
"md": {
"location": {
"x": 0,
"y": 0
},
"size": {
"width": 2,
"height": 2
}
},
"lg": {
"location": {
"x": 0,
"y": 0
},
"size": {
"width": 2,
"height": 2
}
}
}
} }
], ],
"settings": { "settings": {
@@ -380,14 +428,14 @@
"pageTitle": "Homarr ⭐️", "pageTitle": "Homarr ⭐️",
"logoImageUrl": "/imgs/logo/logo.png", "logoImageUrl": "/imgs/logo/logo.png",
"faviconUrl": "/imgs/favicon/favicon-squared.png", "faviconUrl": "/imgs/favicon/favicon-squared.png",
"backgroundImageUrl": "", "backgroundImageUrl": "https://images.unsplash.com/32/Mc8kW4x9Q3aRR3RkP5Im_IMG_4417.jpg?ixid=M3wxMjA3fDB8MXxzZWFyY2h8MTV8fGJhY2tncm91bmQlMjBpbWFnZXxlbnwwfHx8fDE2OTE0NDQ5NjF8MA&ixlib=rb-4.0.3",
"customCss": "", "customCss": "",
"colors": { "colors": {
"primary": "red", "primary": "red",
"secondary": "yellow", "secondary": "yellow",
"shade": 7 "shade": 7
}, },
"appOpacity": 100 "appOpacity": 30
} }
} }
} }

View File

@@ -67,7 +67,6 @@ function App(
}; };
useEffect(() => { useEffect(() => {
console.log('running page props stuff');
setPrimaryColor(props.pageProps.primaryColor ?? 'red'); setPrimaryColor(props.pageProps.primaryColor ?? 'red');
setSecondaryColor(props.pageProps.secondaryColor ?? 'orange'); setSecondaryColor(props.pageProps.secondaryColor ?? 'orange');
setPrimaryShade(props.pageProps.primaryShade ?? 6); setPrimaryShade(props.pageProps.primaryShade ?? 6);