Initial COmmit WIP

This commit is contained in:
Julius Haertl
2016-06-05 15:07:47 +02:00
commit e10fe82afb
55 changed files with 6366 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<div id="app-settings">
<div id="app-settings-header">
<button class="settings-button"
data-apps-slide-toggle="#app-settings-content"
></button>
</div>
<div id="app-settings-content">
We will provide some options here!
<br />
<input type="checkbox" /> Show labels on cards<br />
<input type="checkbox" /> Show summary on cards<br />
<input type="checkbox" /> Show members on cards<br />
<input type="checkbox" /> Show archived cards
</div>
</div>