Skip to content

Commit

Permalink
Merge pull request #74 from SWM-FIRE/FIRE-329-fe-소켓으로-채팅-주고받음
Browse files Browse the repository at this point in the history
Fire 329 fe 소켓으로 채팅 주고받음
  • Loading branch information
haryung-lee authored Jul 26, 2022
2 parents fde8254 + 97f820b commit ecbf2a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
Empty file added src/adapters/chat/example.ts
Empty file.
20 changes: 11 additions & 9 deletions src/components/room/Chatting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,18 @@ const ChattingList = styled.ul`
`;

const NewMessage = styled.form`
position: relative;
width: 100%;
height: 4.8rem;
margin-top: 3rem;
border-radius: 1rem;
padding: 1.5rem 2rem;
background-color: #1b1b1e;
`;

const Input = styled.input`
width: 100%;
height: 4.8rem;
width: calc(100% - 2.7rem);
height: 100%;
font-size: 1.3rem;
border-radius: 1rem;
padding: 1.6rem 2rem;
background-color: #1b1b1e;
font-family: IBMPlexSansKRRegular;
color: rgba(255, 255, 255, 1);
Expand All @@ -122,9 +123,10 @@ const Input = styled.input`
`;

const Button = styled.button`
position: absolute;
cursor: pointer;
right: 1.8rem;
top: 50%;
transform: translateY(-50%);
float: right;
svg {
width: 2rem;
height: 2rem;
}
`;
28 changes: 0 additions & 28 deletions src/stores/connectUserStore.ts

This file was deleted.

1 comment on commit ecbf2a3

@vercel
Copy link

@vercel vercel bot commented on ecbf2a3 Jul 26, 2022

Choose a reason for hiding this comment

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

@haryung-lee is attempting to deploy a commit to a Personal Account on Vercel that is not owned by them.

In order for the commit to be deployed, @haryung-lee must be granted access to the connected Vercel project.

If you're the owner of the Personal Account, transfer the project to a Vercel Team and start collaborating, or learn more.

Please sign in to comment.