piyushgarg-dev / review-app

Frontend Review Management Application | https://youtu.be/JD3NQsB3TQI
https://review-app-five.vercel.app
GNU General Public License v3.0
193 stars 281 forks source link

[Bug]: Share button is not working #116

Open saimadib opened 1 year ago

saimadib commented 1 year ago

Describe the bug

When clicked on share button it should allow user to share the form link.

To Reproduce

  1. Go to 'http://app.localhost:3000/dashboard'
  2. Click on 'forms'
  3. Click on 'share' button present in the form
  4. See error

Expected behavior

When clicked on share button ,the user should be able to share the link through different apps.

Screenshots/Videos

No response

Additional context

No response

Please checkmark the following checklist

saimadib commented 1 year ago

Can I work on the share button functionality?

Bansalayush247 commented 1 year ago

Is this issue still available?

ManishPJha commented 1 year ago

It is working for me. make sure your docker container is up.

saimadib commented 1 year ago

It is working for me. make sure your docker container is up.

Yes docker is up.

https://github.com/piyushgarg-dev/review-app/assets/88191474/da453deb-7f76-4d3f-b5c9-b8128f7dd366

I have added the share functionality as below when clicked on share button.

share link

Let me know if the issue is relevant I will create PR.

ManishPJha commented 1 year ago

It is working for me. make sure your docker container is up.

Yes docker is up.

share.video.mp4 I have added the share functionality as below when clicked on share button.

share link

Let me know if the issue is relevant I will create PR.

sorry, i replied on wrong issue wanted to reply on #115 :confused:

saimadib commented 1 year ago

Hi , I have created new branch to resolve conflicts :) Can you please check it out?