[PR #30] [CLOSED] feat: add admin panel #330

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/30
Author: @dreamhunter2333
Created: 10/9/2023
Status: Closed

Base: mainHead: feature/admin


📝 Commits (1)

📊 Changes

15 files changed (+342 additions, -9 deletions)

View changed files

📝 README.md (+2 -0)
📝 README_EN.md (+2 -0)
📝 frontend/package.json (+2 -1)
📝 frontend/pnpm-lock.yaml (+12 -0)
📝 frontend/src/App.vue (+1 -4)
📝 frontend/src/api/index.js (+36 -1)
📝 frontend/src/main.js (+2 -0)
frontend/src/router/index.js (+19 -0)
📝 frontend/src/store/index.js (+5 -1)
frontend/src/views/Admin.vue (+196 -0)
📝 frontend/src/views/Content.vue (+1 -2)
frontend/src/views/Index.vue (+12 -0)
📝 worker/src/router.js (+38 -0)
📝 worker/src/worker.js (+12 -0)
📝 worker/wrangler.toml.template (+2 -0)

📄 Description

For #28 #17


🔄 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/30 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 10/9/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/admin` --- ### 📝 Commits (1) - [`9522352`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/952235285f07827ab3a21da98e0570de223ae5dd) feat: add admin panel ### 📊 Changes **15 files changed** (+342 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `README_EN.md` (+2 -0) 📝 `frontend/package.json` (+2 -1) 📝 `frontend/pnpm-lock.yaml` (+12 -0) 📝 `frontend/src/App.vue` (+1 -4) 📝 `frontend/src/api/index.js` (+36 -1) 📝 `frontend/src/main.js` (+2 -0) ➕ `frontend/src/router/index.js` (+19 -0) 📝 `frontend/src/store/index.js` (+5 -1) ➕ `frontend/src/views/Admin.vue` (+196 -0) 📝 `frontend/src/views/Content.vue` (+1 -2) ➕ `frontend/src/views/Index.vue` (+12 -0) 📝 `worker/src/router.js` (+38 -0) 📝 `worker/src/worker.js` (+12 -0) 📝 `worker/wrangler.toml.template` (+2 -0) </details> ### 📄 Description For #28 #17 --- <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:45 +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#330
No description provided.