-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from supportkit/integration
Release 0.2.13
- Loading branch information
Showing
6 changed files
with
55 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
![Whispers](http://memecrunch.com/meme/1GPPJ/i-like-to-whisper-too/image.png) | ||
|
||
# Whispers! | ||
|
||
The Web SDK now has support for whispers! | ||
See <http://docs.supportkit.io/#getting-conversations-started> for more information. | ||
|
||
# Cool stuff | ||
|
||
1. Whispers | ||
2. Retina display supports | ||
|
||
# Bug Fixes | ||
|
||
1. Fixed height calculation for logo position |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
<div class="sk-intro"><%= introText %></div> | ||
<div data-ui-messages></div> | ||
<div class="sk-logo">In-App Messaging by <a href="https://supportkit.io" target="_blank"><img class="sk-image" src="https://cdn.supportkit.io/images/logo_webwidget.png" alt="SupportKit"></a></div> | ||
<div class="sk-logo">In-App Messaging by | ||
<a href="https://supportkit.io" target="_blank"> | ||
<img class="sk-image" src="https://cdn.supportkit.io/images/logo_webwidget.png" alt="SupportKit"> | ||
<img class="sk-image-retina" src="https://cdn.supportkit.io/images/logo_webwidget_2x.png" alt="SupportKit"> | ||
</a> | ||
</div> |