This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
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 #243 from dirkgroenen/release/1.7.0
Release 1.7.0
- Loading branch information
Showing
51 changed files
with
5,041 additions
and
38,862 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- pinned | ||
- security | ||
# Label to use when marking an issue as stale | ||
staleLabel: wontfix | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: false |
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,75 +1,69 @@ | ||
<!DOCTYPE html> | ||
<html ng-app="mopify" ng-controller="AppController"> | ||
<head> | ||
<title ng-bind-template="▶ {{ pageTitle }}">Mopify</title> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<head> | ||
<title ng-bind-template="▶ {{ pageTitle }}">Mopify</title> | ||
|
||
<meta name="version" content="1.6.1"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" href="assets/webfonts/ss-standard.css"> | ||
<meta name="version" content="1.7.0"> | ||
|
||
<link href="assets/images/favicon.ico" rel="icon" type="image/x-icon" /> | ||
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'> | ||
<link rel="stylesheet" href="assets/webfonts/ss-standard.css"> | ||
|
||
|
||
<link rel="stylesheet" type="text/css" href="assets/css/mopidy-mopify-1.6.1.css" /> | ||
<link href="assets/images/favicon.ico" rel="icon" type="image/x-icon" /> | ||
|
||
<link rel="manifest" href="assets/manifest.json"> | ||
<link rel="apple-touch-icon" href="assets/images/musicicon-4x.png"> | ||
</head> | ||
|
||
<link rel="stylesheet" type="text/css" href="assets/css/mopidy-mopify-1.7.0.css" /> | ||
|
||
<body> | ||
<link rel="manifest" href="assets/manifest.json"> | ||
<link rel="apple-touch-icon" href="assets/images/musicicon-4x.png"> | ||
</head> | ||
|
||
<!-- Main application --> | ||
<div id="application" class="fullheight"> | ||
<div class="container-fluid fullheight"> | ||
<div class="row fullheight"> | ||
<div id="leftside" class="fullheight" ng-class="{ show: showmobilemenu }"> | ||
<div id="menu"> | ||
<ng-include src="'search/menu.tmpl.html'"></ng-include> | ||
<ng-include src="'discover/menu.tmpl.html'"></ng-include> | ||
<ng-include src="'music/menu.tmpl.html'"></ng-include> | ||
<ng-include src="'account/menu.tmpl.html'"></ng-include> | ||
</div> | ||
<body> | ||
|
||
<ng-include src="'account/services/services.menu.tmpl.html'"></ng-include> | ||
<!-- Main application --> | ||
<div id="application" class="fullheight"> | ||
<div class="container-fluid fullheight"> | ||
<div class="row fullheight"> | ||
<div id="leftside" class="fullheight" ng-class="{ show: showmobilemenu }"> | ||
<div id="menu"> | ||
<ng-include src="'search/menu.tmpl.html'"></ng-include> | ||
<ng-include src="'discover/menu.tmpl.html'"></ng-include> | ||
<ng-include src="'music/menu.tmpl.html'"></ng-include> | ||
<ng-include src="'account/menu.tmpl.html'"></ng-include> | ||
</div> | ||
|
||
<div id="mainwrap" class="fullheight"> | ||
<div class="mobilemenutoggle" ng-click="showmobilemenu = !showmobilemenu"> | ||
<div class="line"></div> | ||
</div> | ||
<div class="container-fluid fullheight" ng-view></div> | ||
<ng-include src="'account/services/services.menu.tmpl.html'"></ng-include> | ||
</div> | ||
|
||
<div id="mainwrap" class="fullheight"> | ||
<div class="mobilemenutoggle" ng-click="showmobilemenu = !showmobilemenu"> | ||
<div class="line"></div> | ||
</div> | ||
<div class="container-fluid fullheight" ng-view></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="player" class="container-fluid" ng-controller="PlayerController"> | ||
<ng-include src="'player/player.tmpl.html'"></ng-include> | ||
</div> | ||
<div id="player" class="container-fluid" ng-controller="PlayerController"> | ||
<ng-include src="'player/player.tmpl.html'"></ng-include> | ||
</div> | ||
</div> | ||
|
||
<!-- Grunt will handle this part --> | ||
|
||
<script type="text/javascript" src="assets/mopidy-mopify-1.7.0.js"></script> | ||
|
||
<!-- Start our clipboard handler --> | ||
<script type="text/javascript"> | ||
new Clipboard('.clip-text'); | ||
</script> | ||
|
||
</body> | ||
|
||
<!-- Grunt will handle this part --> | ||
|
||
<script type="text/javascript" src="assets/mopidy-mopify-1.6.1.js"></script> | ||
|
||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-58065427-1', 'auto'); | ||
</script> | ||
|
||
<!-- Start our clipboard handler --> | ||
<script type="text/javascript"> | ||
new Clipboard('.clip-text'); | ||
</script> | ||
|
||
</body> | ||
</html> | ||
</html> |
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
Oops, something went wrong.