rename to UserSettingsStorage and adjust error handling

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-09-06 10:50:49 +02:00
parent 8f7e5a7517
commit 9895e6bfb2
15 changed files with 97 additions and 86 deletions
+4 -3
View File
@@ -3,6 +3,7 @@
'@backstage/plugin-user-settings-backend': minor
---
Add new plugin @backstage/user-settings-backend to store user related settings
in the database. Additionally adding a PersistentStorage implementation to use
easily use the new plugin as drop-in replacement for the WebStorage.
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`.