Add option to control user's experimental features (#111)

* Add option to control user's experimental features

* Don't use ReferenceManyField, load experimental features manually

* cleanup

* Move experimental features to their own components, improve UI

* remove background from Stack

* update readme
This commit is contained in:
Borislav Pantaleev
2024-11-06 11:25:47 +02:00
committed by GitHub
parent 86b4987b7f
commit cd1ca7c039
6 changed files with 130 additions and 8 deletions

View File

@@ -87,6 +87,7 @@ with a proper manifest.json generation on build)
* [Fix room state events display](https://github.com/etkecc/synapse-admin/pull/100)
* [Sanitize CSV on import](https://github.com/etkecc/synapse-admin/pull/101)
* Allow setting version using `SYNAPSE_ADMIN_VERSION` environment variable on build (if git is not available)
* [Add option to control user's experimental features](https://github.com/etkecc/synapse-admin/pull/111)
_the list will be updated as new changes are added_