Commit Graph

96 Commits

Author SHA1 Message Date
Walkx
6a462f640a 📝 Adds set of rules for modules 2022-05-13 13:50:23 +02:00
Aj - Thomas
b95453b614 Merge pull request #61 from ajnart/multiple-configs
Multiple configs
2022-05-13 02:37:33 +02:00
Aj - Thomas
770b19243d Changing the torrent search url
For @WalkxCode
2022-05-12 23:53:29 +02:00
Aj - Thomas
3cbc7683e8 Fix default search engine in settings menu 2022-05-12 23:05:55 +02:00
Aj - Thomas
7040760a84 Add ConfigChanger indicator 2022-05-12 23:05:55 +02:00
Aj - Thomas
ff2fd2febd Add a ConfigChanger in the settings menu 2022-05-12 23:05:54 +02:00
Aj - Thomas
84b7d4bbdc Fix cookie in Upload form and fix download name 2022-05-12 23:05:54 +02:00
Aj - Thomas
3ce9c98e03 🎉 Persistent config 🎉
After sweat and tears... It's there!
2022-05-12 23:05:54 +02:00
Aj - Thomas
91f636ca97 Basic backend support and config loading from file 2022-05-12 23:05:54 +02:00
Aj - Thomas
e61e986028 Styling modules 2022-05-12 23:04:59 +02:00
Aj - Thomas
e3af7629aa Rename MyHomePage to Homarr 2022-05-12 14:24:15 +02:00
Aj - Thomas
5dee33284d Merge pull request #50 from walkxcode/devel
Multiple QoL updates!
2022-05-12 14:19:42 +02:00
Walkx
cc3e1ce848 fix: Fix type error 2022-05-12 14:14:48 +02:00
Walkx
8f3ba2a709 Merge branch 'master' into devel 2022-05-12 13:15:39 +02:00
WalkxCode
4c042ccb05 feat: Multiple QoL updates 2022-05-12 13:07:47 +02:00
Aj - Thomas
0c7606793a Add new update notification on main dashboard 2022-05-12 02:41:13 +02:00
WalkxCode
86590e7279 feat: Move to Dashboard Icons 2022-05-11 15:10:58 +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