move the settings storage to the user settings frontend

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-09-19 15:21:10 +02:00
parent 294805ed59
commit 8448b53dd6
16 changed files with 99 additions and 42 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
---
'@backstage/core-app-api': minor
'@backstage/plugin-user-settings-backend': minor
---
Add new plugin `@backstage/user-settings-backend` to store user related settings
in the database. Additionally adding a `UserSettingsStorage` implementation of
the `StorageApi` to easily use the new plugin as drop-in replacement for the
`WebStorage`.
Added new plugin `@backstage/plugin-user-settings-backend` to store user related
settings in the database.