mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #708] [MERGED] feat: |UI| Optimized minimalist mode homepage, added all email page f… #713
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/simple📝 Commits (1)
aa647c7feat: |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
MailContentRenderercomponent 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 📝
3 files
Replaced inline email rendering with `MailContentRenderer`Added new component for modular email renderingEnhanced minimalist mode with auto-refresh and email deletion1 files
Updated version constant to 1.0.45 files
Updated dependencies for documentationUpdated project version and dependenciesUpdated worker dependencies and versionUpdated version and Wrangler dependencyUpdated version and dependencies for docs1 files
Added changelog entry for version 1.0.42 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.