diff --git a/src/components/config/keys/KeyFeedbackConfig.vue b/src/components/config/keys/KeyFeedbackConfig.vue
index 9155f28..070ff66 100644
--- a/src/components/config/keys/KeyFeedbackConfig.vue
+++ b/src/components/config/keys/KeyFeedbackConfig.vue
@@ -41,7 +41,7 @@
+
+
+
+
+
+
+
+
+
Transition
+
+
+
+
+ {{ element.name }}
+
+
+
+
+
+
+
+
+
diff --git a/src/components/profile/ProfileManager.vue b/src/components/profile/ProfileManager.vue
index 1ebf7ab..73edaf6 100644
--- a/src/components/profile/ProfileManager.vue
+++ b/src/components/profile/ProfileManager.vue
@@ -50,30 +50,32 @@
}})
- onProfileDrop(event, categoryIndex)">
-
-
-
-
-
-
-
+
+ onProfileDrop(event, categoryIndex)">
+
+
+
+
+
+
+
+
@@ -104,6 +106,13 @@ defineProps({
},
})
+const dragOptions = ref({
+ group: 'profiles',
+ ghostClass: 'ghost',
+ animation: 150,
+ direction: 'vertical',
+})
+
const maxProfiles = 32
const store = useStore()
@@ -198,6 +207,10 @@ const onProfileDrop = (event, categoryIndex) => {
opacity: 0;
}
+.sortable-drag {
+ opacity: 0;
+}
+
.hideable-header:not(:only-child) {
display: none;
}