SendDialog, cont'd

This commit is contained in:
Philipp Heckel 2022-03-28 22:54:27 -04:00
parent b20df55b88
commit 2eeb7d63a0
3 changed files with 220 additions and 71 deletions

View file

@ -26,6 +26,7 @@ import TextField from "@mui/material/TextField";
import SendIcon from "@mui/icons-material/Send";
import api from "../app/Api";
import SendDialog from "./SendDialog";
import KeyboardArrowUpIcon from '@mui/icons-material/KeyboardArrowUp';
// TODO add drag and drop
// TODO races when two tabs are open
@ -149,7 +150,7 @@ const Sender = (props) => {
}}
>
<IconButton color="inherit" size="large" edge="start" onClick={() => setSendDialogOpen(true)}>
<MoreVert/>
<KeyboardArrowUpIcon/>
</IconButton>
<TextField
autoFocus