updating dependencies, minor things

This commit is contained in:
lone-cloud 2016-05-26 17:07:45 -07:00
parent 3dc7bf19d1
commit dff8ace29d
5 changed files with 13 additions and 37 deletions

View file

@ -864,7 +864,6 @@ export default Em.Component.extend(helperMixin, visualizerMixin, {
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/vallis-alps-young-feki-remix'); this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/vallis-alps-young-feki-remix');
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/andrew-luce-when-to-love-you-feat-chelsea-cutler'); this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/andrew-luce-when-to-love-you-feat-chelsea-cutler');
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/ahh-ooh-carefree-with-me'); this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/ahh-ooh-carefree-with-me');
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/odesza/light-feat-little-dragon');
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/crywolf-slow-burn'); this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/crywolf-slow-burn');
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/clozee-red-forest'); this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/clozee-red-forest');
this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/elo-method-subranger-solace'); this.send('handleNewSoundCloudURL', 'https://soundcloud.com/mrsuicidesheep/elo-method-subranger-solace');

View file

@ -202,6 +202,6 @@
</div> </div>
</div> </div>
{{ember-notify closeAfter=100000 classPrefix="customNotify"}} {{ember-notify messageStyle='bootstrap' closeAfter=5000}}
{{add-soundcloud-sound-modal action="handleNewSoundCloudURL" isShowingModal=isShowingAddSoundCloudModal}} {{add-soundcloud-sound-modal action="handleNewSoundCloudURL" isShowingModal=isShowingAddSoundCloudModal}}

View file

@ -98,24 +98,13 @@ md-checkbox .md-label {
} }
} }
.ember-notify-default.ember-notify-cn {
top: 20px;
}
.alert { .alert {
margin-bottom: 0; margin-bottom: 0;
} border: none;
.removed {
animation: disapear 1s;
animation-fill-mode: forwards;
}
@keyframes disapear{
50% {
-webkit-transform: translateX(-5%);
transform: translateX(-5%);
}
100% {
-webkit-transform: translateX(200%);
transform: translateX(200%);
}
} }
.relative { .relative {
@ -777,17 +766,6 @@ md-switch.md-default-theme.md-checked .md-thumb {
} }
} }
.customNotify {
top: 0;
position: absolute;
right: 20px;
max-width: 400px;
.alert-box {
position: relative;
overflow: hidden;
}
}
.songArtist { .songArtist {
font-weight: bold; font-weight: bold;
} }

View file

@ -7,13 +7,13 @@
"ember-cli-test-loader": "0.2.2", "ember-cli-test-loader": "0.2.2",
"ember-load-initializers": "0.5.1", "ember-load-initializers": "0.5.1",
"ember-qunit-notifications": "0.1.0", "ember-qunit-notifications": "0.1.0",
"hammerjs": "~2.0.4", "intro.js": "~2.1.0",
"intro.js": "~1.1.1",
"JavaScript-ID3-Reader": "https://github.com/aadsm/JavaScript-ID3-Reader.git", "JavaScript-ID3-Reader": "https://github.com/aadsm/JavaScript-ID3-Reader.git",
"jquery-mousewheel": "~3.1.13", "jquery-mousewheel": "~3.1.13",
"locallyjs": "~0.3.2", "locallyjs": "~0.3.2",
"matchMedia": "~0.2.0", "matchMedia": "~0.3.0",
"nouislider": "^8.3.0", "nouislider": "^8.3.0",
"HackTimer": "https://github.com/turuslan/HackTimer.git#~1.0.0" "HackTimer": "https://github.com/turuslan/HackTimer.git#~1.0.0",
"hammer.js": "^2.0.8"
} }
} }

View file

@ -12,7 +12,6 @@
"build": "ember build", "build": "ember build",
"test": "ember test" "test": "ember test"
}, },
"repository": "",
"engines": { "engines": {
"node": ">= 0.10.0" "node": ">= 0.10.0"
}, },
@ -38,10 +37,10 @@
"ember-export-application-global": "^1.0.4", "ember-export-application-global": "^1.0.4",
"ember-load-initializers": "^0.5.0", "ember-load-initializers": "^0.5.0",
"ember-modal-dialog": "0.8.3", "ember-modal-dialog": "0.8.3",
"ember-notify": "^5.0.2", "ember-notify": "^5.0.4",
"ember-paper": "^0.2.12", "ember-paper": "^0.2.14",
"ember-resolver": "^2.0.3", "ember-resolver": "^2.0.3",
"ember-truth-helpers": "1.2.0", "ember-truth-helpers": "1.2.0",
"loader.js": "^4.0.0" "loader.js": "^4.0.7"
} }
} }