aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/helper.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-10 18:22:46 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-10 18:22:46 +0200
commitf268bd2087fbfb57b8504becf364a00ddebde075 (patch)
tree54c0e27bdfb32d553d13addc1de69b56b86630c1 /client-web/source/helper.ts
parentd889e1b572952c5777fc2bb147f04ad8baf7f497 (diff)
downloadkeks-meet-f268bd2087fbfb57b8504becf364a00ddebde075.tar
keks-meet-f268bd2087fbfb57b8504becf364a00ddebde075.tar.bz2
keks-meet-f268bd2087fbfb57b8504becf364a00ddebde075.tar.zst
notifications for chat
Diffstat (limited to 'client-web/source/helper.ts')
-rw-r--r--client-web/source/helper.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client-web/source/helper.ts b/client-web/source/helper.ts
index 3c5d0ff..35be473 100644
--- a/client-web/source/helper.ts
+++ b/client-web/source/helper.ts
@@ -36,6 +36,8 @@ export const eh6 = elem_with_content("h6")
export const ediv = elem_with_children("div")
export const espan = elem_with_content("span")
export const elabel = elem_with_content("label")
+export const ebutton = elem_with_content("button")
+export const ebr = () => document.createElement("br")
export const OVERLAYS = ediv({ class: "overlays" })