(feat): add a small zoom to the android app
Some checks failed
/ build-web (push) Failing after 6m40s
/ build-desktop (linux) (push) Failing after 7m12s
/ build-mobile (push) Failing after 9m12s
/ release (push) Has been skipped

(fix): save ReplyId correctly
(qol): update todo
This commit is contained in:
Alois 2026-07-31 15:17:30 +02:00
commit d355c83c02
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
9 changed files with 12 additions and 6 deletions

View file

@ -112,6 +112,7 @@ export default function InputComponent({
Content: encryptedContent,
ReceiverId: userId,
SendTime: time,
...(replyTo && { ReplyId: replyTo }),
}).catch((e) => {
log(0, "Chat", "red", "Failed to send message", e, {
ReceiverId: userId,

View file

@ -487,7 +487,7 @@ export default function Screen() {
<Wrapper
key={getMessageRenderKey(message)}
userId={message.SenderId}
loading={<Skeleton className="w-30 h-5" />}
loading={null}
component={(user) => (
<Message
grouped={isGrouped}

View file

@ -8,6 +8,5 @@
- Confirmation when exiting with text in the input box.
- Add arrow up hotkey to edit last message (req: packages/hotkeys)
- Drop any unique reactions above 10
- Add proper loading skeleton for individual messages
- Reply jumping
- Add emoji picker