[PR #21] [MERGED] feat: add auth mode and refactor frontend #325

Closed
opened 2026-02-26 20:36:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/21
Author: @dreamhunter2333
Created: 9/9/2023
Status: Merged
Merged: 9/9/2023
Merged by: @dreamhunter2333

Base: mainHead: feature/password


📝 Commits (1)

  • 44abd59 feat: add auth mode and refactor frontend

📊 Changes

10 files changed (+311 additions, -239 deletions)

View changed files

📝 README.md (+2 -0)
📝 README_EN.md (+2 -0)
📝 frontend/src/App.vue (+40 -111)
frontend/src/api/index.js (+66 -0)
frontend/src/store/index.js (+30 -0)
📝 frontend/src/views/Content.vue (+18 -128)
frontend/src/views/Header.vue (+141 -0)
📝 worker/src/router.js (+3 -0)
📝 worker/src/worker.js (+7 -0)
📝 worker/wrangler.toml.template (+2 -0)

📄 Description

For #20

image

🔄 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/21 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 9/9/2023 **Status:** ✅ Merged **Merged:** 9/9/2023 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/password` --- ### 📝 Commits (1) - [`44abd59`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/44abd5937e2c2e016198962950b2536cda87cfb3) feat: add auth mode and refactor frontend ### 📊 Changes **10 files changed** (+311 additions, -239 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `README_EN.md` (+2 -0) 📝 `frontend/src/App.vue` (+40 -111) ➕ `frontend/src/api/index.js` (+66 -0) ➕ `frontend/src/store/index.js` (+30 -0) 📝 `frontend/src/views/Content.vue` (+18 -128) ➕ `frontend/src/views/Header.vue` (+141 -0) 📝 `worker/src/router.js` (+3 -0) 📝 `worker/src/worker.js` (+7 -0) 📝 `worker/wrangler.toml.template` (+2 -0) </details> ### 📄 Description For #20 <img width="1246" alt="image" src="https://github.com/dreamhunter2333/cloudflare_temp_email/assets/32295532/e9e5a711-a2fa-4884-8d6f-61519bf8209b"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:36:43 +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#325
No description provided.