[PR #10071] fix(enterprise): add message navigation to share page desktop view #13322

Closed
opened 2026-02-16 18:18:11 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10071

State: closed
Merged: Yes


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

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10071 **State:** closed **Merged:** Yes --- ### 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](https://claude.ai/code)
yindo added the pull-request label 2026-02-16 18:18:11 -05:00
yindo closed this issue 2026-02-16 18:18:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13322