mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
* feat: Integrate DNS record management into site configuration - Removed the 'External Notification Test' notification. - Enhanced SiteAdd.vue to include DNS record integration, allowing users to select or create DNS records linked to the site. - Added DNSRecordIntegration component for managing DNS records, including selection and creation of new records. - Implemented DNS linking functionality in the RightPanel component, enabling users to link existing DNS records to their site configuration. - Updated SiteEditor to provide DNS link status to child components. - Extended the site model to include fields for linked DNS domain and record information. - Added logic to handle DNS record recreation if a linked record is missing. * fix: remove unnecessary type assertion for selectedDomainId and selectedRecordId * feat: add computed properties for selectedDomainId and selectedRecordId to handle null values * refactor: simplify setter syntax for computed properties of selectedDomainId and selectedRecordId * fix: update computed properties to return undefined for null values in selectedDomainId and selectedRecordId --------- Co-authored-by: Nemer Tamimi <nemer.tamimi@uopeople.edu>