Dynamic titles
This is just an idea:
Adding option to webui that make title as the status of current queue ? maybe progres like 120/1000? percent ? and if all 3 queues are idle "finished" so you can have it pin on browser and see the progress without looking in tab itself.
I have figured out how to do it and some of it is done. I just need a property to save the preference of the user, whether to have it turned on or off. I will push the code when the server has such a property. ShokoAnime/ShokoServer#820
@harshithmohan did you still want to move forward with this?
@harshithmohan
Whenever the queue refactor happens. Till then we do need to put different titles for different pages. Eg., When you are on the series page, we show series name in the title
We should probably use something like react-helmet to change title on every page where it is relevant.
+1
We'll have this once react 19 is released