Merge branch 'advance-screens'
This commit is contained in:
commit
3f6db25c99
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 129 KiB |
@ -5,7 +5,12 @@
|
||||
</Field>
|
||||
|
||||
<Field label="advanced screens">
|
||||
<input class="short" type="number" bind:value={advanced} min="0" />
|
||||
<input
|
||||
class="short advanced"
|
||||
type="number"
|
||||
bind:value={advanced}
|
||||
min="0"
|
||||
/>
|
||||
</Field>
|
||||
</div>
|
||||
</ShipItem>
|
||||
@ -35,4 +40,8 @@
|
||||
gap: 2em;
|
||||
align-items: baseline;
|
||||
}
|
||||
.advanced {
|
||||
min-width: 8em;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 129 KiB |
@ -5,10 +5,10 @@
|
||||
<script>
|
||||
import { setContext } from "svelte";
|
||||
|
||||
import { createApi } from "$lib/store/api.js";
|
||||
import { createApi } from "$lib/store/api.ts";
|
||||
import uids from "$lib/store/uids.js";
|
||||
import Layout from "$lib/components/MainLayout.svelte";
|
||||
|
||||
setContext("api", createApi());
|
||||
setContext("genUid", uids());
|
||||
setContext("genUid", uids().genUid);
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user