mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #393] [MERGED] fix: get user role before all requests #557
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#557
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/393
Author: @dreamhunter2333
Created: 8/11/2024
Status: ✅ Merged
Merged: 8/11/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
c7b583ffix: get user role before all requests📊 Changes
4 files changed (+15 additions, -8 deletions)
View changed files
📝
.github/workflows/pr_agent.yml(+0 -1)📝
CHANGELOG.md(+4 -0)📝
frontend/src/App.vue(+8 -1)📝
frontend/src/views/Header.vue(+3 -6)📄 Description
User description
#381
#391
PR Type
Bug fix, Enhancement
Description
App.vue, with error handling.Header.vueby removing redundant API call and adding a conditional check.issue_commenttrigger.CHANGELOG.mdto include an entry for version v0.7.1, noting the fix for the user role loading issue.Changes walkthrough 📝
App.vue
Fetch user settings on component mount with error handlingfrontend/src/App.vue
Header.vue
Optimize user settings fetch in Header componentfrontend/src/views/Header.vue
user_idis fetched before makingthe API call.
pr_agent.yml
Update GitHub Actions workflow triggers.github/workflows/pr_agent.yml
issue_commenttrigger from the GitHub Actions workflow.CHANGELOG.md
Update CHANGELOG for version v0.7.1CHANGELOG.md
issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.