Commit Graph

576 Commits

Author SHA1 Message Date
Aj - Thomas
ad831e3ef4 Add the ability to display multiple medias on the same day by looping over the filtered medias for each service type
Fixes #5
2022-05-06 17:50:03 +02:00
Aj - Thomas
49be02ffcd Update styling 2022-05-05 09:34:18 +02:00
Aj - Thomas
2149e2e10a Hugely improve Media display by splitting it into 2 different modules 2022-05-05 09:22:44 +02:00
Thomas "ajnart" Camlong
b58f15aeec Update SimpleGrid 2022-05-04 10:33:08 +02:00
Aj - Thomas
f0fcb7f083 Add basic Sonarr interaction
This is going to be a pain.
2022-05-04 09:30:28 +02:00
Aj - Thomas
6769ca701c Fix right menu position and a typo 2022-05-04 07:49:29 +02:00
Aj - Thomas
1667ea2754 Remove all unused dependencies and items 2022-05-04 07:30:06 +02:00
Aj - Thomas
1ce8a06e21 Update linting 2022-05-04 07:29:49 +02:00
Aj - Thomas
4245a273fe Improve UI 2022-05-04 07:12:22 +02:00
Aj - Thomas
4a7480f94e Remove console logs and double calendar 2022-05-03 20:02:09 +02:00
Thomas "ajnart" Camlong
782886061f Change logo display with 2022-05-03 19:53:01 +02:00
Thomas "ajnart" Camlong
d386902c71 Fix UI and Add shelf item button 2022-05-03 19:52:09 +02:00
Thomas "ajnart" Camlong
71d18a5aa6 Rework appshell and include calendar to the main page 2022-05-02 18:10:56 +02:00
Aj - Thomas
8c1dce68b7 `yarn lint --fix + yarn prettier:write` 2022-05-02 15:11:28 +02:00
Aj - Thomas
c95df0a07b Use Config provider everywhere in app
We can now load as much data as we want in the services and settings values. This solves the issue of using multiple localStorages boxes
2022-05-02 15:09:39 +02:00
Aj - Thomas
ea77bc2a18 Rename Service provider to a Config provider 2022-05-02 15:08:52 +02:00
Aj - Thomas
a060be10c3 Update Media display story default media 2022-05-02 15:08:31 +02:00
Aj - Thomas
0f712b2749 Delete settings file 2022-05-02 15:08:21 +02:00
Aj - Thomas
87c0532188 Reworked types 2022-05-02 15:08:05 +02:00
Thomas "ajnart" Camlong
9159f2d907 Fix ghost dependencies 2022-05-01 14:51:57 +02:00
Thomas "ajnart" Camlong
8fc01d18dc Preparing for the get calendars method 2022-05-01 14:47:17 +02:00
Thomas "ajnart" Camlong
65b4d35350 Move types 2022-05-01 14:46:45 +02:00
Thomas "ajnart" Camlong
1bd7694b52 Move types 2022-05-01 14:46:26 +02:00
Thomas "ajnart" Camlong
07449b9272 Delete old types 2022-05-01 14:46:15 +02:00
Thomas "ajnart" Camlong
11e55c46b4 Add new types 2022-05-01 14:46:06 +02:00
Thomas "ajnart" Camlong
74bef1b9e1 Update README 2022-05-01 14:45:56 +02:00
Thomas "ajnart" Camlong
a13dad4d42 Prettier 2022-04-30 21:51:37 +02:00
Thomas "ajnart" Camlong
023f3ca9e4 Eslint files 2022-04-30 21:39:59 +02:00
Thomas "ajnart" Camlong
72458b8b63 Eslint files 2022-04-30 21:38:13 +02:00
Thomas "ajnart" Camlong
b15c74e09d Make simple qbittorrent switch
This will be used later to ping services
2022-04-30 21:38:04 +02:00
Thomas "ajnart" Camlong
17ebef6c58 Edit AppShelfMenu
Preparing to add an Edit button
2022-04-30 21:37:36 +02:00
Thomas "ajnart" Camlong
e334851c2e Edit types 2022-04-30 21:37:12 +02:00
Thomas "ajnart" Camlong
98c9c1ef6a Add stories 2022-04-30 21:37:04 +02:00
Thomas "ajnart" Camlong
db832bc131 Add stories 2022-04-30 21:36:59 +02:00
Thomas "ajnart" Camlong
dca1f9982e Add media display component 2022-04-30 21:36:53 +02:00
Thomas "ajnart" Camlong
70e03223cf Add Calendar component 2022-04-30 21:36:46 +02:00
Thomas "ajnart" Camlong
7e952c0afd Add a media example for future calendar component 2022-04-30 21:36:34 +02:00
Thomas "ajnart" Camlong
75731c2272 Renaming imports 2022-04-30 21:36:20 +02:00
Thomas "ajnart" Camlong
324df46e5a Rename config to settings in files using it 2022-04-30 21:35:45 +02:00
Thomas "ajnart" Camlong
9fefe87040 Rename config to settings in files using it 2022-04-30 21:35:39 +02:00
Thomas "ajnart" Camlong
a7a72cf9fe Remove unused imports 2022-04-30 21:35:23 +02:00
Thomas "ajnart" Camlong
863262b1e5 Added a simple API file in tools folder
Will probably use NextJS api instead
2022-04-30 21:35:14 +02:00
Thomas "ajnart" Camlong
793e45ff90 Added a types file in tools folder 2022-04-30 21:34:41 +02:00
Thomas "ajnart" Camlong
61df004ace Rename config to settings 2022-04-30 21:34:28 +02:00
Thomas "ajnart" Camlong
13539fb74b Change storybook watched directories 2022-04-30 21:33:26 +02:00
Thomas "ajnart" Camlong
d40b80c0fd Update eslint 2022-04-30 21:33:08 +02:00
Thomas "ajnart" Camlong
f216f46ccb Update dependencies 2022-04-30 21:33:03 +02:00
Thomas "ajnart" Camlong
7c93ff8a29 Update SearchBar 2022-04-28 17:27:39 +02:00
Thomas "ajnart" Camlong
8d7c03eaf9 Update search bar 2022-04-28 15:05:42 +02:00
Aj - Thomas
926815240f Add SearchBar to index 2022-04-27 23:19:02 +02:00