mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #803] [MERGED] feat: add admin account page with logout and responsive address bar #775
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#775
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/803
Author: @dreamhunter2333
Created: 1/3/2026
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
d7b8ac0feat: add admin account page with logout and responsive address bar📊 Changes
5 files changed (+83 additions, -6 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
CHANGELOG_EN.md(+1 -0)📝
frontend/src/components/AddressSelect.vue(+4 -3)📝
frontend/src/views/Admin.vue(+75 -2)📝
frontend/src/views/index/AddressBar.vue(+2 -1)📄 Description
User description
Summary
This PR adds a new admin account page and improves the responsive layout of the address bar.
Changes
Admin Account Page
Responsive Address Bar
gapfor consistent spacingwhite-space: nowrapOther Improvements
openSettingsin state destructuringn-modalcomponent for logout confirmationTest Plan
Screenshots
N/A
Related Issues
Closes #802
🤖 Generated with Claude Code
PR Type
Enhancement, Bug fix
Description
Added admin account page with logout functionality for password login.
Improved responsive layout for address bar using flexbox and auto-wrap.
Enhanced i18n support for admin panel (English/Chinese).
Updated changelog to reflect new features and fixes.
Changes walkthrough 📝
AddressSelect.vue
Improved responsive layout for address selectionfrontend/src/components/AddressSelect.vue
gap.Admin.vue
Added admin account page with logout functionalityfrontend/src/views/Admin.vue
AddressBar.vue
Improved layout for address bar componentsfrontend/src/views/index/AddressBar.vue
CHANGELOG.md
Updated changelog for admin account page featureCHANGELOG.md
CHANGELOG_EN.md
Updated English changelog for admin account page featureCHANGELOG_EN.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.