Add pomade session list

This commit is contained in:
Jon Staab
2026-01-09 11:02:32 -08:00
parent 8ae7cf05cc
commit 9943728eab
4 changed files with 146 additions and 4 deletions
+1 -3
View File
@@ -1,7 +1,6 @@
<script lang="ts">
import type {Profile} from "@welshman/util"
import {createProfile, PROFILE, makeEvent} from "@welshman/util"
import {publishThunk, loginWithNip01} from "@welshman/app"
import {loginWithNip01} from "@welshman/app"
import {preventDefault} from "@lib/html"
import AltArrowLeft from "@assets/icons/alt-arrow-left.svg?dataurl"
import HomeSmile from "@assets/icons/home-smile.svg?dataurl"
@@ -10,7 +9,6 @@
import ModalHeader from "@lib/components/ModalHeader.svelte"
import ModalFooter from "@lib/components/ModalFooter.svelte"
import {clearModals} from "@app/util/modal"
import {PROTECTED} from "@app/core/state"
import {initProfile} from "@app/core/commands"
type Props = {