mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[PR #1519] [MERGED] feat: Integrate DNS record management into site configuration #1319
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#1319
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/1519
Author: @NemerYTamimi
Created: 1/11/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @0xJacky
Base:
dev← Head:feature/integrate-dns-with-site📝 Commits (5)
f614ea6feat: Integrate DNS record management into site configurationf2bab63fix: remove unnecessary type assertion for selectedDomainId and selectedRecordId74edd87feat: add computed properties for selectedDomainId and selectedRecordId to handle null values193f486refactor: simplify setter syntax for computed properties of selectedDomainId and selectedRecordIdc6b0213fix: update computed properties to return undefined for null values in selectedDomainId and selectedRecordId📊 Changes
10 files changed (+1325 additions, -21 deletions)
View changed files
📝
api/sites/site.go(+74 -5)📝
app/src/api/site.ts(+5 -0)📝
app/src/components/NgxConfigEditor/directive/DirectiveEditorItem.vue(+34 -2)📝
app/src/views/site/site_add/SiteAdd.vue(+125 -9)➕
app/src/views/site/site_add/components/DNSRecordIntegration.vue(+382 -0)➕
app/src/views/site/site_edit/components/RightPanel/DNS.vue(+677 -0)📝
app/src/views/site/site_edit/components/RightPanel/RightPanel.vue(+4 -0)📝
app/src/views/site/site_edit/components/SiteEditor/SiteEditor.vue(+6 -0)📝
app/src/views/site/site_edit/components/SiteEditor/store.ts(+8 -0)📝
model/site.go(+10 -5)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.