🐛(frontend) conditionally render AI button in toolbar

Added a feature flag check to ensure the AIGroupButton is only rendered
when AI_FEATURE_ENABLED is explicitly set to "true". This prevents the
AI button from appearing when the feature is not configured or disabled.

Fixes #782

Signed-off-by: Matthias <matthias@universum.com>
This commit is contained in:
Matthias
2025-03-27 23:21:26 +01:00
committed by Anthony LC
parent fbe8a26dba
commit f2ed8e0ea1
9 changed files with 55 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ and this project adheres to
## Fixed
- 🐛(frontend) conditionally render AI button only when feature is enabled #814
- 🐛(backend) compute ancestor_links in get_abilities if needed #725
- 🔒️(back) restrict access to document accesses #801