Lint/format

This commit is contained in:
Jon Staab
2024-10-09 16:15:09 -07:00
parent 09c3668afd
commit 866f5765de
36 changed files with 124 additions and 155 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import {always, ctx} from "@welshman/lib"
import {ctx} from "@welshman/lib"
import {getListTags, createEvent, getPubkeyTagValues, MUTES} from "@welshman/util"
import {userMutes, tagPubkey, publishThunk} from "@welshman/app"
import Field from "@lib/components/Field.svelte"
+6 -4
View File
@@ -2,14 +2,16 @@
import Link from "@lib/components/Link.svelte"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
import ProfileDetail from '@app/components/ProfileDetail.svelte'
import {pushDrawer} from '@app/modal'
import ProfileDetail from "@app/components/ProfileDetail.svelte"
import {pushDrawer} from "@app/modal"
const openProfile = () =>
pushDrawer(ProfileDetail, {pubkey: '97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322'})
pushDrawer(ProfileDetail, {
pubkey: "97c70a44366a6535c145b333f973ea86dfdc2d7a99da618c40c64705ad98e322",
})
</script>
<div class="mt-8 sm:hero min-h-screen bg-base-200">
<div class="mt-8 min-h-screen bg-base-200 sm:hero">
<div class="hero-content">
<div class="column content gap-6">
<p class="text-center text-2xl">Thanks for using</p>
+1 -1
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import {last, ctx} from "@welshman/lib"
import {ctx} from "@welshman/lib"
import {
createEvent,
displayPubkey,