conversejs-rails 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/conversejs/rails/version.rb +1 -1
- data/vendor/assets/javascripts/converse.js +267 -180
- data/vendor/assets/stylesheets/converse.css +10 -8
- metadata +3 -4
@@ -10,10 +10,11 @@
|
|
10
10
|
https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
|
11
11
|
http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ
|
12
12
|
*/
|
13
|
+
/* $font-path: "../fonticons/fonts/" !default; */
|
13
14
|
@font-face {
|
14
15
|
font-family: 'Converse-js';
|
15
|
-
src: url("
|
16
|
-
src: url("
|
16
|
+
src: url("https://cdn.conversejs.org/fonticons/fonts/icomoon.eot?-mnoxh0");
|
17
|
+
src: url("https://cdn.conversejs.org/fonticons/fonts/icomoon.eot?#iefix-mnoxh0") format("embedded-opentype"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.woff?-mnoxh0") format("woff"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.ttf?-mnoxh0") format("truetype"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.svg?-mnoxh0#icomoon") format("svg");
|
17
18
|
font-weight: normal;
|
18
19
|
font-style: normal; }
|
19
20
|
.icon-conversejs {
|
@@ -1992,10 +1993,14 @@
|
|
1992
1993
|
background-color: white;
|
1993
1994
|
border-top: 0;
|
1994
1995
|
width: 100%; }
|
1996
|
+
#conversejs .chatroom .box-flyout .chatroom-body .mentioned {
|
1997
|
+
font-weight: bold; }
|
1998
|
+
#conversejs .chatroom .box-flyout .chatroom-body .chat-msg-room {
|
1999
|
+
color: #1A9707; }
|
1995
2000
|
#conversejs .chatroom .box-flyout .chatroom-body .chat-area {
|
1996
2001
|
word-wrap: break-word;
|
1997
2002
|
height: 100%;
|
1998
|
-
|
2003
|
+
width: 70%;
|
1999
2004
|
float: left;
|
2000
2005
|
min-width: 200px; }
|
2001
2006
|
#conversejs .chatroom .box-flyout .chatroom-body .chat-area .new-msgs-indicator {
|
@@ -2007,17 +2012,14 @@
|
|
2007
2012
|
min-width: 100%; }
|
2008
2013
|
#conversejs .chatroom .box-flyout .chatroom-body .chat-area.full .new-msgs-indicator {
|
2009
2014
|
min-width: 100%; }
|
2010
|
-
#conversejs .chatroom .box-flyout .chatroom-body .mentioned {
|
2011
|
-
font-weight: bold; }
|
2012
|
-
#conversejs .chatroom .box-flyout .chatroom-body .chat-msg-room {
|
2013
|
-
color: #1A9707; }
|
2014
2015
|
#conversejs .chatroom .box-flyout .chatroom-body .occupants {
|
2016
|
+
float: right;
|
2015
2017
|
vertical-align: top;
|
2016
2018
|
background-color: white;
|
2017
2019
|
overflow: hidden;
|
2018
2020
|
border-left: 1px solid #818479;
|
2019
2021
|
border-bottom-right-radius: 4px;
|
2020
|
-
|
2022
|
+
width: 30%;
|
2021
2023
|
height: 100%; }
|
2022
2024
|
#conversejs .chatroom .box-flyout .chatroom-body .occupants.hidden {
|
2023
2025
|
display: none; }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conversejs-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Polischuk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07
|
11
|
+
date: 2016-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -101,9 +101,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
103
|
rubyforge_project:
|
104
|
-
rubygems_version: 2.
|
104
|
+
rubygems_version: 2.4.8
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: The Converse.js JavaScript library, ready to play with Rails.
|
108
108
|
test_files: []
|
109
|
-
has_rdoc:
|