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

simple live chat #258

Merged
merged 8 commits into from
Jun 10, 2022
Merged

simple live chat #258

merged 8 commits into from
Jun 10, 2022

Conversation

Angryman18
Copy link
Member

First thing, PLEASE READ THIS: ReactPlay Code Review Checklist

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@vercel
Copy link

vercel bot commented May 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-play ❌ Failed (Inspect) Jun 10, 2022 at 5:06AM (UTC)

@Angryman18
Copy link
Member Author

firebase config has to change with official react-play's firebase. and anyone feel free to make changes and look things better.
required npm package - firebase, date-fns (very light)

@Angryman18 Angryman18 self-assigned this May 31, 2022
@Angryman18 Angryman18 added the play request New Play Request. label May 31, 2022
@Angryman18 Angryman18 linked an issue May 31, 2022 that may be closed by this pull request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add Live Chat App to ideas.json to be a public idea

@atapas
Copy link
Member

atapas commented Jun 1, 2022

@koustov Can you please review this one?

src/plays/simple-live-chat/Readme.md Show resolved Hide resolved
src/plays/simple-live-chat/SimpleLiveChat.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/SimpleLiveChat.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/Storage.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.scss Outdated Show resolved Hide resolved
src/plays/simple-live-chat/firebase.js Outdated Show resolved Hide resolved
@koustov
Copy link
Member

koustov commented Jun 5, 2022

@Angryman18 I am reviewing it now. Also please resolve all the open items.

Copy link
Member

@koustov koustov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am done with my review cycle.

.env.development Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.jsx Outdated Show resolved Hide resolved
src/plays/simple-live-chat/components/chat/chat-body.jsx Outdated Show resolved Hide resolved
@atapas
Copy link
Member

atapas commented Jun 7, 2022

@Angryman18 We have made the changes to support TailwindCSS. Please pull the latest and test your UI flow.

koustov
koustov previously approved these changes Jun 8, 2022
Copy link
Member

@koustov koustov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am unblocking this PR as all (but one ) of my concerns are addressed and the code looks perfect to me. However, following needs to be fixed before we hit the "merge" button

  • A small change for .env file
  • Preview build is failing. @atapas could you please check the reason for it.

.env.development Outdated Show resolved Hide resolved
.env.development Outdated Show resolved Hide resolved
.env.production Outdated Show resolved Hide resolved
Copy link
Member

@atapas atapas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@atapas atapas merged commit 8537088 into reactplay:main Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Play]: Simple Live Chat
5 participants