mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #659] [MERGED] fix: ui admin portal show after fetch user data #683
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#683
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/659
Author: @dreamhunter2333
Created: 5/20/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
b9f869efix: 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.fetchedin the Admin view.Changes walkthrough 📝
Admin.vue
Add conditional rendering for Admin portal UIfrontend/src/views/Admin.vue
v-ifto ensure the Admin portal content isdisplayed only after user data is fetched.
divin the template to checkuserSettings.fetched.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.