(feat): add reply box to messages
All checks were successful
/ build-web (push) Successful in 7m40s
/ build-desktop (linux) (push) Successful in 12m6s
/ build-mobile (push) Successful in 19m4s
/ release (push) Successful in 3m25s

(feat): update methanium ui
(fix): user data caching
(fix): other random stuff
(qol): update todo
This commit is contained in:
Alois 2026-07-30 23:01:42 +02:00
commit 6a5236bafe
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
32 changed files with 722 additions and 394 deletions

View file

@ -38,13 +38,13 @@ export default function InviteButton({
render={
tooltip ? (
<TooltipTrigger
render={
<Button className={className}>
render={({ ref, onClick }) => (
<Button ref={ref} onClick={onClick} className={className}>
<Mail
style={{ scale: (iconSize ? iconSize + 100 : 100) + "%" }}
/>
</Button>
}
)}
/>
) : (
<Button className={className}>