Update omorphia, start a global settings page

This commit is contained in:
Prospector
2022-04-16 17:23:32 -07:00
parent 8935d0e56c
commit 179dcdcd04
7 changed files with 154 additions and 51 deletions

View File

@@ -0,0 +1,15 @@
<script lang="ts">
import { FormField, TextInput } from "omorphia"
</script>
<div class="section">
<FormField label="Window width">
<TextInput />
</FormField>
<FormField label="Window height">
<TextInput />
</FormField>
</div>
<style lang="postcss">
</style>