Skip to content

Commit

Permalink
[Delivers #187584880]Users should be able to chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Aime-Patrick committed Aug 1, 2024
1 parent 7f0c8f8 commit 88ac575
Show file tree
Hide file tree
Showing 15 changed files with 1,090 additions and 16 deletions.
79 changes: 79 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,20 @@
"dotenv": "^16.4.5",
"formik": "^2.4.6",
"html-webpack-plugin": "^5.6.0",
"jwt-decode": "^4.0.0",
"mini-css-extract-plugin": "^2.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-input-emoji": "^5.9.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"save-dev": "0.0.1-security",
"socket.io-client": "^4.7.5",
"yup": "^1.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"antd": "^5.19.2"
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down Expand Up @@ -104,4 +101,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}
}
Binary file added public/assets/notification.mp3
Binary file not shown.
3 changes: 2 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
@import "./assets/styles/tables.scss";
@import "./assets/styles/adminDashboard.scss";
@import "./assets/styles/users.scss";
@import "./assets/styles/tables.scss";
@import "./assets/styles/tables.scss";
@import "./assets/styles/liveChat.scss";
Loading

0 comments on commit 88ac575

Please sign in to comment.