mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #801] [MERGED] Unify address selection UI #773
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#773
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/801
Author: @dreamhunter2333
Created: 1/1/2026
Status: ✅ Merged
Merged: 1/1/2026
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (3)
b715652feat: unify address selection UIcc48f7cdocs: update changelog for address UI866a9c3feat: restore user mailbox tab📊 Changes
8 files changed (+331 additions, -67 deletions)
View changed files
➕
AGENTS.md(+35 -0)📝
CHANGELOG.md(+1 -0)📝
CHANGELOG_EN.md(+1 -0)➕
frontend/src/components/AddressSelect.vue(+259 -0)📝
frontend/src/views/index/AddressBar.vue(+31 -65)📝
frontend/src/views/index/LocalAddress.vue(+1 -1)📝
frontend/src/views/index/SimpleIndex.vue(+2 -1)📝
frontend/src/views/user/UserMailBox.vue(+1 -0)📄 Description
User description
PR Type
Enhancement, Documentation
Description
Introduced a reusable
AddressSelectcomponent for address management.Removed
UserMailBoxtab and related components for simplification.Updated address management UI across multiple views.
Added a new
AGENTS.mdfile with repository guidelines.Changes walkthrough 📝
6 files
Added reusable `AddressSelect` component for address management.Removed `UserMailBox` tab and updated user settings tabs.IntegratedAddressSelectcomponent and simplified address management.Minor refactoring in local address handling logic.Replaced address display with `AddressSelect` component.Removed `UserMailBox` component and related functionality.1 files
Added repository guidelines and project structure documentation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.