feat: Livechat theming improvements#31772
Merged
kodiakhq[bot] merged 22 commits intodevelopfrom Mar 22, 2024
Merged
Conversation
🦋 Changeset detectedLatest commit: 82bdd84 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #31772 +/- ##
===========================================
- Coverage 54.74% 54.68% -0.07%
===========================================
Files 2294 2298 +4
Lines 50641 50707 +66
Branches 10340 10353 +13
===========================================
+ Hits 27723 27727 +4
- Misses 20428 20484 +56
- Partials 2490 2496 +6
Flags with carried forward coverage won't be shown. Click here to find out more. |
6a8a478 to
b1731f2
Compare
53d5edc to
b37299e
Compare
MarcosSpessatto
suggested changes
Feb 28, 2024
2e7458b to
9a8dcae
Compare
MartinSchoeler
requested changes
Mar 4, 2024
89d45b2 to
64390b0
Compare
6aa4637 to
095daff
Compare
095daff to
29b29d1
Compare
ff94a48 to
e42433e
Compare
6238b6e to
77f4388
Compare
tassoevan
approved these changes
Mar 22, 2024
KevLehman
approved these changes
Mar 22, 2024
MartinSchoeler
approved these changes
Mar 22, 2024
MarcosSpessatto
approved these changes
Mar 22, 2024
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes (including videos or screenshots)
Added two settings
Livechat widget position on the screen: Changes the widget position between left or right of the viewportLivechat background: Changes the message list background. Receives the same value as the CSS's background property.Added new properties to the
setThememethodposition: Changes the widget position between left or right of the viewportbackground: Changes the message list background. Receives the same value as the CSS's background property.guestBubbleBackgroundColor: Changes the guest bubble background coloragentBubbleBackgroundColor: Changes the agent bubble background colorhideGuestAvatar: Hides the guest avatarhideAgentAvatar: Hides the agent avatarℹ️ Tests for these theming improvements will be implemented in a separate task: PROSVC-79
Issue(s)
PROSVC-51
PROSVC-50
Steps to test or reproduce
Further comments