mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
WIP feedback modal
This commit is contained in:
parent
11844cde39
commit
ad89f51fb2
3 changed files with 274 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue