From 42a84cb72e31984f7df9d51fa8845711d286618b Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 20 Mar 2026 12:11:24 -0700 Subject: [PATCH] refactor(rsocials): consolidate threads + thread editor into single nav item The thread gallery already has a "New Thread" button linking to the editor, so a separate hub button and subnav pill for the editor is redundant. Co-Authored-By: Claude Opus 4.6 --- modules/rsocials/mod.ts | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/modules/rsocials/mod.ts b/modules/rsocials/mod.ts index 0c66b45..bab6ad3 100644 --- a/modules/rsocials/mod.ts +++ b/modules/rsocials/mod.ts @@ -1121,17 +1121,10 @@ routes.get("/", (c) => { - ๐Ÿ“‹ - - - ๐Ÿงต @@ -1199,17 +1192,10 @@ export const socialsModule: RSpaceModule = { }, { path: "threads", - title: "Thread Gallery", - icon: "๐Ÿ“‹", - tagline: "rSocials Tool", - description: "Browse all saved thread drafts in your community. Find inspiration, remix threads, or pick up where you left off.", - }, - { - path: "thread-editor", - title: "Thread Editor", + title: "Threads", icon: "๐Ÿงต", tagline: "rSocials Tool", - description: "Compose, preview, and schedule tweet threads with a live card-by-card preview. Save drafts, generate share images, and publish when ready.", + description: "Browse, compose, and schedule tweet threads with a live card-by-card preview. Save drafts, generate share images, and publish when ready.", features: [ { icon: "โœ๏ธ", title: "Live Preview", text: "See your thread as tweet cards in real time as you type, with character counts and thread numbering." }, { icon: "๐Ÿ’พ", title: "Save & Edit Drafts", text: "Save thread drafts to your space, revisit and refine them before publishing." },