mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
LFS: update expander menu
This commit is contained in:
@@ -291,15 +291,7 @@ export function useLiveFileComparison(
|
||||
<MoreVertIcon />
|
||||
</MenuButton>
|
||||
|
||||
<Menu size='sm' sx={{ minWidth: 200 }}>
|
||||
|
||||
{/* Close button */}
|
||||
<MenuItem onClick={handleStopLiveFile}>
|
||||
<ListItemDecorator>
|
||||
<LiveFileCloseIcon />
|
||||
</ListItemDecorator>
|
||||
Stop sync
|
||||
</MenuItem>
|
||||
<Menu size='md' sx={{ minWidth: 220 }}>
|
||||
|
||||
{/* Reassign File button */}
|
||||
<MenuItem onClick={handlePairNewFileWithPicker}>
|
||||
@@ -309,6 +301,16 @@ export function useLiveFileComparison(
|
||||
Pair a different file
|
||||
</MenuItem>
|
||||
|
||||
<ListDivider />
|
||||
|
||||
{/* Close button */}
|
||||
<MenuItem onClick={handleStopLiveFile}>
|
||||
<ListItemDecorator>
|
||||
<LiveFileCloseIcon />
|
||||
</ListItemDecorator>
|
||||
Stop sync
|
||||
</MenuItem>
|
||||
|
||||
</Menu>
|
||||
</Dropdown>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user