Revize 9814562f
Přidáno uživatelem Fantič před více než 1 rok
src/components/notes/NotesListView.tsx | ||
---|---|---|
92 | 92 |
}; |
93 | 93 |
|
94 | 94 |
return ( |
95 |
<VStack> |
|
95 |
<VStack >
|
|
96 | 96 |
<Box height={props.height - (replyingTo ? 40 : 0) ?? undefined} marginBottom={2}> |
97 | 97 |
{/* Notes */} |
98 |
<ScrollView contentContainerStyle={{ flexGrow: 1 }} onScrollEndDrag={handleScrollEnd}> |
|
98 |
<ScrollView contentContainerStyle={{ flexGrow: 1 }} onScrollEndDrag={handleScrollEnd} paddingLeft={2.5} paddingRight={2.5}>
|
|
99 | 99 |
{ |
100 | 100 |
notes && notes.length > 0 ? ( |
101 | 101 |
<VStack> |
Také k dispozici: Unified diff
re #10895: NoteViewPage: Sort refactor