-
Notifications
You must be signed in to change notification settings - Fork 80
/
index.html
218 lines (203 loc) · 8.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ubersicht</title>
<link rel="stylesheet" href="bower_components/reset-css/reset.css">
<link rel="stylesheet" href="bower_components/select2/select2.css">
<link rel="stylesheet" href="style/green.css">
<link rel="stylesheet" href="style/orange.css">
<link rel="stylesheet" href="bower_components/jquery-icheck/skins/flat/grey.css">
<link rel="stylesheet" href="style/style.css">
<meta name="viewport" content="initial-scale=1">
</head>
<body>
<div class="flash-message">
<strong>Hello!</strong> We’re currently working on a paid version of ubersicht that also displays private repos across organisations. If you’re interested in this, <a href="mailto:hi@thehoodiefirm.com?subject=Interest in Ubersicht Pro&body=Hi there!%0D%0A%0D%0AI work at ______ and we’d like to %0D%0A%0D%0A [ ] use Ubersicht as a subscription service. %0D%0A [ ] use Ubersicht with GitHub Enterprise. %0D%0A [ ] host Ubersicht ourselves, on-premise. %0D%0A%0D%0A Please %0D%0A%0D%0A [ ] just let me know when the service launches. %0D%0A [ ] get back to me right away so we can discuss a few things: ______ %0D%0A%0D%0A%0D%0AThanks and bye!">please let us know</a> and we’ll get back to you when it’s done!
</div>
<header>
<div class="info">
<h1 class="title"><strong>Ubersicht</strong><span class="titleMessage"></span>
<div class="loader" title="0">
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
<path opacity="0.2" fill="#000" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946
s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634
c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"/>
<path fill="#000" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0
C22.32,8.481,24.301,9.057,26.013,10.047z">
<animateTransform attributeType="xml"
attributeName="transform"
type="rotate"
from="0 20 20"
to="360 20 20"
dur="0.5s"
repeatCount="indefinite"/>
</path>
</svg>
</div>
</h1>
<h6>Made by <a href="http://hood.ie">team Hoodie</a> with love. <a href="https://github.com/espy/ubersicht">Fork this</a>.</h6>
</div>
<div class="statusIndicators"></div>
</header>
<div class="controls">
<div class="checkboxes hide">
<ul class="stateControls">
<li>
<input type="checkbox" id="showOpen" class="orange" checked>
<label for="showOpen">Show open issues</label>
</li>
<li>
<input type="checkbox" id="showClosed" class="green" checked>
<label for="showClosed">Show closed issues</label>
</li>
</ul>
<ul class="commentControls">
<li>
<input type="checkbox" id="showCommented" class="grey" checked>
<label for="showCommented">Show issues with comments</label>
</li>
<li>
<input type="checkbox" id="showUncommented" class="grey" checked>
<label for="showUncommented">Show issues without comments</label>
</li>
</ul>
<ul class="typeControls">
<li>
<input type="checkbox" id="showIssues" class="grey" checked>
<label for="showIssues">Show issues</label>
</li>
<li>
<input type="checkbox" id="showPullRequests" class="grey" checked>
<label for="showPullRequests">Show pull requests</label>
</li>
</ul>
<ul class="starterControls">
<li>
<a href="#" class="showStarter">Show issues for new committers</a>
</li>
<li>
<input type="checkbox" id="last24Hours" class="grey">
<label for="last24Hours">Last 24 hours only</label>
</li>
</ul>
</div>
</div>
<script id="error" type="text/html">
<div class="error">
<h2>{{title}}</h2>
<p>{{message}}</p>
{{#countdown}}
<h2 class="countdown"></h2>
{{/countdown}}
</div>
</script>
<script id="issues" type="text/html">
<div class="summary"></div>
<ul class="issues">
{{#issues}}
{{>issue}}
{{/issues}}
</ul>
</script>
<script id="issue" class="partial" type="text/html">
<li class="{{state}} {{#is_pull_request}}pull-request{{/is_pull_request}}" data-repo="{{repo_name}}" data-username="{{user.login}}" data-assignee="{{assignee.login}}" data-updatedat="{{updated_at}}" data-createdat="{{created_at}}" data-closedat="{{closed_at}}">
<div class="authorPlaceholder">
<a class="author" href="{{user.html_url}}" title="Opened by {{user.login}}"><img src="{{user.avatar_url}}" alt=""></a>
</div>
<div class="assigneePlaceholder">
{{#assignee}}
{{>assignee}}
{{/assignee}}
</div>
<a class="title" href="{{html_url}}">{{title}} {{#comments}}<span class="comments">{{comments}}</span>{{/comments}}</a>
<br>
<a class="repoName" href="{{repo_url}}">{{repo_name}}</a> <a class="issueNumber" href="{{html_url}}">(#{{number}}
{{#milestone}}
/ <a class="milestone" href="{{html_url}}">{{title}}</a>
{{/milestone}})</a>
<ul class="labels">
{{#labels}}
{{>label}}
{{/labels}}
</ul>
<time class="timeago" datetime="{{updated_at}}"></time>
</li>
</script>
<script id="label" class="partial" type="text/html">
<li style="background-color: #{{color}};">{{name}}</li>
</script>
<script id="assignee" class="partial" type="text/html">
<a class="assignee" href="{{html_url}}" title="Assigned to {{login}}"><img src="{{avatar_url}}" alt=""></a>
</script>
<script id="repoSelector" type="text/html">
<select multiple name="repoSelector" id="repos" data-placeholder="Filter by repos">
{{#repos}}
{{>repo}}
{{/repos}}
</select>
</script>
<script id="repo" class="partial" type="text/html">
<option value="{{name}}">{{name}} ({{issues}})</option>
</script>
<script id="labelSelector" type="text/html">
<select multiple name="labelSelector" id="labels" data-placeholder="Filter by labels">
{{#labels}}
{{>labelOption}}
{{/labels}}
</select>
</script>
<script id="labelOption" class="partial" type="text/html">
<option value="{{name}}" data-color="{{color}}">{{name}} ({{issues}})</option>
</script>
<script id="milestoneSelector" type="text/html">
<select multiple name="milestoneSelector" id="milestones" data-placeholder="Filter by milestones">
{{#milestones}}
{{>milestoneOption}}
{{/milestones}}
</select>
</script>
<script id="milestoneOption" class="partial" type="text/html">
<option value="{{name}}" data-color="{{color}}">{{name}} ({{issues}})</option>
</script>
<script id="usernamesSelector" type="text/html">
<select multiple name="usernamesSelector" id="usernames" data-placeholder="Filter by username or assignee">
{{#usernames}}
{{>usernameOption}}
{{/usernames}}
</select>
</script>
<script id="usernameOption" class="partial" type="text/html">
<option value="{{username}}" data-color="{{color}}">{{username}} ({{issues}})</option>
</script>
<script id="status" type="text/html">
<div class="statusDisplay {{action}}">
<a class="" href="{{url}}">
<span class="data">{{data}}</span>
<span class="info">{{info}}</span>
</a>
</div>
</script>
<script src="bower_components/jquery/jquery.min.js"></script>
<script src="bower_components/underscore/underscore-min.js"></script>
<script src="bower_components/select2/select2.min.js"></script>
<script src="bower_components/jquery-icheck/icheck.min.js"></script>
<script src="bower_components/jquery-timeago/jquery.timeago.js"></script>
<script src="bower_components/icanhazjs/ICanHaz.min.js"></script>
<script src="script/main.js"></script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '52e17a505dd0531b4a00043c');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>