Skip to content

Commit 4e4cb5e

Browse files
committed
2 parents b485c13 + d287d20 commit 4e4cb5e

File tree

84 files changed

+3816
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3816
-324
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ src/borner
77
dist/scripts/content*.js
88
dist/scripts/background*.js
99
dist/scripts/worker*.js
10-
dist/scripts/all-libs*.js
10+
#dist/scripts/all-libs*.js
1111
dist/scripts/server*.js
1212
dist/scripts/lib/*.js
1313
dist/styles/theme.css

dist/pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
<!-- Foundation StyleSheets -->
2626
<link href="../styles/foundation.min.css" rel="stylesheet" type="text/css"/>
27-
<link href="../styles/foundation-flex.min.css" rel="stylesheet" type="text/css"/>
28-
<link href="../styles/foundation-icons.css" rel="stylesheet" type="text/css"/>
27+
<!--<link href="../styles/foundation-flex.min.css" rel="stylesheet" type="text/css"/>-->
28+
<!--<link href="../styles/foundation-icons.css" rel="stylesheet" type="text/css"/>-->
2929

3030
<!-- JQueryUI StyleSheets -->
3131
<link href="../styles/jquery-ui.min.css" rel="stylesheet" type="text/css" />

dist/pages/preferences.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
<div class="row">
3+
<div class="row">
4+
<h3>PMan Preferences</h3>
5+
</div>
6+
<div class="row form">
7+
<div class="columns small-4">
8+
<label class="middle">AutoPlay &nbsp;&nbsp;&nbsp;<input id="autoPlay" type="checkbox"/></label>
9+
</br>
10+
<label class="middle">AutoRestore &nbsp;&nbsp;&nbsp;<input id="autoRestore" type="checkbox"/></label>
11+
</br>
12+
<label class="middle">Direct Rendering &nbsp;&nbsp;&nbsp;<input id="directRender" type="checkbox"/></label>
13+
</br>
14+
<label class="middle">Show Album Art &nbsp;&nbsp;&nbsp;<input id="showAlbumArt" type="checkbox"/></label>
15+
</br>
16+
<label class="middle">Show Snapshot &nbsp;&nbsp;&nbsp;<input id="showSnapshot" type="checkbox"/></label>
17+
</br>
18+
</div>
19+
<div class="columns small-8">
20+
21+
</div>
22+
</div>
23+
</div>
24+

dist/scripts/all-libs.js

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/all-libs.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/foundation.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/foundation5.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/foundation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/foundation5.min.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/styles/widgets/dialogs.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@
7373
padding: 20px;
7474
overflow: scroll;
7575
}
76+
77+
.prefeditor {
78+
background-color: white;
79+
}

0 commit comments

Comments
 (0)