PradyumnaKrishna / enigma-protocol

An end to end encrypted messenger using Flask, SocketIO, and Vue.js
https://protocol.onpy.in
MIT License
20 stars 34 forks source link

Making sharing User Id easy #51

Closed programerr01 closed 10 months ago

programerr01 commented 11 months ago

Adding Button for copying user id or user id get copied when clicked on the text image

singodiyashubham87 commented 11 months ago

@PradyumnaKrishna You asked me to work on this issue but someone is already assigned, What should I do?

PradyumnaKrishna commented 11 months ago

No progress so far, I guess he might be busy somewhere. You are welcome to take this up @MisterMickey.

singodiyashubham87 commented 11 months ago

@PradyumnaKrishna Okay, I'll do this tonight itself. Thanks for allowing me to work on this issue.

singodiyashubham87 commented 11 months ago

@PradyumnaKrishna I did the changes, I just need to make sure it works..But I'm not able to setup the project, it's showing some environment variable missing error, How should I proceed now?

PradyumnaKrishna commented 10 months ago

You have to run the server too, run the python server and then the client using

VUE_APP_APIURL=http://localhost:5000 npm run serve
singodiyashubham87 commented 10 months ago

@PradyumnaKrishna Kindly check the discord channel, I'm facing some error

singodiyashubham87 commented 10 months ago

@PradyumnaKrishna Have a look of my PR #63