]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/Makefile
dark-theme: increase contrast on check-boxes
[proxmox-widget-toolkit.git] / src / Makefile
index abafc2c87d7bfc05c0e104832834acc407931146..11790a071ce780a7a0b09be87ed085bf2ea2c99a 100644 (file)
@@ -1,6 +1,6 @@
 include defines.mk
 
-SUBDIRS= css images
+SUBDIRS= css images proxmox-dark
 
 # bundle it for now from the libjs-marked debian package to avoid touching our proxies file mapper,
 # we could also just ship a link to the packages file and load from same path as the widget-toolkit
@@ -44,7 +44,9 @@ JSSRC=                                        \
        form/TaskTypeSelector.js        \
        form/ACME.js                    \
        form/UserSelector.js            \
+       form/ThemeSelector.js           \
        button/Button.js                \
+       button/AltText.js               \
        button/HelpButton.js            \
        grid/ObjectGrid.js              \
        grid/PendingObjectGrid.js       \
@@ -66,6 +68,7 @@ JSSRC=                                        \
        panel/ACMEDomains.js            \
        panel/StatusView.js             \
        panel/TfaView.js                \
+       panel/NotesView.js              \
        window/Edit.js                  \
        window/PasswordEdit.js          \
        window/SafeDestroy.js           \
@@ -87,6 +90,8 @@ JSSRC=                                        \
        window/AddWebauthn.js           \
        window/AddYubico.js             \
        window/TfaEdit.js               \
+       window/NotesEdit.js             \
+       window/ThemeEdit.js             \
        node/APT.js                     \
        node/APTRepositories.js         \
        node/NetworkEdit.js             \