]> source.dussan.org Git - nextcloud-server.git/commit
Rewrite admin theming in Vue
authorChristopher Ng <chrng8@gmail.com>
Sat, 1 Oct 2022 03:04:39 +0000 (03:04 +0000)
committerChristopher Ng <chrng8@gmail.com>
Fri, 28 Oct 2022 00:18:47 +0000 (00:18 +0000)
commit4a2bbc7af9249364ba2455f627522450262cad75
treeb0fd373e0aad0f18c35d2272c565b20bdab630a9
parentd007088cf5d89e29065991e0cbe2c890dfa13d96
Rewrite admin theming in Vue

Signed-off-by: Christopher Ng <chrng8@gmail.com>
36 files changed:
apps/theming/css/default.css
apps/theming/lib/ImageManager.php
apps/theming/lib/Settings/Admin.php
apps/theming/lib/Settings/Personal.php
apps/theming/lib/Themes/CommonThemeTrait.php
apps/theming/lib/Themes/DefaultTheme.php
apps/theming/lib/ThemingDefaults.php
apps/theming/src/AdminTheming.vue [new file with mode: 0644]
apps/theming/src/admin-settings.js [new file with mode: 0644]
apps/theming/src/components/admin/CheckboxField.vue [new file with mode: 0644]
apps/theming/src/components/admin/ColorPickerField.vue [new file with mode: 0644]
apps/theming/src/components/admin/FileInputField.vue [new file with mode: 0644]
apps/theming/src/components/admin/TextField.vue [new file with mode: 0644]
apps/theming/src/components/admin/shared/field.scss [new file with mode: 0644]
apps/theming/src/helpers/refreshStyles.js [new file with mode: 0644]
apps/theming/src/mixins/admin/FieldMixin.js [new file with mode: 0644]
apps/theming/src/mixins/admin/TextValueMixin.js [new file with mode: 0644]
apps/theming/src/personal-settings.js [new file with mode: 0644]
apps/theming/src/settings.js [deleted file]
apps/theming/templates/settings-admin.php
apps/theming/tests/Settings/AdminTest.php
core/css/guest.css
dist/core-common.js
dist/core-common.js.map
dist/theming-admin-theming.js [new file with mode: 0644]
dist/theming-admin-theming.js.LICENSE.txt [new file with mode: 0644]
dist/theming-admin-theming.js.map [new file with mode: 0644]
dist/theming-personal-theming.js [new file with mode: 0644]
dist/theming-personal-theming.js.LICENSE.txt [new file with mode: 0644]
dist/theming-personal-theming.js.map [new file with mode: 0644]
dist/theming-theming-settings.js [deleted file]
dist/theming-theming-settings.js.LICENSE.txt [deleted file]
dist/theming-theming-settings.js.map [deleted file]
tests/acceptance/features/app-theming.feature
tests/acceptance/features/bootstrap/ThemingAppContext.php
webpack.modules.js