minor tweaks and fixes (#16)
* style: revive -^> resuscitate * build(adapter): we can just use adapter-auto * fix(subspecies): allows for custom subspecies names * chore(+page): file input is stateful
This commit is contained in:
parent
4c3348db5d
commit
b05094b4d2
6 changed files with 15 additions and 934 deletions
|
|
@ -15,7 +15,7 @@
|
|||
let importError = $state<string | null>(null);
|
||||
let mobileView = $state<'edit' | 'preview' | 'split'>('split');
|
||||
let showPicker = $state(false);
|
||||
let emptyFileInput: HTMLInputElement;
|
||||
let emptyFileInput = $state<HTMLInputElement>();
|
||||
|
||||
function checkHash() {
|
||||
const hash = window.location.hash.slice(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue