summaryrefslogtreecommitdiff
path: root/Rune/Views/Domains/DomainEditView.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-13 22:37:22 -0500
committerChristian Cleberg <[email protected]>2026-04-13 22:37:22 -0500
commit5dcfe0f147c7871eaf5f3a88bd9e9fded38d4633 (patch)
tree6bcbda4f02a131d3e3b870a3904ccd42f4af2f26 /Rune/Views/Domains/DomainEditView.swift
parentfcf864a15b70e4ecb5bd789b1db3116221c34394 (diff)
downloadrune-5dcfe0f147c7871eaf5f3a88bd9e9fded38d4633.tar.gz
rune-5dcfe0f147c7871eaf5f3a88bd9e9fded38d4633.tar.bz2
rune-5dcfe0f147c7871eaf5f3a88bd9e9fded38d4633.zip
v1.2.0 domain management and wallet expansionv1.2.0
Complete v1.1-aligned domain flows with forwards and glue CRUD, improve API payload resilience, and add wallet transaction/payment views. Harden error handling and UX states across domain screens, remove out-of-scope DNSSEC/renewal record flows for now, and keep auth/session behavior aligned with token-based usage.
Diffstat (limited to 'Rune/Views/Domains/DomainEditView.swift')
-rw-r--r--Rune/Views/Domains/DomainEditView.swift8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rune/Views/Domains/DomainEditView.swift b/Rune/Views/Domains/DomainEditView.swift
index 0b3b1f8..a5fd99b 100644
--- a/Rune/Views/Domains/DomainEditView.swift
+++ b/Rune/Views/Domains/DomainEditView.swift
@@ -65,14 +65,6 @@ struct DomainEditView: View {
.controlSize(.large)
}
}
- .toolbar {
- ToolbarItem(placement: .cancellationAction) {
- Button("Cancel", role: .cancel) {
- dismiss()
- }
- .disabled(viewModel.isSaving)
- }
- }
.interactiveDismissDisabled(viewModel.isSaving)
.alert("Request Failed", isPresented: localErrorBinding) {
Button("OK", role: .cancel) {}