Skip to content

Commit b760d96

Browse files
authored
Merge pull request #121 from UNLV-CS472-672/Messaging_System_Prototype(MVP)
Abdulrahman 5th PR: Full Messaging System – MVP with Chat, UI Interactions, and Data
2 parents d4486c8 + 45b401c commit b760d96

File tree

5 files changed

+980
-215
lines changed

5 files changed

+980
-215
lines changed

frontend/package-lock.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"axios": "^1.8.4",
1515
"bootstrap": "^5.3.3",
1616
"bootstrap-icons": "^1.11.3",
17+
"emoji-picker-react": "^4.12.2",
1718
"react": "^19.0.0",
1819
"react-calendar": "^5.1.0",
1920
"react-dom": "^19.0.0",

frontend/src/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function App() {
4545
<Route path="/schedule" element={<Schedule />} />
4646
<Route path="/pomodoro" element={<Pomodoro />} />
4747
<Route path="/booking" element={<Booking />} />
48+
{/*new and improved page... incoming*/}
4849
<Route path="/chat" element={<Chat />} />
4950
<Route path="/videocall" element={<VideoCall />} />
5051
<Route path="/Calendar" element={<Calendar />} />

0 commit comments

Comments
 (0)