Fixed context menu flicker, resize scrolling and race conditions
All checks were successful
Android Build / publish (push) Successful in 50s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-06-13 07:19:12 +02:00
commit 3f0f628569
10 changed files with 140 additions and 118 deletions

View file

@ -45,15 +45,12 @@
"password.cant.empty": "meow word cannot be empty",
"username.cant.empty": "cat name cannot be empty",
"bad.request": "bad request!!!",
"letters": "letters",
"numbers": "numbers",
"underscores": "underscores",
"loading.connecting": "connecting...",
"loading.loading": "loading...",
"loading.done": "ready! :3",
"title.home": "bed",
"title.dms": "direct meowchats",
"title.groups": "clowder",
@ -80,7 +77,6 @@
"title.sent": "sent",
"title.all": "all",
"title.unread": "unread",
"desc.no.invites": "no invites found :c",
"desc.no.notifications": "no notifications found :c",
"desc.fetching.invites": "fetching invites...",
@ -89,7 +85,6 @@
"desc.invite.dm.sent": "you invited {0} ({1}) to meowchat",
"desc.invite.group.received": "{0} ({1}) invited you to a clowder",
"desc.invite.group.sent": "you invited {0} ({1}) to a clowder",
"action.fetching.invites.sent": "fetching sent invites...",
"action.fetching.invites.recv": "fetching received invites...",
"action.dm.fetch": "fetching direct meowchats...",
@ -98,7 +93,6 @@
"action.invite.revoking": "revoking invite...",
"action.invite.accepting": "accepting invite...",
"action.invite.declining": "declining invite...",
"title.sign.up": "sign up",
"title.sign.in": "sign in",
"title.sign.in.to": "sign in to your larpix instance",
@ -132,6 +126,7 @@
"title.react.message": "purr",
"title.delete.message": "hiss away",
"title.replied.to": "meowed back to",
"title.replying.to": "meowing back to",
"action.message.deleting": "hissing message away...",
"action.message.sending": "sending meow...",
"action.message.reacting": "adding purr...",
@ -140,5 +135,8 @@
"error:message.react.failed": "failed to add purr",
"info.sending.message": "sending...",
"placeholder.message.input": "meow...",
"larp.redacted": "this meow was hissed away."
}
"larp.redacted": "this meow was hissed away.",
"placeholder.invitation.code": "invitation code meow",
"info.messages.loading.older": "Loading older meowsages...",
"error:message.not.found": "Meowsage not found"
}