diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-02 00:15:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 00:15:10 +0100 |
commit | e19f88245048a6aa41481735e170cee966d3e276 (patch) | |
tree | c6bb6731e9ca0e83318ca9492836aafd7be356ef /assets | |
parent | d3fafdc066f5b305b1d8838f040593fd744d30a6 (diff) | |
download | voidsky-e19f88245048a6aa41481735e170cee966d3e276.tar.zst |
[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 <me@haileyok.com>
Diffstat (limited to 'assets')
-rw-r--r-- | assets/icons/arrowBoxLeft_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M3.293 3.293A1 1 0 0 1 4 3h7.25a1 1 0 1 1 0 2H5v14h6.25a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1V4a1 1 0 0 1 .293-.707Zm11.5 3.5a1 1 0 0 1 1.414 0l4.5 4.5a1 1 0 0 1 0 1.414l-4.5 4.5a1 1 0 0 1-1.414-1.414L17.586 13H8.75a1 1 0 1 1 0-2h8.836l-2.793-2.793a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"/></svg> |