Skip to content

Conversation

@zerone0x
Copy link
Contributor

What does this PR do?

Fixes #10032

Adds the MessageNav component to the share page's desktop viewport, allowing users to navigate between messages in multi-turn conversations.

Problem: On desktop viewports, the share page only showed a single message (the first user message) with no way to access other messages. Users discovered the messages were present in the data but the UI didn't provide navigation.

Solution: Added the existing MessageNav component (already used in the main app) to the desktop view. It appears on the left side of the session content when there are multiple messages, showing compact tick marks that expand to a detailed list on hover.

How did you verify your code works?

  • bun run --cwd packages/enterprise typecheck passes
  • bun run --cwd packages/enterprise build completes successfully
  • Reviewed the MessageNav component behavior in the main app to confirm it provides the expected functionality

🤖 Generated with Claude Code

Add MessageNav component to allow users to navigate between messages
on desktop viewports in the share page. Previously, only the first
message was visible on desktop, with no way to access other messages
in multi-turn conversations.

Fixes anomalyco#10032

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@adamdotdevin
Copy link
Contributor

@zerone0x can you provide screenshots and/or video/gifs?

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.

/share session only includes the first message + reply

2 participants