(frontend) add config provider

Add a ConfigProvider to the frontend to provide
configuration to the app.
The configuration is loaded from the config
endpoint, we will use react-query cache capabilities
to store the configuration.
This commit is contained in:
Anthony LC
2024-11-15 09:33:08 +01:00
committed by Anthony LC
parent 0e55bf5c43
commit 5b1745f991
7 changed files with 80 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ and this project adheres to
- 🌐(frontend) Add German translation #255
- ✨(frontend) Add a broadcast store #387
- ✨(backend) whitelist pod's IP address #443
- ✨(backend) config endpoint #425
- ✨(frontend) config endpoint #424
## Changed