mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #623] [MERGED] feat: admin portal user page add user address manangement #662
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#662
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/623
Author: @dreamhunter2333
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
8b2014cfeat: admin portal user page add user address manangement📊 Changes
9 files changed (+180 additions, -25 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/components/ShadowHtmlComponent.vue(+1 -1)📝
frontend/src/store/index.js(+1 -1)➕
frontend/src/views/admin/UserAddressManagement.vue(+94 -0)📝
frontend/src/views/admin/UserManagement.vue(+20 -0)📝
frontend/src/views/common/Login.vue(+11 -2)📝
frontend/src/views/user/AddressManagement.vue(+32 -20)📝
worker/src/admin_api/admin_user_api.ts(+19 -1)📝
worker/src/admin_api/index.ts(+1 -0)📄 Description
PR Type
Enhancement, Bug fix
Description
Add user address management in admin portal
Enhance user address binding functionality
Fix minor issues in user address management
Update localization strings for new features
Changes walkthrough 📝
8 files
Remove unused import statementCreate user address management componentIntegrate user address management in user management viewAdd login and bind functionalityEnhance address management with tabs and login integrationAdd API endpoint for fetching binded addressesRegister new API endpoint for binded addressesChange default user tab to address management1 files
Update changelog with new feature🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.