Add basic Sonarr interaction

This is going to be a pain.
This commit is contained in:
Aj - Thomas
2022-05-04 09:30:28 +02:00
parent 6769ca701c
commit f0fcb7f083
4 changed files with 81 additions and 87 deletions

View File

@@ -20,6 +20,7 @@ import { serviceItem } from '../../tools/types';
const useStyles = createStyles((theme) => ({
main: {
backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[1],
//TODO: #3 Fix this temporary fix and make the width and height dynamic / responsive
width: 200,
height: 180,
},