Improved list and feed errors (#1798)
* Fix error-state rendering of ProfileList * Unsave/unpin lists on delete * Improve handling of failing feedgens * Only show 'remove' btn on feed DNE
This commit is contained in:
parent
691af26895
commit
445f976881
6 changed files with 235 additions and 58 deletions
9
src/view/com/util/Views.d.ts
vendored
9
src/view/com/util/Views.d.ts
vendored
|
@ -1 +1,8 @@
|
|||
export {FlatList, ScrollView, View as CenteredView} from 'react-native'
|
||||
import React from 'react'
|
||||
import {ViewProps} from 'react-native'
|
||||
export {FlatList, ScrollView} from 'react-native'
|
||||
export function CenteredView({
|
||||
style,
|
||||
sideBorders,
|
||||
...props
|
||||
}: React.PropsWithChildren<ViewProps & {sideBorders?: boolean}>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue