Skip to content

Commit

Permalink
Users should be able to chat (#56)
Browse files Browse the repository at this point in the history
* [Finishes #187584877] Admin should be able to disable an account

* [Delivers #187584880]Users should be able to chat
  • Loading branch information
Aime-Patrick authored Aug 4, 2024
1 parent bbbb476 commit 41c539c
Show file tree
Hide file tree
Showing 30 changed files with 2,074 additions and 532 deletions.
101 changes: 101 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.11.1",
"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-loader-spinner": "^6.1.6",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.0",
Expand Down
Binary file added public/assets/notification.mp3
Binary file not shown.
1 change: 1 addition & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
@import "./assets/styles/tables.scss";
@import "./assets/styles/adminDashboard.scss";
@import "./assets/styles/users.scss";
@import "./assets/styles/liveChat.scss";
@import "./assets//styles/UserProfile.scss";
@import "./assets/styles/SellerSideProduct.scss";
Loading

0 comments on commit 41c539c

Please sign in to comment.