Tune the saved feeds ui
parent
f03ac9fd56
commit
a39a06ba09
|
@ -68,7 +68,7 @@ export const SavedFeeds = withAuthRequired(
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View style={[styles.footerLinks, pal.border]}>
|
<View style={[styles.footerLinks, pal.border]}>
|
||||||
<Link style={[styles.footerLink, pal.border]} href="/search/feeds">
|
<Link style={styles.footerLink} href="/search/feeds">
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="search"
|
icon="search"
|
||||||
size={18}
|
size={18}
|
||||||
|
@ -118,11 +118,7 @@ export const SavedFeeds = withAuthRequired(
|
||||||
pal.border,
|
pal.border,
|
||||||
isDesktopWeb && styles.desktopContainer,
|
isDesktopWeb && styles.desktopContainer,
|
||||||
]}>
|
]}>
|
||||||
<ViewHeader
|
<ViewHeader title="My Feeds" showOnDesktop showBorder={!isDesktopWeb} />
|
||||||
title="Edit My Feeds"
|
|
||||||
showOnDesktop
|
|
||||||
showBorder={!isDesktopWeb}
|
|
||||||
/>
|
|
||||||
<DraggableFlatList
|
<DraggableFlatList
|
||||||
containerStyle={[!isDesktopWeb && s.flex1]}
|
containerStyle={[!isDesktopWeb && s.flex1]}
|
||||||
data={savedFeeds.all}
|
data={savedFeeds.all}
|
||||||
|
@ -277,7 +273,8 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
footerText: {
|
footerText: {
|
||||||
paddingHorizontal: 26,
|
paddingHorizontal: 26,
|
||||||
paddingVertical: 22,
|
paddingTop: 22,
|
||||||
|
paddingBottom: 100,
|
||||||
},
|
},
|
||||||
footerLinks: {
|
footerLinks: {
|
||||||
borderBottomWidth: 1,
|
borderBottomWidth: 1,
|
||||||
|
@ -285,7 +282,6 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
footerLink: {
|
footerLink: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
borderTopWidth: 1,
|
|
||||||
paddingHorizontal: 26,
|
paddingHorizontal: 26,
|
||||||
paddingVertical: 18,
|
paddingVertical: 18,
|
||||||
gap: 18,
|
gap: 18,
|
||||||
|
|
Loading…
Reference in New Issue