From 405eed0c0fd6a839a27038c364d131e8895e243c Mon Sep 17 00:00:00 2001 From: wvffle Date: Wed, 20 Jul 2022 18:15:40 +0000 Subject: [PATCH] Add semantic ui types --- front/package.json | 1 + front/src/components/ShortcutsModal.vue | 6 +- front/src/components/Sidebar.vue | 413 +++++++----------- front/src/components/audio/PlayButton.vue | 22 +- front/src/components/common/Message.vue | 1 - front/src/components/favorites/List.vue | 1 - front/src/components/library/Albums.vue | 1 - front/src/components/library/Artists.vue | 1 - .../components/library/FileUploadWidget.vue | 2 +- front/src/components/library/Podcasts.vue | 1 - front/src/components/library/Radios.vue | 1 - front/src/components/playlists/Form.vue | 1 - front/src/components/semantic/Modal.vue | 3 +- front/src/composables/audio/usePlayOptions.ts | 3 - front/src/init/directives.ts | 17 +- front/src/utils/fomantic.ts | 34 ++ front/src/views/admin/Settings.vue | 9 +- front/src/views/playlists/List.vue | 1 - front/yarn.lock | 173 +++++++- 19 files changed, 371 insertions(+), 320 deletions(-) create mode 100644 front/src/utils/fomantic.ts diff --git a/front/package.json b/front/package.json index 35b619b30..9801d2245 100644 --- a/front/package.json +++ b/front/package.json @@ -58,6 +58,7 @@ "@types/jquery": "3.5.14", "@types/lodash-es": "4.17.6", "@types/qs": "6.9.7", + "@types/semantic-ui": "^2.2.7", "@types/showdown": "^2.0.0", "@typescript-eslint/eslint-plugin": "5.30.5", "@vitejs/plugin-vue": "2.3.3", diff --git a/front/src/components/ShortcutsModal.vue b/front/src/components/ShortcutsModal.vue index e0474f8d4..4fc96f2f7 100644 --- a/front/src/components/ShortcutsModal.vue +++ b/front/src/components/ShortcutsModal.vue @@ -1,5 +1,5 @@ diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index 91089c7d3..db825ab98 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -1,3 +1,133 @@ + + -