Aimsucks
5cc160473c
Revert " 📝 Background image placeholder and instructions"
...
This reverts commit 4833157061 .
2022-06-08 20:18:42 +00:00
Aimsucks
4833157061
📝 Background image placeholder and instructions
...
Updated readme with instructions to mount the /public folder instead of the /public/icons folder, as well as added a placeholder for background image settings
2022-06-08 18:13:41 +00:00
Aimsucks
a0c8518d22
🎨 Made opacity change app background
...
Made the opacity slider change the individual app background and border rgba values instead of the entire app.
2022-06-08 18:01:16 +00:00
Aimsucks
c0c816d3db
Update src/components/Settings/ShadeSelector.tsx
...
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
2022-06-08 13:13:04 -04:00
Aimsucks
ac47de72ee
Merge branch 'dev' into more-customizations
2022-06-08 12:48:02 -04:00
ajnart
d631865f71
💄 Small UI qol update
...
Module download now has a different look and can be toggled on and off
2022-06-08 18:41:22 +02:00
Aimsucks
4ee6562e35
🐛 Fix for favicon not changing
...
Removed favicon and title from _app.tsx
2022-06-08 16:26:09 +00:00
ajnart
19f80b9b4c
🚑 Hotfix calendar and mobile responsiveness
2022-06-08 16:16:00 +00:00
ajnart
949deacd6d
🔀 Rebase with dev
2022-06-08 16:16:00 +00:00
Larvey
b0f4a91878
Fix Sonarr Incorrect Dates
...
Due to how Sonarr gives dates, they recommend using UTC time when displaying it as it matches their calendar. Took some digging but it fixed it.
2022-06-08 16:16:00 +00:00
ajnart
68f2e79056
🧱 Try to fix cookies issues
2022-06-08 16:16:00 +00:00
ajnart
43e68e1bbf
🐛 Trying to fix dates
2022-06-08 16:16:00 +00:00
Larvey
5033323b7c
Fix for timezone issues
2022-06-08 16:16:00 +00:00
Aimsucks
7519b4a6b2
✨ Added an app opacity slider
...
Added a slider to change individual app opacity on the AppShelf
2022-06-08 16:03:06 +00:00
Aimsucks
e6eedefec4
✨ Added a shade selector
...
Added a popover shade selector similar to the color selector, but shows primary and secondary colors to pick the desired Mantine primaryShade
2022-06-08 15:36:54 +00:00
Aimsucks
845d6a3d87
🎨 Made color switcher change Mantine styles
...
Moved the color switcher's functions to a context provider and made Mantine's styles derived off of that context.
2022-06-08 14:58:32 +00:00
ajnart
f75da289c2
🚑 Hotfix calendar and mobile responsiveness
2022-06-08 09:56:04 +02:00
Thomas Camlong
063a6447c0
🔀 Merge pull request #189 from LarveyOfficial/patch-2
...
Fix Sonarr Incorrect Dates
2022-06-08 08:11:13 +02:00
ajnart
4dac730412
🔀 Rebase with dev
2022-06-08 08:09:59 +02:00
Larvey
de6e0f645f
Fix Sonarr Incorrect Dates
...
Due to how Sonarr gives dates, they recommend using UTC time when displaying it as it matches their calendar. Took some digging but it fixed it.
2022-06-07 22:05:28 -04:00
Aimsucks
b26ab50c8d
🎨 Changed primary/secondary color to camelCase
2022-06-07 17:48:04 +00:00
Aimsucks
423f8110b9
✨ Added a background image input
...
Added an input in the advanced options for a background image. Also removed an unused import from my previous commit and changed the margin on the header bar to padding instead.
2022-06-07 17:36:05 +00:00
ajnart
84ae49ed2a
🧱 Try to fix cookies issues
2022-06-07 19:34:58 +02:00
ajnart
fb291c5411
🐛 Trying to fix dates
2022-06-07 19:34:24 +02:00
Aimsucks
901798055b
✨ Added primary/secondary color selection
...
Added two new inputs to the options menu: primary and secondary color selectors.
2022-06-07 16:53:51 +00:00
Thomas Camlong
d32d599098
🔀 Merge pull request #186 from LarveyOfficial/patch-1
...
Fix for timezone issues
2022-06-07 17:22:57 +02:00
Larvey
76e02cf148
Fix for timezone issues
2022-06-07 11:19:53 -04:00
Thomas Camlong
f19b4675ad
🔀 Merge pull request #184 from Aimsucks/change-title-icons
...
Add settings to change title and icons
2022-06-07 16:17:50 +02:00
ajnart
4f1640b70a
🐛 Fix a small bug inside the torrent module
2022-06-07 12:41:49 +02:00
Thomas Camlong
c1d17ec8b2
Update src/components/Settings/AdvancedSettings.tsx
...
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com >
2022-06-07 12:12:23 +02:00
Thomas Camlong
d2f1268520
Merge branch 'dev' into change-title-icons
2022-06-07 10:37:36 +02:00
ajnart
b72afc2270
📦 💄 Upgrade packages and style
2022-06-07 10:36:47 +02:00
ajnart
de0c625f88
🐛 Fixing Deluge integration
...
Thanks to @scttcper for fixing https://github.com/scttcper/deluge/issues/106 so quickly !
2022-06-07 09:50:04 +02:00
Thomas Camlong
29c9f3ecac
🔥 Remove the Code quality tickboxes
...
They were annoying (to me at least)
2022-06-07 08:32:39 +02:00
ajnart
a321095daf
💄 Styling the settings
2022-06-07 08:21:03 +02:00
ajnart
ced18da65a
🔥 Remove default values for the Advanced settings
2022-06-07 08:20:19 +02:00
ajnart
1a642ad7b4
🔧 Make the changed values optional
2022-06-07 07:20:44 +02:00
Aimsucks
838f196937
✨ Ability to change title and icons V2!
...
Results of criticism in pull request #182
2022-06-07 01:35:50 +00:00
Aimsucks
6af5166aa5
✨ Ability to change title and icons
2022-06-07 00:07:56 +00:00
ajnart
7935fb6616
🚑 Hotfix icon matching
2022-06-07 01:04:34 +02:00
ajnart
ed567065b4
⚰️ Remove dead code
2022-06-07 00:30:42 +02:00
ajnart
06035fb6f0
💄 Very minor fix the the AppShelf UI
2022-06-07 00:15:19 +02:00
ajnart
c1af0a087d
💄 Styling the AppShelf
2022-06-07 00:07:36 +02:00
ajnart
6067c5dfcf
💄 Styling changes for medias and AppShelf
2022-06-06 23:56:33 +02:00
ajnart
bf7b9637f7
🔥 Remove CPU module
2022-06-06 23:56:08 +02:00
ajnart
c552104413
🔥 Remove CPU module
2022-06-06 23:55:49 +02:00
ajnart
6fd23cf6a0
✨ Add support for multiple Arr services
...
In the calendar, you can now have 2 separate Sonarr or Radarr instances
2022-06-06 23:40:45 +02:00
ajnart
e2f59383d6
🚑 Small UI hotfixes
2022-06-06 23:27:55 +02:00
ajnart
8b92135a80
💄 Make responsiveness better for mobile
...
Posters aren't huge on mobile anymore, yay
2022-06-06 22:32:57 +02:00
ajnart
aef4a30512
🚑 Hotfix position of the downloads module
2022-06-06 21:45:45 +02:00