Thomas Camlong
37565284e6
🔀 Merge pull request #271 from ajnart/searchBar
...
✨ Adds query placeholder and autoFocus (#267 #268 )
2022-06-25 15:36:06 +02:00
WalkxCode
97d585dc17
✨ Adds query placeholder and autoFocus ( #267 #268 )
2022-06-25 14:02:53 +02:00
ajnart
f0bae49830
🚨 Lint and prettier fix
2022-06-21 16:21:40 +02:00
Larvey
16ec57081b
Fix Calendar Item Duplication
...
- 6fd23cf6a0 changed how items for the calendar are acquired, making it so every series gets updated when a new one gets added, or one gets moved. This causes the entries in the calendar to duplicate due to old code being left in.
2022-06-20 13:32:31 -04:00
ajnart
690f09fcf3
🚑 Hotfix ServiceItems
2022-06-20 10:40:30 +02:00
Larvey
6ee7d6ec8d
declutter config file
2022-06-20 10:06:15 +02:00
Larvey
4516dde1f4
Reworked AddAppShelfItem
...
Adds:
- Advanced Options tab
- Changed which ping status codes identify as "Online"
- Change if service opens in new tab or not
Fixes:
- Deluge and Transmission Password requirement
2022-06-20 10:01:36 +02:00
Larvey
b7bf18250d
Fix CalendarModule.tsx
...
Fix no content showing when 1 of the same service is down.
2022-06-16 21:02:30 -04:00
Thomas Camlong
93256b7a6a
🔀 Merge pull request #224 from ajnart/ajnart/issue217
...
✨ Configure calendar widget to show Sunday first #217
2022-06-15 06:52:50 +02:00
Larvey
4980254e89
Update DownloadsModule.tsx
2022-06-14 21:14:26 -04:00
ajnart
5d31e414f0
✨ Configure calendar widget to show Sunday first
...
Fixes #217
2022-06-14 20:50:11 +02:00
ajnart
df85fc6b7d
🐛 Fix multiple bugs and reformat code
2022-06-12 15:38:14 +02:00
Larvey
98eaee1234
Use humanFileSize
2022-06-12 01:15:38 -04:00
Larvey
433edafddd
Remove humanFileSize
2022-06-12 01:14:38 -04:00
Larvey
21c08cbe63
Change Elements hidden on Mobile
2022-06-12 00:59:12 -04:00
Larvey
ec92a1d89c
Removed new Features on Mobile (Temporary)
2022-06-12 00:52:12 -04:00
Larvey
8eae5a908c
Merge branch 'dev' into patch-3
2022-06-12 00:25:36 -04:00
Larvey
08799aac18
Fix build issue from pull request #193
2022-06-11 19:16:03 -04:00
Larvey
06531e0fb8
Removed Logging used during development
2022-06-11 19:02:34 -04:00
Larvey
922caa76da
More Info in Torrents Module
...
Added
- ETA
- Torrent Size
- Paused state color in progress bar
2022-06-11 18:59:45 -04:00
Darkham42
0acb1f6b6d
refactor: use theme
2022-06-11 23:44:14 +02:00
Darkham42
8d645ca404
fix: calendar current day for light theme
2022-06-11 23:22:58 +02:00
Darkham42
562a05adf5
feat: calendar indication about date and we with secondary color
2022-06-11 20:11:20 +02:00
Thomas Camlong
de77e06b18
🔀 Merge pull request #188 from Aimsucks/more-customizations
...
Color, shade, app opacity, and background customizations thank you @Aimsucks !
2022-06-11 19:49:46 +02:00
ajnart
03c499d822
🚚 Make the weather module release (from beta)
2022-06-11 19:45:09 +02:00
ajnart
426ba69afd
✨ Add more transparency areas and fix bugs
2022-06-11 18:37:13 +02: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
ajnart
f75da289c2
🚑 Hotfix calendar and mobile responsiveness
2022-06-08 09:56:04 +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
ajnart
fb291c5411
🐛 Trying to fix dates
2022-06-07 19:34:24 +02:00
ajnart
4f1640b70a
🐛 Fix a small bug inside the torrent module
2022-06-07 12:41:49 +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
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
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
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
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
ajnart
00928ae709
📱 Make the design way more responsive for mobile
2022-06-06 15:20:46 +02:00
Thomas Camlong
44a7df5ae0
Merge pull request #170 from ajnart/system-info
...
System info
2022-06-03 13:56:45 +02:00
ajnart
25fa376c2d
✨ Update display for current CPU
2022-06-03 13:56:15 +02:00
Thomas "ajnart" Camlong
de3792fb6b
🐛 Fixing a bug related to imports
2022-06-03 13:56:14 +02:00
ajnart
64b1679b03
🐛 Fixing bugs in system info
2022-06-03 13:56:14 +02:00
ajnart
8da0b38662
⚡ Working on system info
2022-06-03 13:56:13 +02:00