chore: backport recent WebUI fixes (#6563)

* fix: update WebUI build instructions to use `dataurl` loader for images (#6430)

(cherry picked from commit 9932f567fb)

* fix: always use location of selected torrents in WebUI set location dialogue (#6334)

(cherry picked from commit 71de532e0c)
This commit is contained in:
Yat Ho
2024-02-04 12:14:51 +08:00
committed by GitHub
parent e45b99ca4e
commit dea9400a2a
2 changed files with 3 additions and 8 deletions

View File

@@ -25,8 +25,8 @@ $ esbuild \
--allow-overwrite \
--bundle \
--legal-comments=external \
--loader:.png=binary \
--loader:.svg=binary \
--loader:.png=dataurl \
--loader:.svg=dataurl \
--minify \
--outfile=public_html/transmission-app.js \
src/main.js