muke1908 / chat-e2ee

End-to-end encrypted disposable chat sessions, exchange sensitive information with peer safely and securely.
https://chat-e2ee-2.azurewebsites.net/
Apache License 2.0
323 stars 198 forks source link

tsx extension added to the client side #303

Closed suman313 closed 1 year ago

suman313 commented 1 year ago

I have merged all the changes made in previous commits.

muke1908 commented 1 year ago

Hi @suman313 , thanks a lot for the PR. Can you please resolve the conflicts with master and check if the build script is running without error.

suman313 commented 1 year ago

Hi, @muke1908 I have successfully run the build script. It is running without error. I have made all the necessary changes required.

suman313 commented 1 year ago

Hi @muke1908 , could you please assist me with the doubt on how to pass the build test in this peer? Even though I have no conflict in my repository and the "npm run dev" is successful in my local repository this pr says "Some checks haven't completed yet". "build Expected — Waiting for status to be reported".

muke1908 commented 1 year ago

Seems like there are some conflicts. Can you run the following in your repo->branch?

git remote add upstream https://github.com/muke1908/chat-e2ee.git
git fetch upstream
git merge upstream/master

probably you'll find conflict after this.

muke1908 commented 1 year ago
Screenshot 2023-06-28 at 8 57 29

@suman313 there is some error

suman313 commented 1 year ago

Hi @muke1908, thank you for letting me know about the errors. Actually, in my local repository these are warnings and they do not prevent the build script from running successfully. But I can see ci/cd is taking warnings as errors which are preventing the build from running successfully. I will fix these errors and update them.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication