IndieCoderMM / convoz-chat

📢A user-friendly chat app for building online communities. Built with React, Redux and Firebase
https://convoz-chat.onrender.com/
MIT License
1 stars 5 forks source link

ui: Hide chat input when modal is active [⭐1xp] #24

Open IndieCoderMM opened 1 year ago

IndieCoderMM commented 1 year ago

When opening Edit-Channel modal, chat input should be under the overlay and not interactable.

See the screenshot below.

Possible Solution

image

krishnaa-14 commented 1 year ago

I would like to work on this. Can you please assign this to me ?

IndieCoderMM commented 1 year ago

Hi @krishnaa-14, I've assigned this to you. Ask me any questions if necessary.

Good luck! ✨

krishnaa-14 commented 1 year ago

Cloned the repo, and after npm install, when trying 'npm run dev', I am seeing the below error msg on console.

image
IndieCoderMM commented 1 year ago

You'll need to create .env with credentials from Firebase. See CONTRIBUTION.md for more details.

Let me know if it's ok after setting up Firebase.