WIP feedback modal

This commit is contained in:
taskylizard 2023-11-02 00:35:41 +05:30
parent 11844cde39
commit ad89f51fb2
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
3 changed files with 274 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<script setup lang="ts">
import Field from "./PaneFields.vue";
import Modal from "./Modal.vue"
</script>
<template>
@ -10,6 +11,7 @@ import Field from "./PaneFields.vue";
<Field icon="i-twemoji-star">Community Recommendations</Field>
<Field icon="i-twemoji-globe-with-meridians">3rd Party Indexes</Field>
<Field icon="i-twemoji-repeat-button">Storage Page Links</Field>
<Modal />
</div>
</template>