Chatbot UI design (without connecting with the backend) 99/15099/2
authorJaehyung <wogud1221@khu.ac.kr>
Wed, 1 Oct 2025 09:10:17 +0000 (09:10 +0000)
committerJaehyung <wogud1221@khu.ac.kr>
Thu, 2 Oct 2025 05:06:59 +0000 (05:06 +0000)
commitcd9e6d65c0dd25800a00ac64b418f362a55153fd
tree8223d608b7c274c14ecd7288688df6440f5ba417
parent20141c005d8e19d8faafb2913e838ecaf83591ba
Chatbot UI design (without connecting with the backend)

- Message bubbles, autoscroll
- Support dark/light mode
- mounted globally in HomePage
- Toggle Chatbot
- Connection with the backend will be done soon. Commited to check if the design appears correctly.

Issue-ID: AIMLFW-270

Change-Id: If74ed76d9e2464179ddfe334795b5339fa00f788
Signed-off-by: Jaehyung Choi <wogud1221@khu.ac.kr>
src/components/chatbot/Chatbot.js [new file with mode: 0644]
src/components/chatbot/chatbot.css [new file with mode: 0644]
src/components/chatbot/index.js [new file with mode: 0644]
src/components/home/HomePage.js
src/components/index.js