feat(providers): replace provider creation modal with a guided multi-step setup flow

This commit is contained in:
2026-04-11 20:04:56 +00:00
parent 9ea57cd659
commit 80f710f6d8
4 changed files with 278 additions and 98 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-11 - 1.21.0 - feat(providers)
replace provider creation modal with a guided multi-step setup flow
- Adds a stepper-based provider creation flow with provider type selection, connection, credentials, advanced settings, and review steps.
- Applies built-in templates for Sipgate and O2/Alice from the selected provider type instead of separate add actions.
- Adds a final review step with generated provider ID preview and duplicate ID collision handling before saving.
## 2026-04-11 - 1.20.5 - fix(readme)
improve architecture and call flow documentation with Mermaid diagrams