Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
22_23-J 12
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23-J 12
22_23-J 12
Commits
d694e737
Commit
d694e737
authored
May 15, 2023
by
IT19965864
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update UI
parent
459e67e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Frontend/src/pages/ChatBox.js
Frontend/src/pages/ChatBox.js
+4
-1
No files found.
Frontend/src/pages/ChatBox.js
View file @
d694e737
...
@@ -25,12 +25,14 @@ const Item = styled(Paper)(({ theme }) => ({
...
@@ -25,12 +25,14 @@ const Item = styled(Paper)(({ theme }) => ({
const
useStyles
=
makeStyles
({
const
useStyles
=
makeStyles
({
messageArea
:
{
messageArea
:
{
height
:
"
7
0vh
"
,
height
:
"
8
0vh
"
,
overflowY
:
"
auto
"
,
overflowY
:
"
auto
"
,
backgroundColor
:
"
#FBD2FB
"
,
backgroundColor
:
"
#FBD2FB
"
,
},
},
});
});
//chat bot webshockets
const
ChatBox
=
()
=>
{
const
ChatBox
=
()
=>
{
const
classes
=
useStyles
();
const
classes
=
useStyles
();
...
@@ -47,6 +49,7 @@ const ChatBox = () => {
...
@@ -47,6 +49,7 @@ const ChatBox = () => {
<
Icon
icon
=
"
teenyicons:chatbot-outline
"
inline
=
{
true
}
/> Hope Worl
d
<
Icon
icon
=
"
teenyicons:chatbot-outline
"
inline
=
{
true
}
/> Hope Worl
d
<
/Typography
>
<
/Typography
>
<
Item
>
<
Item
>
<
List
className
=
{
classes
.
messageArea
}
>
<
List
className
=
{
classes
.
messageArea
}
>
<
ListItem
>
<
ListItem
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment