From e19f88245048a6aa41481735e170cee966d3e276 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 2 May 2024 00:15:10 +0100 Subject: [Clipclops] Clop menu, leave clop, mute/unmute clop (#3804) * convo menu * memoize convomenu * add convoId to useChat + memoize value * leave convo * Create mute-conversation.ts * add mutes, remove changes to useChat and use chat.convo instead * add todo comments * leave convo confirm prompt * remove dependency on useChat and pass in props instead * show menu on long press * optimistic update * optimistic update leave + add error capture * don't `popToTop` when unnecessary --------- Co-authored-by: Hailey --- assets/icons/arrowBoxLeft_stroke2_corner0_rounded.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/icons/arrowBoxLeft_stroke2_corner0_rounded.svg (limited to 'assets') diff --git a/assets/icons/arrowBoxLeft_stroke2_corner0_rounded.svg b/assets/icons/arrowBoxLeft_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..6d661a55e --- /dev/null +++ b/assets/icons/arrowBoxLeft_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ + -- cgit 1.4.1