From 3fd175165ee262f0180b78d2dd206a993c20200c Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 7 Jul 2025 16:11:59 -0400 Subject: Create a swatch for the `ConversationList` component. --- ui/routes/(swatch)/.swatch/+page.svelte | 1 + .../(swatch)/.swatch/ConversationList/+page.svelte | 54 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 ui/routes/(swatch)/.swatch/ConversationList/+page.svelte (limited to 'ui/routes') diff --git a/ui/routes/(swatch)/.swatch/+page.svelte b/ui/routes/(swatch)/.swatch/+page.svelte index abcb53f..c8f2133 100644 --- a/ui/routes/(swatch)/.swatch/+page.svelte +++ b/ui/routes/(swatch)/.swatch/+page.svelte @@ -8,5 +8,6 @@

components

diff --git a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte new file mode 100644 index 0000000..1a56966 --- /dev/null +++ b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte @@ -0,0 +1,54 @@ + + +

ConversationList

+ + + +

properties

+ +
+ + + +
+ interesting values: + + + +
+
+ +

rendered

+ +
+ +
-- cgit v1.2.3