(feat): add profile page
All checks were successful
/ build-web (push) Successful in 1m12s
/ build-desktop (push) Successful in 11m51s
/ build-mobile (push) Successful in 16m33s
/ release (push) Successful in 23s

(feat): show user online-status
(feat): make markdown input more modular
This commit is contained in:
Alois 2026-05-16 14:41:43 +02:00
commit 55da8026a7
12 changed files with 609 additions and 63 deletions

View file

@ -97,6 +97,8 @@ export default function InputComponent({
>
<CardHeader className="relative p-0 flex flex-col">
<Input
paddingY="13px"
paddingX="13px"
placeholder="Send a message..."
value={value}
setValue={setValue}