[PR #659] [MERGED] fix: ui admin portal show after fetch user data #683

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/659
Author: @dreamhunter2333
Created: 5/20/2025
Status: Merged
Merged: 5/20/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • b9f869e fix: ui admin portal show after fetch user data

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 frontend/src/views/Admin.vue (+1 -1)

📄 Description

PR Type

Bug fix


Description

  • Fixed UI issue in Admin portal to display content only after user data is fetched.

  • Added conditional rendering based on userSettings.fetched in the Admin view.


Changes walkthrough 📝

Relevant files
Bug fix
Admin.vue
Add conditional rendering for Admin portal UI                       

frontend/src/views/Admin.vue

  • Added a conditional v-if to ensure the Admin portal content is
    displayed only after user data is fetched.
  • Updated the root div in the template to check userSettings.fetched.
  • +1/-1     

    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/659 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`b9f869e`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/b9f869eedae5fedb905b6b412b1d594fd861ac15) fix: ui admin portal show after fetch user data ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/views/Admin.vue` (+1 -1) </details> ### 📄 Description ### **PR Type** Bug fix ___ ### **Description** - Fixed UI issue in Admin portal to display content only after user data is fetched. - Added conditional rendering based on `userSettings.fetched` in the Admin view. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Bug fix</strong></td><td><table> <tr> <td> <details> <summary><strong>Admin.vue</strong><dd><code>Add conditional rendering for Admin portal UI</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> frontend/src/views/Admin.vue <li>Added a conditional <code>v-if</code> to ensure the Admin portal content is <br>displayed only after user data is fetched.<br> <li> Updated the root <code>div</code> in the template to check <code>userSettings.fetched</code>. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/659/files#diff-78137b072a7fa52c6d503efb9a3d32c07da5073dd5ca32ac48b1402ac2481a55">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></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:25 +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#683
    No description provided.