SendDialog, cont'd
This commit is contained in:
parent
b20df55b88
commit
2eeb7d63a0
3 changed files with 220 additions and 71 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue