Fixed context menu flicker, resize scrolling and race conditions
This commit is contained in:
parent
4016975900
commit
3f0f628569
10 changed files with 140 additions and 118 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -45,15 +45,12 @@
|
|||
"password.cant.empty": "Password cannot be empty",
|
||||
"username.cant.empty": "Username cannot be empty",
|
||||
"bad.request": "Bad request",
|
||||
|
||||
"letters": "letters",
|
||||
"numbers": "numbers",
|
||||
"underscores": "underscores",
|
||||
|
||||
"loading.connecting": "Connecting...",
|
||||
"loading.loading": "Loading...",
|
||||
"loading.done": "Ready!",
|
||||
|
||||
"title.home": "Home",
|
||||
"title.dms": "Direct messages",
|
||||
"title.groups": "Groups",
|
||||
|
|
@ -88,7 +85,6 @@
|
|||
"desc.invite.dm.sent": "You invited {0} ({1}) to chat",
|
||||
"desc.invite.group.received": "{0} ({1}) invited you to a group",
|
||||
"desc.invite.group.sent": "You invited {0} ({1}) to a group",
|
||||
|
||||
"action.fetching.invites.sent": "Fetching sent invites...",
|
||||
"action.fetching.invites.recv": "Fetching received invites...",
|
||||
"action.dm.fetch": "Fetching dms...",
|
||||
|
|
@ -97,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 +127,7 @@
|
|||
"title.react.message": "React",
|
||||
"title.delete.message": "Delete",
|
||||
"title.replied.to": "Replied to",
|
||||
"title.replying.to": "Replying to",
|
||||
"action.message.deleting": "Deleting message...",
|
||||
"action.message.sending": "Sending message...",
|
||||
"action.message.reacting": "Adding reaction...",
|
||||
|
|
@ -139,5 +135,8 @@
|
|||
"error:message.send.failed": "Failed to send message",
|
||||
"error:message.react.failed": "Failed to add reaction",
|
||||
"info.sending.message": "Sending...",
|
||||
"larp.redacted": "This message was deleted."
|
||||
}
|
||||
"larp.redacted": "This message was deleted.",
|
||||
"placeholder.invitation.code": "invitation code",
|
||||
"info.messages.loading.older": "Loading older messages...",
|
||||
"error:message.not.found": "Message not found"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue