Bump version, format

This commit is contained in:
Jon Staab
2026-06-23 09:41:13 -07:00
parent c44c3793fa
commit 7fba1752a1
17 changed files with 86 additions and 64 deletions
+1 -3
View File
@@ -18,9 +18,7 @@
const h = getTagValue("h", event.tags)
</script>
<Link
class="cv col-3 card2 w-full cursor-pointer"
href={makeCalendarPath(url, getAddress(event))}>
<Link class="cv col-3 card2 w-full cursor-pointer" href={makeCalendarPath(url, getAddress(event))}>
<CalendarEventHeader {event} />
<div class="flex w-full flex-col items-end justify-between gap-2 sm:flex-row">
<span class="whitespace-nowrap py-1 text-sm opacity-75">
+2 -1
View File
@@ -77,7 +77,8 @@
<span class="loading loading-spinner"></span>
</div>
{:then preview}
<div class="border border-solid border-base-content/20 flex max-w-xl flex-col leading-normal rounded-box">
<div
class="border border-solid border-base-content/20 flex max-w-xl flex-col leading-normal rounded-box">
{#if preview.image && !hideImage}
<img
alt=""
+5 -1
View File
@@ -53,7 +53,11 @@
<NoteContentMinimal trimParent {url} event={$quote} />
</div>
{:else}
<NoteCard noShadow event={$quote} {url} class="border border-solid border-base-content/20 rounded-box p-4">
<NoteCard
noShadow
event={$quote}
{url}
class="border border-solid border-base-content/20 rounded-box p-4">
<NoteContentMinimal {url} event={$quote} />
</NoteCard>
{/if}
@@ -53,7 +53,10 @@
</ModalHeader>
<Field>
{#snippet info()}
<p>Each entry is shown on the space's About page. Links will be fetched and displayed automatically.</p>
<p>
Each entry is shown on the space's About page. Links will be fetched and displayed
automatically.
</p>
{/snippet}
{#snippet input()}
<InputList bind:value={content} placeholder="URL or nevent...">
+1 -3
View File
@@ -20,9 +20,7 @@
const h = getTagValue("h", event.tags)
</script>
<Link
class="cv col-2 card2 w-full cursor-pointer"
href={makeGoalPath(url, event.id)}>
<Link class="cv col-2 card2 w-full cursor-pointer" href={makeGoalPath(url, event.id)}>
<p class="text-2xl">{event.content}</p>
<Content
event={{content: summary, tags: event.tags}}
+1 -3
View File
@@ -20,9 +20,7 @@
const h = getTagValue("h", event.tags)
</script>
<Link
class="cv col-2 card2 w-full cursor-pointer"
href={makeThreadPath(url, event.id)}>
<Link class="cv col-2 card2 w-full cursor-pointer" href={makeThreadPath(url, event.id)}>
{#if title}
<div class="flex w-full items-center justify-between gap-2">
<p class="text-xl">{title}</p>