From 535d4d6cf74cfb49a70804bccb4de1613d2ac09c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 4 Sep 2025 17:30:15 -0500 Subject: 📓 Bookmarks (#8976) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add button to controls, respace * Hook up shadow and mutation * Add Bookmarks screen * Build out Bookmarks screen * Handle removals via shadow * Use truncateAndInvalidate strategy * Add empty state * Add toasts * Add undo buttons to toasts * Stage NUX, needs image * Finesse post controls * New reply icon * Use curvier variant of repost icon * Prevent layout shift with align_start * Update api pkg * Swap in new image * Limit spacing on desktop * Rm decimals over 10k * Better optimistic adding/removing * Add metrics * Comment * Remove unused code block * Remove debug limit * Fork shadow for web/native * Tweak alt * add preventExpansion: true * Refine hitslop * Add count to anchor * Reduce space in compact mode --------- Co-authored-by: Samuel Newman --- assets/icons/bookmark.svg | 1 + assets/icons/bookmarkDeleteLarge.svg | 1 + assets/icons/bookmarkFilled.svg | 1 + assets/icons/reply.svg | 1 + assets/icons/replyFiled.svg | 1 + 5 files changed, 5 insertions(+) create mode 100644 assets/icons/bookmark.svg create mode 100644 assets/icons/bookmarkDeleteLarge.svg create mode 100644 assets/icons/bookmarkFilled.svg create mode 100644 assets/icons/reply.svg create mode 100644 assets/icons/replyFiled.svg (limited to 'assets/icons') diff --git a/assets/icons/bookmark.svg b/assets/icons/bookmark.svg new file mode 100644 index 000000000..24348ac49 --- /dev/null +++ b/assets/icons/bookmark.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/bookmarkDeleteLarge.svg b/assets/icons/bookmarkDeleteLarge.svg new file mode 100644 index 000000000..e2ded1e8d --- /dev/null +++ b/assets/icons/bookmarkDeleteLarge.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/bookmarkFilled.svg b/assets/icons/bookmarkFilled.svg new file mode 100644 index 000000000..8a57e9f3d --- /dev/null +++ b/assets/icons/bookmarkFilled.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/reply.svg b/assets/icons/reply.svg new file mode 100644 index 000000000..7de9e7174 --- /dev/null +++ b/assets/icons/reply.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/replyFiled.svg b/assets/icons/replyFiled.svg new file mode 100644 index 000000000..c4518e802 --- /dev/null +++ b/assets/icons/replyFiled.svg @@ -0,0 +1 @@ + -- cgit 1.4.1