chore(rsocials): rename Threads to Posts & Threads
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d4972453a3
commit
ed8274961e
|
|
@ -929,7 +929,7 @@ routes.get("/threads", (c) => {
|
|||
const space = c.req.param("space") || "demo";
|
||||
const dataSpace = c.get("effectiveSpace") || space;
|
||||
return c.html(renderShell({
|
||||
title: `Threads — rSocials | rSpace`,
|
||||
title: `Posts & Threads — rSocials | rSpace`,
|
||||
moduleId: "rsocials",
|
||||
spaceSlug: space,
|
||||
modules: getModuleInfoList(),
|
||||
|
|
@ -1123,8 +1123,8 @@ routes.get("/", (c) => {
|
|||
<a href="${base}/threads">
|
||||
<span class="nav-icon">🧵</span>
|
||||
<div class="nav-body">
|
||||
<h3>Threads</h3>
|
||||
<p>Browse, compose, and schedule tweet threads with live preview</p>
|
||||
<h3>Posts & Threads</h3>
|
||||
<p>Browse draft posts, compose threads, and schedule content with live preview</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="${base}/newsletter-list">
|
||||
|
|
@ -1192,14 +1192,14 @@ export const socialsModule: RSpaceModule = {
|
|||
},
|
||||
{
|
||||
path: "threads",
|
||||
title: "Threads",
|
||||
title: "Posts & Threads",
|
||||
icon: "🧵",
|
||||
tagline: "rSocials Tool",
|
||||
description: "Browse, compose, and schedule tweet threads with a live card-by-card preview. Save drafts, generate share images, and publish when ready.",
|
||||
description: "Browse draft posts from campaigns, compose tweet threads, and schedule content with a live 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: "Draft Posts", text: "View draft and scheduled posts from your campaigns alongside thread drafts." },
|
||||
{ icon: "💾", title: "Save & Edit Drafts", text: "Save thread drafts to your space, revisit and refine them before publishing." },
|
||||
{ icon: "🖼️", title: "Share Images", text: "Auto-generate a branded share image of your thread for cross-posting." },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue