Revize 9814562f
Přidáno uživatelem Fantič před více než 1 rok
src/components/item/ItemView.tsx | ||
---|---|---|
251 | 251 |
props.notesLoading ? |
252 | 252 |
(<LoadingBox text="Notes loading..." />) |
253 | 253 |
: |
254 |
(<VStack paddingLeft={2.5} paddingRight={2.5}>
|
|
255 |
<Flex direction="row" align="flex-start" justifyContent="space-between" marginTop={2.5}> |
|
254 |
(<VStack> |
|
255 |
<Flex direction="row" align="flex-start" justifyContent="space-between" marginTop={2.5} marginLeft={2.5} marginRight={2.5}>
|
|
256 | 256 |
<Text fontWeight="semibold" mt={4} ml={2} fontSize="md" color="4D4D4D">Show related comments</Text> |
257 | 257 |
<Switch value={showRelatedComments} onChange={toggleRelatedComments} size="lg" marginRight={2} /> |
258 | 258 |
</Flex> |
Také k dispozici: Unified diff
re #10895: NoteViewPage: Sort refactor