♻️(frontend) bind ui with ability access

Some actions were not available in the frontend
but allowed in the backend, this commit binds the frontend
ui with the ability access coming from the backend.
This commit is contained in:
Anthony LC
2025-04-23 09:49:09 +02:00
parent 7f0eb9117e
commit 9ca79688c9
7 changed files with 156 additions and 153 deletions

View File

@@ -23,7 +23,8 @@ and this project adheres to
## Changed
⚡️(frontend) reduce unblocking time for config #867
- ⚡️(frontend) reduce unblocking time for config #867
- ♻️(frontend) bind UI with ability access #900
## Fixed