ImageUploader

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f7c040947065bb4892fff2d75510550b07772971
parent 1baccc0a5ea107e12c64c0d20d9c9acb286c2dbc
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Sat, 13 Jul 2024 10:32:15 +0900

update readme

Diffstat:
MREADME.md | 7+++++++
Mbun.lockb | 0
Msrc/app/page.tsx | 15+--------------
3 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md @@ -24,6 +24,13 @@ flowchart webhook -->|link| page2 page2 -->|script by button| clipboard ``` + +### Drawer +Image uploader home +Index Files +Pim Mattermost +How to Use + ## 参考文献 コピペしたコードがあったらその参照元をここに貼ってください。 あとで多少改変したとしても、貼っていただけると、今後の開発に役立ちます。 diff --git a/bun.lockb b/bun.lockb Binary files differ. diff --git a/src/app/page.tsx b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function Home() { > <MenuIcon /> </IconButton> - <Typography variant="h4" noWrap component="div"> + <Typography variant="h5" noWrap component="div"> Image Uploader </Typography> </Toolbar> @@ -144,19 +144,6 @@ export default function Home() { </ListItem> ))} </List> - <Divider /> - <List> - {['All mail', 'Trash', 'Spam'].map((text, index) => ( - <ListItem key={text} disablePadding> - <ListItemButton> - <ListItemIcon> - {index % 2 === 0 ? <InboxIcon /> : <MailIcon />} - </ListItemIcon> - <ListItemText primary={text} /> - </ListItemButton> - </ListItem> - ))} - </List> </Drawer> <Main open={open}> <DrawerHeader />