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

implements lazy loading for glyphs - AP-101 #311

Merged
merged 5 commits into from
Nov 26, 2021
Merged

implements lazy loading for glyphs - AP-101 #311

merged 5 commits into from
Nov 26, 2021

Conversation

Jekrimo
Copy link
Contributor

@Jekrimo Jekrimo commented Nov 24, 2021

What this PR does πŸ“–
implements lazy loading for glyphs

Which issue(s) this PR fixes πŸ”¨
AP-101

Fixes #

Special notes for reviewers πŸ—’οΈ
Can definetely see the lazy loading happening in the network calls and scrolling itself, we DO still have some failure api calls, 429 (Too many Requests) that will need another ticket, although, I think that is from a specific api or two as not every glyph group has that happen so may not be on our side but will most likely still require a fix from us.

Additional comments 🎀

@stavares843 stavares843 changed the title Ap 101 implements lazy loading for glyphs - AP-101 Nov 24, 2021
@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 Nov 24, 2021
@stavares843 stavares843 added the Changes Requested Changes have been requested by Dev or QA, once the changes have been made, remove this label. label Nov 25, 2021
@stavares843 stavares843 removed the Changes Requested Changes have been requested by Dev or QA, once the changes have been made, remove this label. label Nov 25, 2021
@InfamousVague InfamousVague merged commit 3b59255 into dev Nov 26, 2021
@InfamousVague InfamousVague deleted the AP-101 branch November 26, 2021 01:52
@github-actions github-actions bot removed the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Nov 26, 2021
InfamousVague pushed a commit that referenced this pull request Nov 29, 2021
* Feat(Timestamp): Add timestamp to Message Actions (AP-106)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again' (#306)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again'

* put space after if

* fix(message): update timestamp message every minute (#300)

* chore: rebase dev

* chore(message): changes in response to pr review

Co-authored-by: Samir Vimercati <[email protected]>

* implements lazy loading for glyphs - AP-101 (#311)

* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code

* fix - Duplicate friends are being added when page is re-rendered - AP-64 (#308)

* fixed duplicated friends issue = AP-64

* Update actions.ts

Co-authored-by: Matt Wisniewski <[email protected]>

* chore(readme): doc update (#319)

Updating readme
Adding .env.example file
Updated satellite-lucide-icons to not need ssh key uploaded to github

closes no tickets

* fix merge conflict

* Fix messageOwner in Action html

* fix(Timestamp): removed messageOwner in Action components

* fix(timestamp): add comma dangle

Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>
InfamousVague pushed a commit that referenced this pull request Dec 1, 2021
… Account button' (#327)

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(webrtc): add low level abstractions for handling p2p connections and audio/video calls (#324)

* wip: WebRTC implementation

* chore: better structure

* chore: documented all methods

* fix: prettier config

* fix: replaced p2pt dependency with the internal one

* Update encoders.ts

* fix: typos in comments and comma dangle

Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>

* chore: update linting rules (#326)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106) (#318)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again' (#306)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again'

* put space after if

* fix(message): update timestamp message every minute (#300)

* chore: rebase dev

* chore(message): changes in response to pr review

Co-authored-by: Samir Vimercati <[email protected]>

* implements lazy loading for glyphs - AP-101 (#311)

* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code

* fix - Duplicate friends are being added when page is re-rendered - AP-64 (#308)

* fixed duplicated friends issue = AP-64

* Update actions.ts

Co-authored-by: Matt Wisniewski <[email protected]>

* chore(readme): doc update (#319)

Updating readme
Adding .env.example file
Updated satellite-lucide-icons to not need ssh key uploaded to github

closes no tickets

* fix merge conflict

* Fix messageOwner in Action html

* fix(Timestamp): removed messageOwner in Action components

* fix(timestamp): add comma dangle

Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>

* Chat Window Status Bar User Info - #AP-109 (#323)

* feat(Import Account): add remove option for numberedword component

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(Import Account): add remove option for numberedword component

* feat(Import Account): fix routing issue in authenticated middleware

Co-authored-by: Manuel Tumiati <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>
InfamousVague pushed a commit that referenced this pull request Dec 2, 2021
* fix(chat): fix 'unable to paste text into chat'

* chore(textile-store): update textile convo to have timestamps on top level (#328)

* chore(textile-store): update textile convo to have timestamps on top level

Added timestamps for user and convo on conversations

* chore(documentation/enums): update enums and add inline documentation

* feat(import account): 'Create Import Account Page, linked from Import Account button' (#327)

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(webrtc): add low level abstractions for handling p2p connections and audio/video calls (#324)

* wip: WebRTC implementation

* chore: better structure

* chore: documented all methods

* fix: prettier config

* fix: replaced p2pt dependency with the internal one

* Update encoders.ts

* fix: typos in comments and comma dangle

Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>

* chore: update linting rules (#326)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106) (#318)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again' (#306)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again'

* put space after if

* fix(message): update timestamp message every minute (#300)

* chore: rebase dev

* chore(message): changes in response to pr review

Co-authored-by: Samir Vimercati <[email protected]>

* implements lazy loading for glyphs - AP-101 (#311)

* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code

* fix - Duplicate friends are being added when page is re-rendered - AP-64 (#308)

* fixed duplicated friends issue = AP-64

* Update actions.ts

Co-authored-by: Matt Wisniewski <[email protected]>

* chore(readme): doc update (#319)

Updating readme
Adding .env.example file
Updated satellite-lucide-icons to not need ssh key uploaded to github

closes no tickets

* fix merge conflict

* Fix messageOwner in Action html

* fix(Timestamp): removed messageOwner in Action components

* fix(timestamp): add comma dangle

Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>

* Chat Window Status Bar User Info - #AP-109 (#323)

* feat(Import Account): add remove option for numberedword component

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(Import Account): add remove option for numberedword component

* feat(Import Account): fix routing issue in authenticated middleware

Co-authored-by: Manuel Tumiati <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>

* fix(chat): fix 'unable to paste text into chat'

* fix(chat): fix spacing issue on chatbar

Co-authored-by: Chris Hogan <[email protected]>
Co-authored-by: Manuel Tumiati <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
InfamousVague pushed a commit that referenced this pull request Dec 5, 2021
* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code
InfamousVague pushed a commit that referenced this pull request Dec 5, 2021
* Feat(Timestamp): Add timestamp to Message Actions (AP-106)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again' (#306)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again'

* put space after if

* fix(message): update timestamp message every minute (#300)

* chore: rebase dev

* chore(message): changes in response to pr review

Co-authored-by: Samir Vimercati <[email protected]>

* implements lazy loading for glyphs - AP-101 (#311)

* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code

* fix - Duplicate friends are being added when page is re-rendered - AP-64 (#308)

* fixed duplicated friends issue = AP-64

* Update actions.ts

Co-authored-by: Matt Wisniewski <[email protected]>

* chore(readme): doc update (#319)

Updating readme
Adding .env.example file
Updated satellite-lucide-icons to not need ssh key uploaded to github

closes no tickets

* fix merge conflict

* Fix messageOwner in Action html

* fix(Timestamp): removed messageOwner in Action components

* fix(timestamp): add comma dangle

Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>
InfamousVague pushed a commit that referenced this pull request Dec 5, 2021
… Account button' (#327)

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(webrtc): add low level abstractions for handling p2p connections and audio/video calls (#324)

* wip: WebRTC implementation

* chore: better structure

* chore: documented all methods

* fix: prettier config

* fix: replaced p2pt dependency with the internal one

* Update encoders.ts

* fix: typos in comments and comma dangle

Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>

* chore: update linting rules (#326)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106) (#318)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again' (#306)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again'

* put space after if

* fix(message): update timestamp message every minute (#300)

* chore: rebase dev

* chore(message): changes in response to pr review

Co-authored-by: Samir Vimercati <[email protected]>

* implements lazy loading for glyphs - AP-101 (#311)

* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code

* fix - Duplicate friends are being added when page is re-rendered - AP-64 (#308)

* fixed duplicated friends issue = AP-64

* Update actions.ts

Co-authored-by: Matt Wisniewski <[email protected]>

* chore(readme): doc update (#319)

Updating readme
Adding .env.example file
Updated satellite-lucide-icons to not need ssh key uploaded to github

closes no tickets

* fix merge conflict

* Fix messageOwner in Action html

* fix(Timestamp): removed messageOwner in Action components

* fix(timestamp): add comma dangle

Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>

* Chat Window Status Bar User Info - #AP-109 (#323)

* feat(Import Account): add remove option for numberedword component

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(Import Account): add remove option for numberedword component

* feat(Import Account): fix routing issue in authenticated middleware

Co-authored-by: Manuel Tumiati <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>
InfamousVague pushed a commit that referenced this pull request Dec 5, 2021
* fix(chat): fix 'unable to paste text into chat'

* chore(textile-store): update textile convo to have timestamps on top level (#328)

* chore(textile-store): update textile convo to have timestamps on top level

Added timestamps for user and convo on conversations

* chore(documentation/enums): update enums and add inline documentation

* feat(import account): 'Create Import Account Page, linked from Import Account button' (#327)

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(webrtc): add low level abstractions for handling p2p connections and audio/video calls (#324)

* wip: WebRTC implementation

* chore: better structure

* chore: documented all methods

* fix: prettier config

* fix: replaced p2pt dependency with the internal one

* Update encoders.ts

* fix: typos in comments and comma dangle

Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>

* chore: update linting rules (#326)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106) (#318)

* Feat(Timestamp): Add timestamp to Message Actions (AP-106)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again' (#306)

* fix(chat reaction): Fix 'Emoji reactions will increase if user navigates to a different page and back to chat again'

* put space after if

* fix(message): update timestamp message every minute (#300)

* chore: rebase dev

* chore(message): changes in response to pr review

Co-authored-by: Samir Vimercati <[email protected]>

* implements lazy loading for glyphs - AP-101 (#311)

* (update)glyphs: add vuetify import

* update(lazy load glyphs): update implemintation of glyphs to allow lazy loading brought in from vuetify.

* Nuke old code

* nuke old code

* fix - Duplicate friends are being added when page is re-rendered - AP-64 (#308)

* fixed duplicated friends issue = AP-64

* Update actions.ts

Co-authored-by: Matt Wisniewski <[email protected]>

* chore(readme): doc update (#319)

Updating readme
Adding .env.example file
Updated satellite-lucide-icons to not need ssh key uploaded to github

closes no tickets

* fix merge conflict

* Fix messageOwner in Action html

* fix(Timestamp): removed messageOwner in Action components

* fix(timestamp): add comma dangle

Co-authored-by: Eric Lee <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>

* Chat Window Status Bar User Info - #AP-109 (#323)

* feat(Import Account): add remove option for numberedword component

* feat(import account): enable import account button

* feat(import account): add input account component

* feat(import account): disable recover button if phrases.length < 12, update number word style

* feat(Import Account): add remove option for numberedword component

* feat(Import Account): fix routing issue in authenticated middleware

Co-authored-by: Manuel Tumiati <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
Co-authored-by: Chris Hogan <[email protected]>

* fix(chat): fix 'unable to paste text into chat'

* fix(chat): fix spacing issue on chatbar

Co-authored-by: Chris Hogan <[email protected]>
Co-authored-by: Manuel Tumiati <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Matt Wisniewski <[email protected]>
Co-authored-by: Sara Tavares <[email protected]>
Co-authored-by: Nick <[email protected]>
Co-authored-by: vimercati-samir <[email protected]>
Co-authored-by: Samir Vimercati <[email protected]>
Co-authored-by: Jeff Kristian <[email protected]>
Co-authored-by: David Chan <[email protected]>
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.

3 participants