mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #421] [MERGED] feat: UI: add WorkerConfig && release v0.7.3 #573
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#573
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/421
Author: @dreamhunter2333
Created: 8/18/2024
Status: ✅ Merged
Merged: 8/18/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
a2b356afeat: UI: add WorkerConfig && release v0.7.3📊 Changes
5 files changed (+122 additions, -5 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
frontend/src/views/Admin.vue(+29 -4)➕
frontend/src/views/admin/WorkerConfig.vue(+42 -0)📝
worker/src/admin_api/index.ts(+4 -0)➕
worker/src/admin_api/worker_config.ts(+46 -0)📄 Description
PR Type
Enhancement
Description
WorkerConfigcomponent to the Admin view, including its integration into the UI with new tabs for quick setup and maintenance.WorkerConfigVue component that fetches and displays worker configuration data.Changes walkthrough 📝
Admin.vue
Add WorkerConfig component and integrate into Admin viewfrontend/src/views/Admin.vue
WorkerConfigcomponent.qucickSetupwith nested tabs includingworkerconfig.workerconfigtab undermaintenance.WorkerConfig.vue
Create and display WorkerConfig componentfrontend/src/views/admin/WorkerConfig.vue
WorkerConfigcomponent.index.ts
Add API endpoint for fetching worker configurationworker/src/admin_api/index.ts
worker_configmodule.worker_config.ts
Implement worker configuration API moduleworker/src/admin_api/worker_config.ts
getConfigfunction to return various configuration settings.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.