diff --git a/CHANGELOG.md b/CHANGELOG.md index 69df113..7b8fd4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Add alerts via Anchor * Fix confirm and reactions on mobile * Add reply to chat on mobile +* Fix profile suggestions # 0.2.11 diff --git a/capacitor.config.ts b/capacitor.config.ts index 06d034c..5c56f01 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -10,7 +10,7 @@ const config: CapacitorConfig = { plugins: { SplashScreen: { androidSplashResourceName: "splash" - } + }, }, // Use this for live reload https://capacitorjs.com/docs/guides/live-reload // server: { diff --git a/src/app.css b/src/app.css index c6dc4a2..65022ae 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,5 @@ +@import "@welshman/editor/index.css"; + @tailwind base; @tailwind components; @tailwind utilities; diff --git a/src/app/editor/index.ts b/src/app/editor/index.ts index 9ba3c74..ed34846 100644 --- a/src/app/editor/index.ts +++ b/src/app/editor/index.ts @@ -1,5 +1,3 @@ -import "@welshman/editor/index.css" - import {mount} from "svelte" import type {Writable} from "svelte/store" import {get} from "svelte/store" diff --git a/src/lib/components/Suggestions.svelte b/src/lib/components/Suggestions.svelte index 1c13c22..e6bfff3 100644 --- a/src/lib/components/Suggestions.svelte +++ b/src/lib/components/Suggestions.svelte @@ -58,7 +58,7 @@
-
+
{#if $term && allowCreate && !items.includes($term)}