mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #697] [MERGED] feat: sse notify #6856
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#6856
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/0xJacky/nginx-ui/pull/697
Author: @0xJacky
Created: 11/3/2024
Status: ✅ Merged
Merged: 11/5/2024
Merged by: @0xJacky
Base:
dev← Head:feat/sse-notify📝 Commits (2)
e6e1876feat: sse notifye4a5ba5fix: config sync issues #685📊 Changes
20 files changed (+301 additions, -116 deletions)
View changed files
📝
api/config/get.go(+10 -8)📝
api/config/modify.go(+18 -49)📝
api/config/rename.go(+7 -2)📝
api/config/router.go(+2 -2)➕
api/notification/live.go(+31 -0)📝
api/notification/router.go(+2 -0)📝
app/package.json(+1 -0)📝
app/pnpm-lock.yaml(+8 -0)📝
app/src/api/config.ts(+2 -1)📝
app/src/components/Notification/Notification.vue(+56 -6)📝
app/src/components/Notification/config.ts(+4 -4)📝
app/src/components/Notification/detailRender.ts(+41 -35)📝
app/src/constants/index.ts(+3 -1)📝
app/src/layouts/HeaderLayout.vue(+5 -2)📝
app/src/views/config/ConfigEditor.vue(+2 -1)📝
app/src/views/config/ConfigList.vue(+2 -3)➕
app/src/views/config/components/ConfigName.vue(+67 -0)📝
internal/config/config.go(+1 -0)📝
internal/notification/notification.go(+38 -2)📝
internal/site/sync.go(+1 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.