Skip to content
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

Merged
merged 4 commits into from
Dec 27, 2021
Merged

Conversation

josephmcg
Copy link
Contributor

@josephmcg josephmcg commented Dec 23, 2021

What this PR does πŸ“–

AP-341

  • added state for recently used glyphs including a counter
  • removed global style that was hiding typographyText on xs devices
  • limit recently used glyph array size on mobile devices
  • introduce mq xs breakpoint

AP-318

  • add padding to bottom of enhancers glyph list to show all

AP-264

  • add small img to reply rather than string of glyph url

Which issue(s) this PR fixes πŸ”¨
AP-314, AP-318, AP-264

Special notes for reviewers πŸ—’οΈ

  • I'm not a good copywriter, nor do I claim to be. If anyone has something better than 'Try using some glyphs', go for it. This phrase will be displayed when recently used glyphs state is empty

Additional comments 🎀

  • in regards to UX, do we want to close the enhancers menu after sending a glyph?

@github-actions github-actions bot added the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Dec 23, 2021
@stavares843
Copy link
Member

AP-314, AP-318, AP-264 - fixed βœ…

@stavares843 stavares843 added the QA tested One QA Person has tested - Needs QA Lead review still label Dec 23, 2021
@stavares843
Copy link
Member

do you want to add this one as well? πŸ˜‚ AP-359

@github-actions github-actions bot added the missing fixing conflict Conflict needs to be handled, then re-tested by devs/qa label Dec 24, 2021
@@ -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],
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, bad prettier

store/ui/types.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@WanderingHogan WanderingHogan left a 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

@WanderingHogan WanderingHogan added Changes Requested Changes have been requested by Dev or QA, once the changes have been made, remove this label. and removed Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA labels Dec 24, 2021
* 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
@josephmcg josephmcg removed Changes Requested Changes have been requested by Dev or QA, once the changes have been made, remove this label. missing fixing conflict Conflict needs to be handled, then re-tested by devs/qa labels Dec 27, 2021
@josephmcg
Copy link
Contributor Author

AP-359

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

@stavares843
Copy link
Member

neat! πŸŽ‰

@stavares843 stavares843 added the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Dec 27, 2021
@stavares843
Copy link
Member

just added the missing dev review label because of @WanderingHogan review

@WanderingHogan WanderingHogan removed the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Dec 27, 2021
@stavares843 stavares843 merged commit fdd3ad2 into dev Dec 27, 2021
@stavares843 stavares843 deleted the AP341 branch December 27, 2021 20:20
@github-actions github-actions bot removed the QA tested One QA Person has tested - Needs QA Lead review still label Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants