nutella_framework 0.6.2 → 0.6.3
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/VERSION +1 -1
- data/framework_components/roomcast-bot/roomcast_bot.rb +32 -1
- data/framework_components/roomcast-channel-creator/dist/app.js +10 -4
- data/framework_components/roomcast-channel-creator/dist/roomcast-default.png +0 -0
- data/framework_components/roomcast-channel-creator/src/app/components/Channel.js +9 -3
- data/framework_components/roomcast-package-creator/dist/main.css +4 -1
- data/framework_components/roomcast-package-creator/src/less/main.less +3 -0
- data/framework_components/roomcast-teacher-controls/dist/app.js +2 -3
- data/framework_components/roomcast-teacher-controls/dist/nutella_lib.js +0 -0
- data/framework_components/roomcast-teacher-controls/src/app/components/Footer.js +1 -2
- metadata +3 -2
File without changes
|
@@ -7,14 +7,13 @@ var RaisedButton = Mui.RaisedButton;
|
|
7
7
|
var Footer = React.createClass({
|
8
8
|
|
9
9
|
handleLogoutAll: function() {
|
10
|
-
|
10
|
+
nutella.net.publish('logout/all', '');
|
11
11
|
},
|
12
12
|
|
13
13
|
render: function () {
|
14
14
|
|
15
15
|
var footerStyle = {
|
16
16
|
height: (window.innerHeight * 0.1)
|
17
|
-
//backgroundColor: 'grey'
|
18
17
|
};
|
19
18
|
|
20
19
|
return (
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nutella_framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Gnoli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: semantic
|
@@ -618,6 +618,7 @@ files:
|
|
618
618
|
- framework_components/roomcast-channel-creator/dist/fonts/ionicons.woff
|
619
619
|
- framework_components/roomcast-channel-creator/dist/main.css
|
620
620
|
- framework_components/roomcast-channel-creator/dist/nutella_lib.js
|
621
|
+
- framework_components/roomcast-channel-creator/dist/roomcast-default.png
|
621
622
|
- framework_components/roomcast-channel-creator/gulp/config.js
|
622
623
|
- framework_components/roomcast-channel-creator/gulp/tasks/browserify.js
|
623
624
|
- framework_components/roomcast-channel-creator/gulp/tasks/build.js
|