-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new features #98
base: master
Are you sure you want to change the base?
Added new features #98
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
|
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
