Conversation
Added features for sending emoji's, attachments , stickers, images
|
I'll also add the feature to set color and font by tomorrow. |
|
Also, can anyone send the image used as emoji in qt interface? |
| emojiPicker.style.display = emojiPicker.style.display === 'none' ? 'block' : 'none'; | ||
| }, | ||
| }, m('img', { | ||
| src: "https://i.pinimg.com/736x/e4/47/1f/e4471fd12da05d58e102f8acee595162.jpg", alt: 'Emoji'})), |
There was a problem hiding this comment.
do not use an external resource. This can break the anonymity of Tor nodes because i.pinimg.com will get your IP when you perform the request.
There was a problem hiding this comment.
Okk sir, I will change it.
| const attachmentInput = document.querySelector('.chatAttachment'); | ||
| attachmentInput.click(); | ||
| }, | ||
| }, m('img', { src: "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQ6k7KXoSJ7iY0HurPvwJsx_g59l6xS5ltOQ&s", alt: 'Attach' })), // Ensure the path is correct |
|
Yes sir, I will do that
Sir, I formatted style.css so that it is easier to understand the code when i was reading the code . I didn't change many things in style.css but due to formatting the change is looking very large. I am sorry for that I will remember to check my pr carefully. |
|
@csoler should i commit |
It looks like that this big change has been created due to your code editor's formatting. So, @Anushkaagrawal22 I will suggest, first you run Also, you don't have to edit style.css manually, since it is generated from your scss styles only. |
Yes @zelfroster this was the reason
I did as you said
|
|
This PR still contains several explicit http links. |
Yes actually i am still working on it. |

Added features for sending emoji's, attachments , stickers, images
