[PR #708] [MERGED] feat: |UI| Optimized minimalist mode homepage, added all email page f… #713

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/708
Author: @dreamhunter2333
Created: 8/22/2025
Status: Merged
Merged: 8/22/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/simple


📝 Commits (1)

  • aa647c7 feat: |UI| Optimized minimalist mode homepage, added all email page functions (delete/download/attachments/...)

📊 Changes

13 files changed (+1713 additions, -1520 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 CHANGELOG.md (+4 -0)
📝 frontend/package.json (+4 -4)
📝 frontend/pnpm-lock.yaml (+789 -779)
📝 frontend/src/components/MailBox.vue (+14 -149)
frontend/src/components/MailContentRenderer.vue (+282 -0)
📝 frontend/src/views/index/SimpleIndex.vue (+53 -22)
📝 pages/package.json (+2 -2)
📝 vitepress-docs/package.json (+3 -3)
📝 vitepress-docs/pnpm-lock.yaml (+227 -227)
📝 worker/package.json (+8 -8)
📝 worker/pnpm-lock.yaml (+325 -325)
📝 worker/src/constants.ts (+1 -1)

📄 Description

#707

User description

…unctions (delete/download/attachments/...)


PR Type

Enhancement, Bug fix, Dependencies


Description

  • Introduced MailContentRenderer component for modular email rendering.

  • Enhanced minimalist mode homepage with new email functionalities.

  • Updated dependencies across multiple packages, including Vue and Wrangler.

  • Improved auto-refresh and email deletion in the simple index view.


Changes walkthrough 📝

Relevant files
Enhancement
3 files
MailBox.vue
Replaced inline email rendering with `MailContentRenderer`
+14/-149
MailContentRenderer.vue
Added new component for modular email rendering                   
+282/-0 
SimpleIndex.vue
Enhanced minimalist mode with auto-refresh and email deletion
+53/-22 
Configuration changes
1 files
constants.ts
Updated version constant to 1.0.4                                               
+1/-1     
Dependencies
5 files
pnpm-lock.yaml
Updated dependencies for documentation                                     
+227/-227
package.json
Updated project version and dependencies                                 
+4/-4     
package.json
Updated worker dependencies and version                                   
+8/-8     
package.json
Updated version and Wrangler dependency                                   
+2/-2     
package.json
Updated version and dependencies for docs                               
+3/-3     
Documentation
1 files
CHANGELOG.md
Added changelog entry for version 1.0.4                                   
+4/-0     
Additional files
2 files
pnpm-lock.yaml +789/-779
pnpm-lock.yaml +325/-325

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/708 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 8/22/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/simple` --- ### 📝 Commits (1) - [`aa647c7`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/aa647c78e5b3c44dc9ed556fb63e9847b1d78a16) feat: |UI| Optimized minimalist mode homepage, added all email page functions (delete/download/attachments/...) ### 📊 Changes **13 files changed** (+1713 additions, -1520 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `CHANGELOG.md` (+4 -0) 📝 `frontend/package.json` (+4 -4) 📝 `frontend/pnpm-lock.yaml` (+789 -779) 📝 `frontend/src/components/MailBox.vue` (+14 -149) ➕ `frontend/src/components/MailContentRenderer.vue` (+282 -0) 📝 `frontend/src/views/index/SimpleIndex.vue` (+53 -22) 📝 `pages/package.json` (+2 -2) 📝 `vitepress-docs/package.json` (+3 -3) 📝 `vitepress-docs/pnpm-lock.yaml` (+227 -227) 📝 `worker/package.json` (+8 -8) 📝 `worker/pnpm-lock.yaml` (+325 -325) 📝 `worker/src/constants.ts` (+1 -1) </details> ### 📄 Description #707 ### **User description** …unctions (delete/download/attachments/...) ___ ### **PR Type** Enhancement, Bug fix, Dependencies ___ ### **Description** - Introduced `MailContentRenderer` component for modular email rendering. - Enhanced minimalist mode homepage with new email functionalities. - Updated dependencies across multiple packages, including Vue and Wrangler. - Improved auto-refresh and email deletion in the simple index view. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>3 files</summary><table> <tr> <td><strong>MailBox.vue</strong><dd><code>Replaced inline email rendering with `MailContentRenderer`</code></dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-ce7b47744c9011a27a8297d8e5095ccb9609a6849a9afe1a37e04ae47b2636f2">+14/-149</a></td> </tr> <tr> <td><strong>MailContentRenderer.vue</strong><dd><code>Added new component for modular email rendering</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-cc4cb9ecb3f030c45984756a7f65b718388b8a69b9729ce8ef4edf60228d303b">+282/-0</a>&nbsp; </td> </tr> <tr> <td><strong>SimpleIndex.vue</strong><dd><code>Enhanced minimalist mode with auto-refresh and email deletion</code></dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-c065269f0b10507d5b0baeefe2c743915006a459ad35f829d9622c0404f7ac29">+53/-22</a>&nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Configuration changes</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>constants.ts</strong><dd><code>Updated version constant to 1.0.4</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-cab08ba19c1499ed426fc4918a5613e22eb95c3427c7467ce330f5ee0d69d01e">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Dependencies</strong></td><td><details><summary>5 files</summary><table> <tr> <td><strong>pnpm-lock.yaml</strong><dd><code>Updated dependencies for documentation</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-655c1410f6eacceaa9003212a9f840a660ace35e32e60d792be3640ec774af6f">+227/-227</a></td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated project version and dependencies</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-da6498268e99511d9ba0df3c13e439d10556a812881c9d03955b2ef7c6c1c655">+4/-4</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated worker dependencies and version</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-89dc6f41a53ce13f2da5a00dd34868762e6cd0df46eddc9f5c3c4510b1493870">+8/-8</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated version and Wrangler dependency</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-74314f72f6616d400be4cb0d161867d8148f23c22d4c12c7188aedb129c00c59">+2/-2</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>package.json</strong><dd><code>Updated version and dependencies for docs</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-3adbfbfaa65ecc60f48c8d009a52c697d4c80d61ee887799df22407fcb73f380">+3/-3</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Documentation</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>CHANGELOG.md</strong><dd><code>Added changelog entry for version 1.0.4</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+4/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Additional files</strong></td><td><details><summary>2 files</summary><table> <tr> <td><strong>pnpm-lock.yaml</strong></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-41b1ff3a74ba81fa74c8dd225d66d81573be3f2990e1d98b9b09798b147d40a8">+789/-779</a></td> </tr> <tr> <td><strong>pnpm-lock.yaml</strong></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/708/files#diff-b40cf923090a5fb5f6cc0d6ce716c560645419d762871abb50383fdb423288c6">+325/-325</a></td> </tr> </table></details></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#713
    No description provided.