feat: Livechat theming improvements - #31772
Merged
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. |
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
from
February 16, 2024 18:34
6a8a478 to
b1731f2
Compare
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
2 times, most recently
from
February 27, 2024 16:15
53d5edc to
b37299e
Compare
aleksandernsilva
marked this pull request as ready for review
February 27, 2024 18:46
MarcosSpessatto
suggested changes
Feb 28, 2024
aleksandernsilva
marked this pull request as draft
February 29, 2024 14:16
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
from
February 29, 2024 14:25
2e7458b to
9a8dcae
Compare
aleksandernsilva
marked this pull request as ready for review
March 1, 2024 14:19
MartinSchoeler
requested changes
Mar 4, 2024
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
2 times, most recently
from
March 4, 2024 23:43
89d45b2 to
64390b0
Compare
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
from
March 7, 2024 19:43
6aa4637 to
095daff
Compare
aleksandernsilva
marked this pull request as draft
March 18, 2024 14:13
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
from
March 18, 2024 14:50
095daff to
29b29d1
Compare
added 6 commits
March 22, 2024 08:42
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
from
March 22, 2024 11:42
ff94a48 to
e42433e
Compare
aleksandernsilva
force-pushed
the
feat/livechat-theming-improvements
branch
from
March 22, 2024 13:54
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