diff --git a/src/components/mobile/ListItemSelectionSheet.vue b/src/components/mobile/ListItemSelectionSheet.vue
new file mode 100644
index 00000000..db21bc8b
--- /dev/null
+++ b/src/components/mobile/ListItemSelectionSheet.vue
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/mobile-main.js b/src/mobile-main.js
index 68029d3c..98d3e65f 100644
--- a/src/mobile-main.js
+++ b/src/mobile-main.js
@@ -40,6 +40,7 @@ import tokenIconFilter from './filters/tokenIcon.js';
import PasswordInputSheet from "./components/mobile/PasswordInputSheet.vue";
import PasscodeInputSheet from "./components/mobile/PasscodeInputSheet.vue";
import PinCodeInputSheet from "./components/mobile/PinCodeInputSheet.vue";
+import ListItemSelectionSheet from "./components/mobile/ListItemSelectionSheet.vue";
import IconSelectionSheet from "./components/mobile/IconSelectionSheet.vue";
import ColorSelectionSheet from "./components/mobile/ColorSelectionSheet.vue";
import InformationSheet from "./components/mobile/InformationSheet.vue";
@@ -54,6 +55,7 @@ Vue.component('PincodeInput', PincodeInput);
Vue.component('PasswordInputSheet', PasswordInputSheet);
Vue.component('PasscodeInputSheet', PasscodeInputSheet);
Vue.component('PinCodeInputSheet', PinCodeInputSheet);
+Vue.component('ListItemSelectionSheet', ListItemSelectionSheet);
Vue.component('IconSelectionSheet', IconSelectionSheet);
Vue.component('ColorSelectionSheet', ColorSelectionSheet);
Vue.component('InformationSheet', InformationSheet);
diff --git a/src/views/mobile/categories/Default.vue b/src/views/mobile/categories/Default.vue
index 1d0cae76..8c5c3f22 100644
--- a/src/views/mobile/categories/Default.vue
+++ b/src/views/mobile/categories/Default.vue
@@ -52,26 +52,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+