-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add twimoji #105
base: master
Are you sure you want to change the base?
Add twimoji #105
Conversation
https://www.npmjs.com/package/emoji or https://www.npmjs.com/package/node-emoji no good? |
Gonna merge this one in for now, as it's probably better than no emojis. Feel free to open a PR to swap the library. |
return localStorage[cookieName]; | ||
}; | ||
}); | ||
|
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.
Is this supposed to be here?
Not yet. That's in fact the code @run1t wrote to help me to create the profile menu entry in the new layout 3 branch. |
Ok, cool. @run1t, can you remove that block from tinder-desktop.common.js then? Also, can we add the emoji filter to the Profile / Swipe bios? |
Yep will do that |
<link rel="stylesheet" href="css/normalize.min.css"/> | ||
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" href="css/font-awesome.min.css"> | ||
<link rel="stylesheet" href="css/app.css"/> | ||
<link rel="stylesheet" href="css/sweet-alert.css"/> | ||
|
||
|
||
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js"></script> |
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.
Can we add this via bower?
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.
twemoji it's really heavy (almost 300mb) that's why I use a CDN here.
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.
Holy guacamole. The source, or the dist?!?!
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.
the bower install twemoji
so I guess the dist
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.
It's just the source for dev. Alright, let's leave it as a CDN resource for now...
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.
There's also privacy implications, maybe we want to ship it locally and avoid outside dependencies?
Closes #23.