[Feature Request] Collapsible Options for Radarr and Sonarr Queues #3917
Unanswered
collinlucke
asked this question in
Feature Requests
Replies: 1 comment 1 reply
-
I’d love to see this added. - Series:
icon: sonarr
widget:
type: sonarr
url: http://sonarr:8989
enableQueue: true
queueLimit: 0-MAX # 0 would disable the limit like the current behaviour
queueSort: ETA | progress |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently, when you have
enableQueue: true
on either a Radarr or Sonarr service widget it gives you the complete queue. If you have a lot in your queue it pushes everything down and is not a good experience. What I propose is to add acollapsible
attribute that could hide and show the full list. Additionally, I would like to add acompactQueue
attribute that would show the queue in a scrollable container.I'm new to the Homepage world (both as a user and a developer) and kinda went ahead and built the thing with out realizing the process. So here's a little demo for the masses (sorry for the quality):
Home.Page.Demo.mp4
services.yaml
The code probably needs more love before it's ready for prime time - https://github.com/crazy-overlord/homepage/tree/feature-collapsible-arr-queues
Looking forward to any and all suggestions!
Edit: Added
services.yaml
image.Edit 2: Added URL to branch
Beta Was this translation helpful? Give feedback.
All reactions