️(frontend) reduce unblocking time for config

We will serve the config from the cache if available
in waiting for the config to be loaded.
It will remove the loading time for the config except
when the config is not available in the cache.
This commit is contained in:
Anthony LC
2025-04-22 11:23:55 +02:00
parent 101cef7d70
commit 3bf33d202a
3 changed files with 32 additions and 4 deletions

View File

@@ -13,6 +13,9 @@ and this project adheres to
- 🚸(backend) make document search on title accent-insensitive #874
- 🚩 add homepage feature flag #861
## Changed
⚡️(frontend) reduce unblocking time for config #867
## [3.1.0] - 2025-04-07