From 9b38cb1a62ede4900fde4ba47a7b065db329e994 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 1 Jul 2025 15:40:11 -0400 Subject: Rename "channel" to "conversation" throughout the client. Existing client state, stored in local storage, is migrated to new keys (that mention "conversation" instead of "channel" where appropriate) the first time the client loads. --- ui/lib/components/CreateConversationForm.svelte | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ui/lib/components/CreateConversationForm.svelte (limited to 'ui/lib/components/CreateConversationForm.svelte') diff --git a/ui/lib/components/CreateConversationForm.svelte b/ui/lib/components/CreateConversationForm.svelte new file mode 100644 index 0000000..e390a78 --- /dev/null +++ b/ui/lib/components/CreateConversationForm.svelte @@ -0,0 +1,22 @@ + + +
+ + +
-- cgit v1.2.3