[PR #712] [MERGED] feat: 邮件页面增加 上一封/下一封 按钮 #714

Closed
opened 2026-02-26 21:32:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/712
Author: @dreamhunter2333
Created: 8/24/2025
Status: Merged
Merged: 8/24/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (1)

  • b87cd98 feat: 邮件页面增加 上一封/下一封 按钮

📊 Changes

2 files changed (+72 additions, -6 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 frontend/src/components/MailBox.vue (+71 -6)

📄 Description

User description

#711


PR Type

Enhancement


Description

  • Added "Previous" and "Next" buttons for email navigation.

  • Implemented logic to navigate between emails across pages.

  • Updated localization strings for new navigation buttons.

  • Documented the new feature in the changelog.


Changes walkthrough 📝

Relevant files
Enhancement
MailBox.vue
Add email navigation buttons and logic                                     

frontend/src/components/MailBox.vue

  • Added "Previous" and "Next" buttons for email navigation.
  • Introduced computed properties to determine navigation availability.
  • Implemented prevMail and nextMail functions for navigation logic.
  • Updated localization strings for the new buttons.
  • Integrated navigation buttons into the email view template.
  • +71/-6   
    Documentation
    CHANGELOG.md
    Update changelog for email navigation feature                       

    CHANGELOG.md

    • Documented the addition of "Previous" and "Next" buttons.
    +1/-0     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

    ## 📋 Pull Request Information **Original PR:** https://github.com/dreamhunter2333/cloudflare_temp_email/pull/712 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 8/24/2025 **Status:** ✅ Merged **Merged:** 8/24/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (1) - [`b87cd98`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/b87cd984672c2968daf7a4422e85e09a9fd06f69) feat: 邮件页面增加 上一封/下一封 按钮 ### 📊 Changes **2 files changed** (+72 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `frontend/src/components/MailBox.vue` (+71 -6) </details> ### 📄 Description ### **User description** #711 ___ ### **PR Type** Enhancement ___ ### **Description** - Added "Previous" and "Next" buttons for email navigation. - Implemented logic to navigate between emails across pages. - Updated localization strings for new navigation buttons. - Documented the new feature in the changelog. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>MailBox.vue</strong><dd><code>Add email navigation buttons and logic</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/src/components/MailBox.vue <li>Added "Previous" and "Next" buttons for email navigation.<br> <li> Introduced computed properties to determine navigation availability.<br> <li> Implemented <code>prevMail</code> and <code>nextMail</code> functions for navigation logic.<br> <li> Updated localization strings for the new buttons.<br> <li> Integrated navigation buttons into the email view template. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/712/files#diff-ce7b47744c9011a27a8297d8e5095ccb9609a6849a9afe1a37e04ae47b2636f2">+71/-6</a>&nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update changelog for email navigation feature</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md - Documented the addition of "Previous" and "Next" buttons. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/712/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:37 +03:00
    Sign in to join this conversation.
    No milestone
    No project
    No assignees
    1 participant
    Notifications
    Due date
    The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

    No due date set.

    Dependencies

    No dependencies set.

    Reference
    starred/cloudflare_temp_email#714
    No description provided.