@@ -13,14 +13,18 @@ exports[`github ui > gh_issue:should render correct UI elements 1`] = `
13
13
size = { 16 }
14
14
/>
15
15
</span >
16
- #
17
- 523
18
- <a
19
- className = " truncate hover:underline"
20
- href = " https://github.com/diffplug/selfie"
21
- >
22
- diffplug/selfie
23
- </a >
16
+ <span >
17
+ #
18
+ 523
19
+ |
20
+
21
+ <a
22
+ className = " truncate hover:underline"
23
+ href = " https://github.com/diffplug/selfie"
24
+ >
25
+ diffplug/selfie
26
+ </a >
27
+ </span >
24
28
</React.Fragment >,
25
29
} ,
26
30
]
@@ -46,14 +50,18 @@ exports[`github ui > gh_issue_edit:should render correct UI elements 1`] = `
46
50
size = { 16 }
47
51
/>
48
52
</span >
49
- #
50
- 56
51
- <a
52
- className = " truncate hover:underline"
53
- href = " https://github.com/diffplug/gitcasso"
54
- >
55
- diffplug/gitcasso
56
- </a >
53
+ <span >
54
+ #
55
+ 56
56
+ |
57
+
58
+ <a
59
+ className = " truncate hover:underline"
60
+ href = " https://github.com/diffplug/gitcasso"
61
+ >
62
+ diffplug/gitcasso
63
+ </a >
64
+ </span >
57
65
</React.Fragment >,
58
66
} ,
59
67
]
@@ -86,14 +94,18 @@ exports[`github ui > gh_issue_edit_multiple:should render correct UI elements 1`
86
94
size = { 16 }
87
95
/>
88
96
</span >
89
- #
90
- 3
91
- <a
92
- className = " truncate hover:underline"
93
- href = " https://github.com/diffplug/testing-deletable"
94
- >
95
- diffplug/testing-deletable
96
- </a >
97
+ <span >
98
+ #
99
+ 3
100
+ |
101
+
102
+ <a
103
+ className = " truncate hover:underline"
104
+ href = " https://github.com/diffplug/testing-deletable"
105
+ >
106
+ diffplug/testing-deletable
107
+ </a >
108
+ </span >
97
109
</React.Fragment >,
98
110
} ,
99
111
]
@@ -105,15 +117,22 @@ exports[`github ui > gh_issue_new:should render correct UI elements 1`] = `
105
117
" for" : " id=:r34: name=null className=prc-Textarea-TextArea-13q4j focus-visible overtype-input" ,
106
118
" title" : " New issue title" ,
107
119
" upperDecoration" : <React.Fragment >
108
- <span >
109
- New Issue
110
- </span >
111
120
<span
112
- className = " font-mono text-muted-foreground text-sm "
121
+ className = " flex h-4 w-4 flex-shrink-0 items-center justify-center "
113
122
>
123
+ <IssueOpenedIcon
124
+ size = { 16 }
125
+ />
126
+ </span >
127
+ <span >
128
+ New |
114
129
115
- diffplug/gitcasso
116
-
130
+ <a
131
+ className = " truncate hover:underline"
132
+ href = " https://github.com/diffplug/gitcasso"
133
+ >
134
+ diffplug/gitcasso
135
+ </a >
117
136
</span >
118
137
</React.Fragment >,
119
138
} ,
@@ -128,15 +147,23 @@ exports[`github ui > gh_pr:should render correct UI elements 1`] = `
128
147
#517 " ,
129
148
" upperDecoration" : <React.Fragment >
130
149
<span
131
- className = " font-mono text-muted-foreground text-sm "
150
+ className = " flex h-4 w-4 flex-shrink-0 items-center justify-center "
132
151
>
133
- diffplug/selfie
152
+ <FeedPullRequestOpenIcon
153
+ size = { 16 }
154
+ />
134
155
</span >
135
- <span
136
- className = " ml-2 font-medium"
137
- >
138
- PR #
156
+ <span >
157
+ #
139
158
517
159
+ |
160
+
161
+ <a
162
+ className = " truncate hover:underline"
163
+ href = " https://github.com/diffplug/selfie"
164
+ >
165
+ diffplug/selfie
166
+ </a >
140
167
</span >
141
168
</React.Fragment >,
142
169
} ,
@@ -159,15 +186,23 @@ exports[`github ui > gh_pr_edit:should render correct UI elements 1`] = `
159
186
#58 " ,
160
187
" upperDecoration" : <React.Fragment >
161
188
<span
162
- className = " font-mono text-muted-foreground text-sm "
189
+ className = " flex h-4 w-4 flex-shrink-0 items-center justify-center "
163
190
>
164
- diffplug/gitcasso
191
+ <FeedPullRequestOpenIcon
192
+ size = { 16 }
193
+ />
165
194
</span >
166
- <span
167
- className = " ml-2 font-medium"
168
- >
169
- PR #
195
+ <span >
196
+ #
170
197
58
198
+ |
199
+
200
+ <a
201
+ className = " truncate hover:underline"
202
+ href = " https://github.com/diffplug/gitcasso"
203
+ >
204
+ diffplug/gitcasso
205
+ </a >
171
206
</span >
172
207
</React.Fragment >,
173
208
} ,
@@ -196,15 +231,23 @@ exports[`github ui > gh_pr_edit_multiple:should render correct UI elements 1`] =
196
231
#5 " ,
197
232
" upperDecoration" : <React.Fragment >
198
233
<span
199
- className = " font-mono text-muted-foreground text-sm "
234
+ className = " flex h-4 w-4 flex-shrink-0 items-center justify-center "
200
235
>
201
- diffplug/testing-deletable
236
+ <FeedPullRequestOpenIcon
237
+ size = { 16 }
238
+ />
202
239
</span >
203
- <span
204
- className = " ml-2 font-medium"
205
- >
206
- PR #
240
+ <span >
241
+ #
207
242
5
243
+ |
244
+
245
+ <a
246
+ className = " truncate hover:underline"
247
+ href = " https://github.com/diffplug/testing-deletable"
248
+ >
249
+ diffplug/testing-deletable
250
+ </a >
208
251
</span >
209
252
</React.Fragment >,
210
253
} ,
@@ -217,15 +260,22 @@ exports[`github ui > gh_pr_new:should render correct UI elements 1`] = `
217
260
" for" : " id=pull_request_body name=pull_request[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field CommentBox-input--large overtype-input" ,
218
261
" title" : " Update README.md" ,
219
262
" upperDecoration" : <React.Fragment >
220
- <span >
221
- New PR
222
- </span >
223
263
<span
224
- className = " font-mono text-muted-foreground text-sm "
264
+ className = " flex h-4 w-4 flex-shrink-0 items-center justify-center "
225
265
>
266
+ <FeedPullRequestOpenIcon
267
+ size = { 16 }
268
+ />
269
+ </span >
270
+ <span >
271
+ New |
226
272
227
- diffplug/selfie
228
-
273
+ <a
274
+ className = " truncate hover:underline"
275
+ href = " https://github.com/diffplug/selfie"
276
+ >
277
+ diffplug/selfie
278
+ </a >
229
279
</span >
230
280
</React.Fragment >,
231
281
} ,
0 commit comments