Refactor AdminSettings #14132
Labels
1. to develop
feature: frontend 🖌️
"Web UI" client
feature: settings ⚙️
Settings and config related issues
technical debt
Milestone
Currently components in AdminSettings do not have a shared state, and data exchange could only be done with EventBus:
spreed/src/components/AdminSettings/SignalingServers.vue
Lines 168 to 173 in fe2dd66
Expected behaviour
Shared Pinia store and gradual migrate of useful data to it (currently HPB settings, SIP settings)currently an overkillThe text was updated successfully, but these errors were encountered: