From b40396c6fdd6a8a5d84e3043815bf5572977562c Mon Sep 17 00:00:00 2001 From: WolfganP Date: Wed, 21 Feb 2018 18:42:55 +0000 Subject: [PATCH] Created Alternate WebUI notes (markdown) --- Alternate-WebUI-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Alternate-WebUI-notes.md diff --git a/Alternate-WebUI-notes.md b/Alternate-WebUI-notes.md new file mode 100644 index 0000000..b0bc01f --- /dev/null +++ b/Alternate-WebUI-notes.md @@ -0,0 +1,9 @@ +# ## **WIP** + +From qBittorrent v4.0.5 and on, the webUI architecture was expanded to allow the use of alternate set of files, allowing customization of the webUI separated from the evolution of the core qBittorrent code. + +Also, this mechanism is controlled via configuration options (via the core UI or config file), and the webUI files (html, css, js, ...) are external to the program so it's easier than ever to test and mofify the webUI functionality, look and feel without need of rebuilding the project. + +### References: +* PR: https://github.com/qbittorrent/qBittorrent/pull/7610 +