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

View file

@ -42,10 +42,8 @@ function CaptchaInput(props) {
onPress={onRefreshPress}
>
<Icon
name={classNames(
icons.REFRESH,
refreshing && 'fa-spin'
)}
name={icons.REFRESH}
isSpinning={refreshing}
/>
</FormInputButton>
</div>