New: UI Updates (Backup Restore in App, Profile Cloning)

UI Pulls from Sonarr
This commit is contained in:
Qstick
2018-01-14 17:11:37 -05:00
parent 80a5701b99
commit 744742b5ff
80 changed files with 2376 additions and 795 deletions
@@ -13,6 +13,7 @@ function createProviderSettingsSelector() {
const {
isFetchingSchema: isFetching,
isSchemaPopulated: isPopulated,
schemaError: error,
isSaving,
saveError,
@@ -22,6 +23,7 @@ function createProviderSettingsSelector() {
return {
isFetching,
isPopulated,
error,
isSaving,
saveError,
@@ -34,6 +36,7 @@ function createProviderSettingsSelector() {
const {
isFetching,
isPopulated,
error,
isSaving,
saveError,
@@ -45,6 +48,7 @@ function createProviderSettingsSelector() {
return {
isFetching,
isPopulated,
error,
isSaving,
saveError,