Skip to content

feat: thread navigation#277

Merged
krantheman merged 3 commits into
frappe:developfrom
krantheman:thread-navigation
Sep 18, 2025
Merged

feat: thread navigation#277
krantheman merged 3 commits into
frappe:developfrom
krantheman:thread-navigation

Conversation

@krantheman
Copy link
Copy Markdown
Member

Using next/previous buttons

Closes: #273

Screen.Recording.2025-09-18.at.12.11.47.PM.mov

Using arrow keys

Closes: #272

Screen.Recording.2025-09-18.at.12.13.00.PM.mov

@krantheman krantheman requested a review from Copilot September 18, 2025 06:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR implements thread navigation functionality allowing users to navigate between email threads using both UI buttons and keyboard shortcuts. The feature adds previous/next navigation buttons in the thread view and enables arrow key navigation when the mail list is focused.

  • Added previous/next thread navigation buttons in the MailThread component
  • Implemented arrow key navigation (up/down) for thread switching in split view
  • Enhanced visual feedback with improved highlighting and click detection

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
frontend/src/pages/MailboxView.vue Implements keyboard navigation logic, thread offset calculations, and passes thread data to MailThread component
frontend/src/components/MailThread.vue Adds previous/next navigation buttons with proper disabled states and emits navigation events
frontend/src/components/MailListItem.vue Adds border styling to avatar component

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread frontend/src/pages/MailboxView.vue
Comment thread frontend/src/pages/MailboxView.vue
@krantheman krantheman merged commit f116267 into frappe:develop Sep 18, 2025
3 checks passed
@krantheman krantheman deleted the thread-navigation branch September 18, 2025 09:49
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.

Arrow buttons for quicker navigation Move between emails with arrow keys

2 participants