-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat(glyphs): recently used glyphs functionality AP-341 #769
Conversation
AP-314, AP-318, AP-264 - fixed ✅ |
do you want to add this one as well? 😂 AP-359 |
@@ -92,7 +92,7 @@ export default Vue.extend({ | |||
requestWidth = '300' | |||
} | |||
const facebookOutSource = `https://www.facebook.com/plugins/video.php?href=${encodeURIComponent( | |||
link.split('?')[0] | |||
link.split('?')[0], |
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.
weird place to put a comma
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.
yeah, bad prettier
components/ui/Chat/Embeds/EmbeddedLinkContent/EmbeddedLinkContent.vue
Outdated
Show resolved
Hide resolved
components/ui/Chat/Embeds/EmbeddedLinkContent/EmbeddedLinkContent.vue
Outdated
Show resolved
Hide resolved
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.
Good, couple minor changes though when you get a chance next week
* add padding to bottom of enhancers glyph list to show all * add small img to reply rather than string of glyph url
* added state for recently used glyphs with a counter * removed global style hidiing typographyText on xs devices * mobile styles for recently selected glyphs
lol I'll do that one separately since this is already tackling a bunch of issues. I think it was introduced with the swiper stuff |
neat! 🎉 |
just added the missing dev review label because of @WanderingHogan review |
What this PR does 📖
AP-341
AP-318
AP-264
Which issue(s) this PR fixes 🔨
AP-314, AP-318, AP-264
Special notes for reviewers 🗒️
Additional comments 🎤