forked from getsentry/sentry-cocoa
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPreview.html
More file actions
155 lines (110 loc) · 3.48 KB
/
Preview.html
File metadata and controls
155 lines (110 loc) · 3.48 KB
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
<!DOCTYPE html>
<html>
<head>
<title>deliver - SentryExample</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
.app-name {
font-size: 42px;
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica Neue;
font-weight: 300;
margin-top: 22px;
margin-left: 25px;
margin-right: 25px;
}
.app-urls {
margin-left: 25px;
font-size: 14px;
margin-top: 4px;
margin-right: 25px;
}
body {
font-family: 'Helvetica Neue', HelveticaNeue;
}
hr {
margin-top: 40px;
margin-bottom: 40px;
}
.app-url-descr {
height:22px;
display: inline-block;
font-weight: 500;
}
.app-url {
color: #0056ba;
font-weight: 300;
margin-right: 10px;
}
.app-keyword {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
}
.cat-headline {
font-weight: 700;
margin-bottom: 5px;
}
.app-description {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
}
.app-description-text {
font-weight: 300;
}
.app-changelog {
margin-left: 25px;
margin-right: 25px;
margin-top: 22px;
font-weight: 300;
}
.app-screenshots {
margin-left: 15px;
margin-right: 15px;
margin-top: 22px;
}
.app-keyword-list {
font-weight: 300;
}
.app-changelog-list {
list-style-type: square;
font-weight: 300;
}
ul {
margin-top: 6px;
}
.app-screenshot-row {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.app-screenshot {
width: calc(20% - 30px);
margin-left: 10px;
margin-right: 10px;
}
#app-screenshots .cat-headline {
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<div class="app-name">
en-US
</div>
<div class="app-urls">
</div>
<div class="app-screenshots">
<div class="cat-headline">Screenshots</div>
<!-- no screenshots -->
<div style="border: 3px solid red; padding: 0px 20px">
<h2 style="color: red">No Screenshots Found</h2>
<p>
deliver couldn't find any screenshots. This will <b>remove</b> existing screenshots, but will also not upload any.
<p>
Please make sure to store your screenshots in the screenshots folder. If you want to download your existing screenshots, run <i>deliver download_screenshots</i>.
</p>
</div>
</div>
<hr />