Skip to content

Thread archiving support #10

Description

@BunsDev

Summary

Add thread archiving as a distinct action from deletion. Currently, threads can only be hard-deleted via deletedAt. An archive mechanism would allow users to hide threads from the sidebar without permanently removing them.

Acceptance criteria

  • Archive/unarchive action in thread context menu
  • Archived threads hidden from sidebar by default
  • "Show archived threads" toggle in sidebar
  • Data model distinguishes archived vs. deleted (e.g. archivedAt timestamp)
  • Backend WebSocket command support for archive/unarchive

Context

From TODO.md — "Thread archiving". Triaged as deferred (not release-blocking for v0.0.2).

🤖 Filed by Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions