Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devLEASH-FE #811

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
98c2010
Merge pull request #759 from Quado2/quado.fe-dev
Harithmetic1 Oct 2, 2021
7ee5e27
Revert "Implemented message deletion, updating, adding and removal of…
Harithmetic1 Oct 2, 2021
7c59e4f
Merge pull request #761 from zurichat/revert-759-quado.fe-dev
Harithmetic1 Oct 2, 2021
b23a2cc
Trying to push to repo
Harithmetic1 Oct 2, 2021
c7d7132
Revert "Trying to push to repo"
Harithmetic1 Oct 2, 2021
8dd4302
Fixing merge conflicts
Harithmetic1 Oct 3, 2021
de0e366
Fixing merge conflicts
Harithmetic1 Oct 3, 2021
7d4c2b1
Revert "Merge pull request #761 from zurichat/revert-759-quado.fe-dev"
Harithmetic1 Oct 3, 2021
2bc13dd
Fixing merge conflicts
Harithmetic1 Oct 3, 2021
12a4bd7
Dynamic Message Input / Create Channel Modal
Valenteeena Oct 3, 2021
f6d7802
Implementing notification settings per user per channel
Harithmetic1 Oct 3, 2021
5da2aa8
Implementing notification settings per user per channel
Harithmetic1 Oct 3, 2021
d2fa9f4
Merge branch 'dev' into Harithmetic.fe-dev
Harithmetic1 Oct 3, 2021
69fee13
Merge pull request #806 from Harithmetic1/Harithmetic.fe-dev
Harithmetic1 Oct 3, 2021
071a33e
Add people Modal Dynamic
Valenteeena Oct 3, 2021
3511bf2
Merge branch 'dev' of https://github.com/zurichat/zc_plugin_channels …
Valenteeena Oct 3, 2021
6d6545b
Fixing bugs for live server
Harithmetic1 Oct 3, 2021
47b52e7
Merge branch 'Harithmetic.fe-dev' of https://github.com/Harithmetic1/…
Harithmetic1 Oct 3, 2021
971dd7f
Merge pull request #808 from Harithmetic1/Harithmetic.fe-dev
Harithmetic1 Oct 3, 2021
d7a2d99
Update MessageBoardIndex.jsx
Valenteeena Oct 3, 2021
b8ae6d0
Revert "Update MessageBoardIndex.jsx"
Valenteeena Oct 3, 2021
f0b6785
Revert "Fixing the error on live server"
Valenteeena Oct 3, 2021
3c30df2
Merge pull request #809 from zurichat/revert-808-Harithmetic.fe-dev
Valenteeena Oct 3, 2021
3b4e425
change1
Valenteeena Oct 3, 2021
f4f905f
Revert "Revert "Update MessageBoardIndex.jsx""
Valenteeena Oct 3, 2021
17b9d5c
Revert "Update MessageBoardIndex.jsx"
Valenteeena Oct 3, 2021
1d04d41
Merge pull request #1 from zurichat/dev
oluwadaprof Oct 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Revert "Update MessageBoardIndex.jsx""
This reverts commit b8ae6d0.
  • Loading branch information
Valenteeena committed Oct 3, 2021
commit f4f905f1fd03752857359937ca0600835fab0ce3
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ import notificationsManager from "./subs/Centrifugo/NotificationsManager";



const MessageBoardIndex = () => {
const MessageBoardIndex = ({allUsers}) => {

const { channelId } = useParams();
const dispatch = useDispatch()