Revise FeedSourceCard load state to allow deletion for failures (#2172)
* Revise FeedSourceCard load state to allow deletion for failures * Translate * Remove test error feed * Fix missing uri param --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
This commit is contained in:
parent
586c2417a8
commit
9a59525b73
6 changed files with 107 additions and 41 deletions
|
@ -214,7 +214,7 @@ export function FeedLoadingPlaceholder({
|
|||
pal.border,
|
||||
style,
|
||||
]}>
|
||||
<View style={[pal.view, {flexDirection: 'row', marginBottom: 10}]}>
|
||||
<View style={[pal.view, {flexDirection: 'row'}]}>
|
||||
<LoadingPlaceholder
|
||||
width={36}
|
||||
height={36}
|
||||
|
@ -226,7 +226,7 @@ export function FeedLoadingPlaceholder({
|
|||
</View>
|
||||
</View>
|
||||
{showLowerPlaceholder && (
|
||||
<View style={{paddingHorizontal: 5}}>
|
||||
<View style={{paddingHorizontal: 5, marginTop: 10}}>
|
||||
<LoadingPlaceholder
|
||||
width={260}
|
||||
height={8}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue