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 -1
View File
@@ -85,7 +85,7 @@
}
@utility card2 {
@apply rounded-box text-base-content border-base-content/20 border border-solid p-4 sm:p-6 shadow-xl/5 bg-base-100;
@apply rounded-box text-base-content border-base-content/20 bg-base-100 border border-solid p-4 shadow-xl/5 sm:p-6;
}
@utility column {
+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>
+1 -2
View File
@@ -2,7 +2,6 @@ import {derived} from "svelte/store"
import {first, now} from "@welshman/lib"
import {APP_DATA, getTagValues} from "@welshman/util"
import type {ManagementMethod} from "@welshman/util"
import {publish} from "@welshman/net"
import {deriveRelay, manageRelay} from "@welshman/app"
import {deriveEventsForUrl} from "@app/repository"
@@ -42,7 +41,7 @@ export const setFeaturedContent = async (
const {error} = await manageRelay(url, {
method: "signevent" as ManagementMethod,
params: [template],
params: [template as unknown as string],
})
return error
+1 -1
View File
@@ -112,7 +112,7 @@
{/if}
</div>
<div class="grid grid-cols-1 gap-4 lg:grid-cols-3">
<div class="lg:col-span-2 flex flex-col gap-4">
<div class="lg:col-span-2 flex flex-col gap-4">
<SpaceFeaturedContent {url} />
</div>
<div class="flex flex-col gap-4">