[PR #623] [MERGED] feat: admin portal user page add user address manangement #662

Closed
opened 2026-02-26 21:32:17 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feature/dev


📝 Commits (1)

  • 8b2014c feat: 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 📝

Relevant files
Enhancement
8 files
ShadowHtmlComponent.vue
Remove unused import statement                                                     
+1/-1     
UserAddressManagement.vue
Create user address management component                                 
+94/-0   
UserManagement.vue
Integrate user address management in user management view
+20/-0   
Login.vue
Add login and bind functionality                                                 
+11/-2   
AddressManagement.vue
Enhance address management with tabs and login integration
+32/-20 
admin_user_api.ts
Add API endpoint for fetching binded addresses                     
+19/-1   
index.ts
Register new API endpoint for binded addresses                     
+1/-0     
index.js
Change default user tab to address management                       
+1/-1     
Documentation
1 files
CHANGELOG.md
Update changelog with new feature                                               
+1/-0     

Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 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/623 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`8b2014c`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/8b2014c023409459bbec2c957b39d27bd3a060ad) feat: admin portal user page add user address manangement ### 📊 Changes **9 files changed** (+180 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><details><summary>8 files</summary><table> <tr> <td><strong>ShadowHtmlComponent.vue</strong><dd><code>Remove unused import statement</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-dfc3e641d297d1d90e6dfb03d3e7b373bf9b63b932b37ab64b10cf150b572e87">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>UserAddressManagement.vue</strong><dd><code>Create user address management component</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-96c3d342a79115ad568b79958acf01d997f23dd5640cd983022730917bccd00a">+94/-0</a>&nbsp; &nbsp; </td> </tr> <tr> <td><strong>UserManagement.vue</strong><dd><code>Integrate user address management in user management view</code></dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-2560fba73bfc497305badff34d6455cab25841e772e3e0e2fab4ef88ae43972e">+20/-0</a>&nbsp; &nbsp; </td> </tr> <tr> <td><strong>Login.vue</strong><dd><code>Add login and bind functionality</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-0ee87c9358b6449242c09bd98ae1ad3a88fb9948c0fcc64c4db3d43e5ec83b4e">+11/-2</a>&nbsp; &nbsp; </td> </tr> <tr> <td><strong>AddressManagement.vue</strong><dd><code>Enhance address management with tabs and login integration</code></dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-5335bdd9b323e39aa20e1c5a80f4eead4f05d7fdf92cc3cfc6a580cf5e1db97f">+32/-20</a>&nbsp; </td> </tr> <tr> <td><strong>admin_user_api.ts</strong><dd><code>Add API endpoint for fetching binded addresses</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-2843fd3d54aa9aa8054d2530e84a06de3068c31fd5c7d5246db5d2a4234a6196">+19/-1</a>&nbsp; &nbsp; </td> </tr> <tr> <td><strong>index.ts</strong><dd><code>Register new API endpoint for binded addresses</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-b470c4c47ce4a700cd8aac644d07d8a747d439bb6d69e9392a198b3a931fe2e7">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> <tr> <td><strong>index.js</strong><dd><code>Change default user tab to address management</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-0c36ce15651c51795b411359e8caaf5af7960c82674b4f2015b8dd5f480fde2c">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr><tr><td><strong>Documentation</strong></td><td><details><summary>1 files</summary><table> <tr> <td><strong>CHANGELOG.md</strong><dd><code>Update changelog with new feature</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/623/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+1/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></details></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:17 +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#662
    No description provided.