PradyumnaKrishna / enigma-protocol

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

Make User Info Component #91

Closed Tizzz-555 closed 6 months ago

Tizzz-555 commented 6 months ago

This is part of https://github.com/PradyumnaKrishna/enigma-protocol/issues/37, will separate the user info into its own component.

PradyumnaKrishna commented 6 months ago

Go ahead @Tizzz-555

Tizzz-555 commented 6 months ago

@PradyumnaKrishna Would you like me adding a copy icon to the right of the userId to better signal that the id is copyable on click?

PradyumnaKrishna commented 6 months ago

Yes add it.

Tizzz-555 commented 6 months ago

@PradyumnaKrishna Can you kindly explain to me how would you like the style to be handled across components? I see there is a scoped attribute in Chat.vue that prevents the styles to propagate to components, is this the design you prefer? Would that mean copying the relevant css from Chat.vue to the component we are working on?

PradyumnaKrishna commented 6 months ago

I am not sure about the style either, make it the way you like to.