From 18761e2181be627705ced2eceea4721afc71c3bd Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 5 Mar 2022 14:41:41 +0000 Subject: [PATCH] fix(iOS): actually fix context menus closes #138 --- index.html | 2 +- package.json | 2 +- src/components/common/IconBase.tsx | 4 +++ src/components/common/messaging/Message.tsx | 15 +++++----- .../common/messaging/SystemMessage.tsx | 9 +++--- .../messaging/attachments/Attachment.tsx | 4 +-- .../common/messaging/attachments/Grid.tsx | 7 +++-- src/components/common/user/UserIcon.tsx | 2 ++ src/components/common/user/UserShort.tsx | 8 ++++-- .../navigation/items/ButtonItem.tsx | 27 ++++++++++-------- .../navigation/left/ServerListSidebar.tsx | 28 +++++++++++-------- .../navigation/left/ServerSidebar.tsx | 11 +++++--- src/pages/friends/Friend.tsx | 9 ++++-- vite.config.ts | 2 +- yarn.lock | 21 ++++++-------- 15 files changed, 90 insertions(+), 61 deletions(-) diff --git a/index.html b/index.html index 9e33d725..1b17417e 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@ } - +