Skip to content

Ensure that frontend feature toggles are still compatible with the backend

The backend is currently the coordinator, but we should make sure that the frontend still works. The frontend should simply respond to boolean values from the background.

{
  "features": {
    "pro": false,
    "wire-v2": true
  }
}