Aj - Thomas
0c7606793a
Add new update notification on main dashboard
2022-05-12 02:41:13 +02:00
Aj - Thomas
d58465142c
Add regex matching for add shelf item
...
Resolves not fetching when the users didn't put a / at the end of the service url
2022-05-11 08:55:38 +02:00
Aj - Thomas
a7f4187a82
Remove year in Date module
...
You don't know the year we're in?
2022-05-10 21:00:18 +02:00
Aj - Thomas
b92462d056
Remove useless code
...
Old code supposed to interract with qBittorrent
2022-05-10 20:59:57 +02:00
Aj - Thomas
034ef3fd8f
Add notifications for Calendar module
2022-05-10 20:57:04 +02:00
Aj - Thomas
d5b17d5303
Improve Module matching
...
More TypeScript magic ! 🪄
2022-05-10 20:56:48 +02:00
Aj - Thomas
2c461a6695
Add a module enabler
...
Add module enabler in settings.
This loops over all the exported Modules in the components/modules folder and renders them. (Interpreted language magic/ metaclasses)
2022-05-10 20:33:11 +02:00
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