Attach: Camera icon just under the mic on mobile

This commit is contained in:
Enrico Ros
2024-09-13 16:43:55 -07:00
parent b1b23e7c4e
commit 21e7756a74
@@ -591,6 +591,9 @@ export function Composer(props: {
{/* [mobile] Mic button */}
{recognitionState.isAvailable && <ButtonMicMemo variant={micVariant} color={micColor} onClick={handleToggleMic} />}
{/* Responsive Camera OCR button */}
{showLLMAttachments && <ButtonAttachCameraMemo onOpenCamera={openCamera} />}
{/* [mobile] [+] button */}
{showLLMAttachments && (
<Dropdown>
@@ -598,10 +601,6 @@ export function Composer(props: {
<AddCircleOutlineIcon />
</MenuButton>
<Menu>
{/* Responsive Camera OCR button */}
<MenuItem>
<ButtonAttachCameraMemo onOpenCamera={openCamera} />
</MenuItem>
{/* Responsive Open Files button */}
<MenuItem>