mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #416] [MERGED] fix: UI tab active icon wrong position #568
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#568
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/416
Author: @dreamhunter2333
Created: 8/16/2024
Status: ✅ Merged
Merged: 8/16/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
4905d34fix: UI tab active icon wrong position📊 Changes
10 files changed (+22 additions, -20 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/api/index.js(+4 -0)📝
frontend/src/store/index.js(+2 -0)📝
frontend/src/views/admin/UserSettings.vue(+5 -4)📝
frontend/src/views/admin/Webhook.vue(+6 -1)📝
frontend/src/views/common/Login.vue(+1 -1)📝
frontend/src/views/user/UserLogin.vue(+1 -1)📝
worker/src/admin_api/mail_webhook_settings.ts(+0 -7)📝
worker/src/mails_api/webhook_settings.ts(+0 -6)📝
worker/src/worker.ts(+2 -0)📄 Description
PR Type
Bug fix, Enhancement
Description
UserSettings.vuebased on checkbox states.webhookEnabledstate and conditional rendering inWebhook.vue.Login.vueandUserLogin.vuebased on settings fetched status.mail_webhook_settings.tsandwebhook_settings.ts.worker.tsto include/admin/mail_webhookpath.getOpenSettingsandgetUserOpenSettingsfunctions.fetchedflag toopenSettingsanduserOpenSettingsstates in the store.Changes walkthrough 📝
9 files
UserSettings.vue
Conditional rendering for input fields in UserSettingsfrontend/src/views/admin/UserSettings.vue
n-inputandn-selectbased on checkboxstates.
Webhook.vue
Webhook settings conditional rendering and translationsfrontend/src/views/admin/Webhook.vue
webhookEnabledstate to control rendering.n-resultwhen webhook is not enabled.Login.vue
Conditional rendering for tabs in Login viewfrontend/src/views/common/Login.vue
n-tabsbased onopenSettings.fetched.UserLogin.vue
Conditional rendering for tabs in UserLogin viewfrontend/src/views/user/UserLogin.vue
n-tabsbased onuserOpenSettings.fetched.mail_webhook_settings.ts
Simplified mail webhook settings retrievalworker/src/admin_api/mail_webhook_settings.ts
webhook_settings.ts
Simplified webhook settings retrievalworker/src/mails_api/webhook_settings.ts
worker.ts
Middleware update for mail webhook pathworker/src/worker.ts
/admin/mail_webhookpath in middleware.index.js
Ensure settings fetched flag is setfrontend/src/api/index.js
fetchedflag to true ingetOpenSettingsandgetUserOpenSettingsfinally blocks.
index.js
Added fetched flag to settings statesfrontend/src/store/index.js
fetchedflag toopenSettingsanduserOpenSettingsstates.1 files
CHANGELOG.md
Update changelog for UI tab fixCHANGELOG.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.