feat(ui): group dashboard navigation into sectioned routes and align view layouts with dcrouter

This commit is contained in:
2026-05-22 13:45:21 +00:00
parent 60fbb4be2b
commit b8dccac68d
13 changed files with 215 additions and 93 deletions
+16
View File
@@ -2,6 +2,22 @@
## Pending
### Features
- group dashboard navigation and align view layout with dcrouter (ui)
- replace flat SipRouter dashboard tabs with grouped Overview, Telephony, Configuration, and System sections
- move dashboard URLs to grouped route paths such as `/telephony/calls` and `/configuration/providers`
- add consistent view headings and shared layout spacing across dashboard views
- group dashboard navigation into sectioned routes and align view layouts with dcrouter (ui)
- replace flat dashboard tabs with grouped Overview, Telephony, Configuration, and System navigation
- move routing to nested view/subview paths such as /telephony/calls and /configuration/providers
- add consistent headings and shared spacing across dashboard views
- update contact actions and app navigation syncing to use grouped routes
- switch restartBackground to the populate helper for loading local SmartData and SmartBucket config before restarting
### Fixes
- load local SmartData/SmartBucket config before restarting the development background server (dev)
## 2026-05-22 - 1.27.1