]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
util/window/form: add a theme selector
authorDaniel Tschlatscher <d.tschlatscher@proxmox.com>
Wed, 8 Mar 2023 16:37:43 +0000 (17:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Mar 2023 16:49:20 +0000 (17:49 +0100)
commit15fddc20d1850b7a228b0fa264f641099d9b82cc
tree91cbc494ec8b7603ec9098158bad4ec7a18b6db6
parentc5559f82ea2536dd12de74f7bb5bb29ae81a63cb
util/window/form: add a theme selector

add a widget that implements a theme selector and sets a cookie to
load the appropriate theme.

Co-authored-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
Co-authored-by: Stefan Sterz <s.sterz@proxmox.com>
Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
src/Makefile
src/Utils.js
src/form/ThemeSelector.js [new file with mode: 0644]
src/window/ThemeEdit.js [new file with mode: 0644]