diff --git a/app/pods/components/bridge-finder/template.hbs b/app/pods/components/bridge-finder/template.hbs index b17b5b9..1b8cb08 100644 --- a/app/pods/components/bridge-finder/template.hbs +++ b/app/pods/components/bridge-finder/template.hbs @@ -1,4 +1,4 @@ -
Huegasm
+
Huegasm
{{#unless bridgeUsername}} {{#if bridgeIp}} {{#if error}} diff --git a/app/pods/components/hue-controls/component.js b/app/pods/components/hue-controls/component.js index 43fb6a8..70ac3ad 100644 --- a/app/pods/components/hue-controls/component.js +++ b/app/pods/components/hue-controls/component.js @@ -40,9 +40,13 @@ export default Em.Component.extend({ intro.setOptions({ steps: [ + { + intro: 'Welcome to Huegasm.
' + + 'This short wizard will guide you through the functionality available with this web application.' + }, { element: '#musicTab', - intro: 'This is the music tab. You\'ll use this to play music and synchronize it with your active lights.

' + + intro: 'This is the music player. You\'ll use this to play music and synchronize it with your active lights.

' + 'TIP: Control which lights are active through the Lights tab or through the Groups menu dropdown.' }, { @@ -157,7 +161,7 @@ export default Em.Component.extend({ // skip hidden/missing elements intro.onafterchange((element)=>{ var elem = Em.$(element); - if(elem.hasClass('introjsFloatingElement') || elem.html() === ''){ + if(elem.html() === ''){ Em.$('.introjs-nextbutton').click(); } }).onexit(onFinish).oncomplete(onFinish).start(); diff --git a/app/pods/components/huegasm-app/template.hbs b/app/pods/components/huegasm-app/template.hbs index 4f4f537..61fd011 100644 --- a/app/pods/components/huegasm-app/template.hbs +++ b/app/pods/components/huegasm-app/template.hbs @@ -5,7 +5,7 @@ {{bridge-finder bridgeIp=bridgeIp bridgeUsername=bridgeUsername trial=trial storage=storage}} {{else}}
-
Huegasm
+
Huegasm

Huegasm is a free web application for controlling your Philips Hue lights...oh and it's kind of awesome at syncing music with your lights.

diff --git a/app/styles/app.scss b/app/styles/app.scss index afacdc7..8cb5b79 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -171,7 +171,6 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli } .title { - font-size: 34px; margin-bottom: 30px; } diff --git a/assets/missingArtwork.psd b/assets/missingArtwork.psd index 2b7cc12..1f06b62 100644 Binary files a/assets/missingArtwork.psd and b/assets/missingArtwork.psd differ diff --git a/public/assets/images/intro.png b/public/assets/images/intro.png index 3e539ac..8c4dee0 100644 Binary files a/public/assets/images/intro.png and b/public/assets/images/intro.png differ diff --git a/public/assets/images/logo.png b/public/assets/images/logo.png new file mode 100644 index 0000000..e384e77 Binary files /dev/null and b/public/assets/images/logo.png differ diff --git a/public/assets/images/missingArtwork.png b/public/assets/images/missingArtwork.png index f644cbf..3cf2548 100644 Binary files a/public/assets/images/missingArtwork.png and b/public/assets/images/missingArtwork.png differ