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
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
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
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
Thomas Camlong
ace8bd75e7
🔀 Merge pull request #177 from ajnart/ajnart/issue150
...
✨ Ability to toggle categories
2022-06-06 21:40:02 +02:00
Thomas Camlong
2e461b4e7a
🔀 Merge pull request #179 from ajnart/ajnart/issue174
...
✨ Password / Login Page
2022-06-06 21:39:47 +02:00
Thomas Camlong
3f87e939c9
🔀 Merge pull request #180 from ajnart/ajnart/issue163
...
✨ Add different URL for API calls
2022-06-06 21:39:38 +02:00
Thomas Camlong
1d9dfc5102
🔀 Merge pull request #181 from ajnart/ajnart/issue147
...
Transmission Integration
2022-06-06 21:39:26 +02:00
ajnart
80a94d3778
FR: Transmission Integration
...
Fixes #147
2022-06-06 21:38:50 +02:00
ajnart
39d66faf4e
✨ Add autocomplete to Search Module
...
Suggestions when searching with the search bar Fixes #12
2022-06-06 20:02:42 +02:00
ajnart
c50e11c75b
🐛 Fix celcius to farenheit
2022-06-06 19:12:59 +02:00
ajnart
9a3ebb56cb
🎨 Quality of life : Use debouncedValue
2022-06-06 18:44:02 +02:00
ajnart
1d1495453a
🩹 Add default values for the categories to be opened by default
2022-06-06 18:31:42 +02:00
ajnart
26cfc485c2
Ability to toggle categories
...
Fixes #150
2022-06-06 18:31:40 +02:00
ajnart
83b4da282a
✨ Password / Login Page
...
Fixes #174
2022-06-06 18:30:14 +02:00
ajnart
ea972effb4
✨ Add different URL for API calls
...
Fixes #163
2022-06-06 18:29:02 +02:00
ajnart
9686761c3d
Merge branch 'master' into dev
2022-06-06 18:28:34 +02:00
ajnart
13a5a4a263
⏪ Revert CI changes
2022-06-06 18:28:26 +02:00
ajnart
339919cfff
✨ Add keyboard navigation (kind of)
...
Fixes #165
2022-06-06 17:39:18 +02:00
ajnart
2594a7caa5
💄 Disable item selection on mobile
...
Fixed Disable text selection in iOS (touch devices) #166
2022-06-06 17:37:42 +02:00
ajnart
2966be4fc4
✨ Add support for multiple same service in Calendar
...
Fixes Calendar Support for Multiple Sonarr / Radarr #176
2022-06-06 15:34:33 +02:00
ajnart
5e21a7df9c
🐛 Fix bug in ping module
...
Module would not ping on the first activation / deactivation
2022-06-06 15:33:25 +02:00
Thomas Camlong
64eb00f2ee
🔀 Changing deluge/qbittorent to use href instead of origin
...
Thank you @VinnyVynce
2022-06-06 15:21:16 +02:00
ajnart
00928ae709
📱 Make the design way more responsive for mobile
2022-06-06 15:20:46 +02:00
ajnart
bbb912479b
🪝 AdduseSetSafeInterval hook
2022-06-06 15:02:41 +02:00
VinnyVynce
5b16589360
Change urls for href instead of origin
2022-06-06 07:07:35 -04:00