Commit Graph

73 Commits

Author SHA1 Message Date
Aj - Thomas
a0d86e2914 Linting and formatting
CRLF > LF is REALLY annoying
2022-05-10 19:03:41 +02:00
Aj - Thomas
5d80d36be3 Fix AppShelf circular imports 2022-05-10 19:02:16 +02:00
Aj - Thomas
72f19d450c Basic layout styling 2022-05-10 18:58:21 +02:00
Aj - Thomas
6024391414 AppShelf styling 2022-05-10 18:58:13 +02:00
Aj - Thomas
2462671700 Add Module wrapper 2022-05-10 18:57:04 +02:00
Aj - Thomas
0c0f8247d8 Update Calendar Module styling 2022-05-10 18:56:50 +02:00
Aj - Thomas
fa45eb3b3b Add Date module 2022-05-10 18:56:29 +02:00
Aj - Thomas
b8ce86d783 Update module interface 2022-05-10 18:56:16 +02:00
Aj - Thomas
7be22833b0 Merge pull request #22 from ajnart/ajnart/issue21
Add darkmode switch in settings menu #21
2022-05-09 22:06:26 +02:00
Aj - Thomas
cb3abbc1c7 Use general media display component
Instead of a different one for each media type
2022-05-09 22:03:36 +02:00
Aj - Thomas
a2a3155081 Add the ability to display multiple medias released on the same day 2022-05-09 21:50:13 +02:00
Aj - Thomas
6dc114a42b Prettier 2022-05-09 02:07:11 +02:00
Aj - Thomas
43c0465e52 Add darkmode switch in settings menu #21 2022-05-09 01:35:11 +02:00
Aj - Thomas
4452b088c8 Enhancement : Decouple the UI by using conditional rendering for each module 2022-05-08 20:54:40 +02:00
Aj - Thomas
5f58f84843 Added icon matching if name found in public CDN 2022-05-08 20:00:47 +02:00
Aj - Thomas
5e97dd40d6 Change config name and convert back to LF... 2022-05-06 23:19:05 +02:00
Aj - Thomas
42cae6f0da Add an option to directly change the querry url in settings 2022-05-06 23:10:00 +02:00
Aj - Thomas
97db9ba713 Conditional rendering when no API key provided 2022-05-06 22:45:51 +02:00
Aj - Thomas
c9dd7db9ef Add the ability to edit the service.
Fixes #2
2022-05-06 22:29:47 +02:00
Aj - Thomas
db01831916 Styling layout 2022-05-06 22:02:52 +02:00
Aj - Thomas
5a809fd1f4 Styling changes and add multiple popovers 2022-05-06 21:40:21 +02:00
Aj - Thomas
a8efa5a431 Styling fixes 2022-05-06 18:26:47 +02:00
Aj - Thomas
af9c42f5e0 Remove Issue TODO 2022-05-06 17:50:21 +02:00
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
4245a273fe Improve UI 2022-05-04 07:12:22 +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
a060be10c3 Update Media display story default media 2022-05-02 15:08:31 +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
07449b9272 Delete old types 2022-05-01 14:46:15 +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