mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #597] [MERGED] feat: |UI| add loading for lazy load component #651
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#651
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/597
Author: @dreamhunter2333
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
492c982feat: |UI| add loading for lazy load component📊 Changes
3 files changed (+17 additions, -3 deletions)
View changed files
📝
frontend/src/views/Admin.vue(+6 -1)📝
frontend/src/views/Header.vue(+4 -0)📝
frontend/src/views/Index.vue(+7 -2)📄 Description
PR Type
enhancement
Description
Add loading indicator for lazy-loaded components.
Implement loading state in Admin, Header, and Index views.
Improve user experience with visual feedback during component loading.
Changes walkthrough 📝
Admin.vue
Add loading indicator for lazy-loaded SendMail componentfrontend/src/views/Admin.vue
SendMailas an async component with loading indicator.loadingstate to true before importingSendMailand false after.Header.vue
Implement loading state for admin page navigationfrontend/src/views/Header.vue
menuOptionsandlogoClickfunctions to include loadingindicator.
Index.vue
Add loading indicator for lazy-loaded SendMail componentfrontend/src/views/Index.vue
SendMailas an async component with loading indicator.loadingstate to true before importingSendMailand false after.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.