How to deliver UI theme updates? #17423
Replies: 5 comments
-
|
I'd prefer something like second option. But first, we need to define the theme format more strictly (since this feature is gradually leaving the experimental status). Here are my suggestions:
E.g.: {
"format" : "qBittorrent UI Theme 1.0",
"meta" : {
"name" : "Sample dark theme",
"version" : "1.0",
"author" : "John Doe <john_doe@example.com>",
"update url" : "https://example.com/john_doe/sample_dark_theme.json",
}
} |
Beta Was this translation helpful? Give feedback.
-
|
I'm more partial to the second scenario as well. An important question: in your vision, are theme updates supposed to be fully automatic, or do you just want to notify the user when a new version becomes available? |
Beta Was this translation helpful? Give feedback.
-
👍 |
Beta Was this translation helpful? Give feedback.
-
👍
what should be the format of this? |
Beta Was this translation helpful? Give feedback.
-
I didn't think about it in detail... well, it should at least contain the current version number so that qBittorrent can compare with the one used and warn the user if a newer one is available. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, it's all own users to check for theme updates, which I think is not the best way to do this. I can think of a couple of ways to do this
ping @Chocobo1 @glassez
Beta Was this translation helpful? Give feedback.
All reactions