Skip to content

add favorites, pinned and folders in story panel#867

Open
socallmebertille wants to merge 5 commits into
mainfrom
feat/546_story_managment
Open

add favorites, pinned and folders in story panel#867
socallmebertille wants to merge 5 commits into
mainfrom
feat/546_story_managment

Conversation

@socallmebertille
Copy link
Copy Markdown
Contributor

@socallmebertille socallmebertille commented May 29, 2026

Summary

  • Add folder management for stories : create / rename / move / delete / archive
  • Replace the previous "group by" toolbar with a folder explorer : breadcrumb navigation (?folderId= route param), sortable header (name / owner / updated, persisted in localStorage) and a dedicated explorer view
  • Add drag-and-drop (via @dnd-kit) to move stories and folders into other folders or back to the root.
  • Add a "Pinned & Favorites" promoted section : stories can be pinned by admin only for user which shared story access and stories can be favorites by user for user along with folders
  • Refresh the "Shared with me" viewer home cards according to the new story thumbnail
image

Demonstration

demo.mov

Related issue

#546

@socallmebertille socallmebertille linked an issue May 29, 2026 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 29, 2026

🚀 Preview Deployment

URL https://pr-867-0744a82.preview.getnao.io
Commit 0744a82

⚠️ No LLM API keys configured - you'll see the API key setup flow when trying to chat.


Preview will be automatically removed when this PR is closed.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

15 issues found

Tip: cubic can generate docs of your entire codebase and keep them up to date. Try it here.

Re-trigger cubic

Comment thread apps/backend/src/queries/shared-story.queries.ts Outdated
Comment thread apps/backend/src/trpc/story-folder.routes.ts
Comment thread apps/backend/src/db/pg-schema.ts Outdated
Comment thread apps/backend/src/queries/story-folder.queries.ts Outdated
Comment thread apps/backend/src/queries/story-folder.queries.ts
Comment thread apps/backend/src/db/sqlite-schema.ts Outdated
Comment thread apps/frontend/src/routes/_sidebar-layout.stories.index.tsx
Comment thread apps/backend/src/queries/story.queries.ts Outdated
Comment thread apps/frontend/src/components/viewer-home.tsx
Comment thread apps/frontend/src/routes/_sidebar-layout.stories.index.tsx
@socallmebertille socallmebertille force-pushed the feat/546_story_managment branch from a7d28f6 to 0744a82 Compare June 1, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organize the "Stories" panel

1 participant