Skip to content

Commit

Permalink
Share: improve menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Oct 15, 2023
1 parent 21a0421 commit 5278c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/apps/chat/components/applayout/ChatMenuItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function ChatMenuItems(props: {
<ListItemDecorator>
<FileDownloadIcon />
</ListItemDecorator>
Export
Share / Export ...
</MenuItem>

<MenuItem disabled={disabled} onClick={handleConversationClear}>
Expand Down
4 changes: 2 additions & 2 deletions src/apps/chat/trade/ExportChats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function ExportChats(props: { config: ExportConfig, onClose: () => void }

<Button variant='soft' size='md' disabled={!hasConversation} endDecorator={<ExitToAppIcon />} sx={{ minWidth: 240, justifyContent: 'space-between' }}
onClick={handlePublishConversation}>
Share to Paste.gg
Publish to Paste.gg
</Button>

{/*<Button variant='soft' size='md' disabled sx={{ minWidth: 240, justifyContent: 'space-between', fontWeight: 400 }}>*/}
Expand All @@ -130,7 +130,7 @@ export function ExportChats(props: { config: ExportConfig, onClose: () => void }
color={downloadedAllState === 'ok' ? 'success' : downloadedAllState === 'fail' ? 'warning' : 'primary'}
endDecorator={downloadedAllState === 'ok' ? '✔' : downloadedAllState === 'fail' ? '✘' : <FileDownloadIcon />}
onClick={handleDownloadAllConversations}>
Backup all chats
Download all chats
</Button>
</Box>

Expand Down

1 comment on commit 5278c04

@vercel
Copy link

@vercel vercel bot commented on 5278c04 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
big-agi-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.