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
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-user-settings': patch
---
Added a `UserSettingsStorage` implementation of the `StorageApi` for use as
drop-in replacement for the `WebStorage`, in conjunction with the newly created
`@backstage/plugin-user-settings-backend`.