forked from coracle/flotilla
Add space home page
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
"smile-circle": SmileCircle,
|
||||
server: Server,
|
||||
settings: Settings,
|
||||
'settings-minimalistic': SettingsMinimalistic,
|
||||
"settings-minimalistic": SettingsMinimalistic,
|
||||
"tag-horizontal": TagHorizontal,
|
||||
"trash-bin-2": TrashBin2,
|
||||
"ufo-3": UFO3,
|
||||
|
||||
@@ -24,6 +24,13 @@
|
||||
let timeout: number
|
||||
</script>
|
||||
|
||||
<div role="button" tabindex="0" on:click on:touchstart={onTouchStart} on:touchmove={onTouchMove} on:touchend={onTouchEnd} {...$$props}>
|
||||
<div
|
||||
role="button"
|
||||
tabindex="0"
|
||||
on:click
|
||||
on:touchstart={onTouchStart}
|
||||
on:touchmove={onTouchMove}
|
||||
on:touchend={onTouchEnd}
|
||||
{...$$props}>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user