Rough out chat

This commit is contained in:
Jon Staab
2024-10-08 11:39:16 -07:00
parent 7ffd02b736
commit 8698dcc359
59 changed files with 833 additions and 437 deletions
@@ -1,13 +1,13 @@
<script lang="ts">
import tippy, {type Instance} from "tippy.js"
import type {NativeEmoji} from 'emoji-picker-element/shared'
import {between} from '@welshman/lib'
import {type Instance} from "tippy.js"
import type {NativeEmoji} from "emoji-picker-element/shared"
import {between} from "@welshman/lib"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"
import Tippy from "@lib/components/Tippy.svelte"
import EmojiPicker from "@lib/components/EmojiPicker.svelte"
import {tagRoom} from '@app/state'
import {publishReaction} from '@app/commands'
import {tagRoom} from "@app/state"
import {publishReaction} from "@app/commands"
export let url, room, event
@@ -48,6 +48,5 @@
params={{
trigger: "manual",
interactive: true,
}}
/>
}} />
</div>