File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 12
12
13
13
.error-message {
14
14
color : red;
15
+ }
16
+
17
+ .spacing-10 {
18
+ margin-bottom : 10px ;
19
+ }
20
+
21
+ .spacing-25 {
22
+ margin-bottom : 25px ;
15
23
}
Original file line number Diff line number Diff line change 5
5
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
6
6
<v-card-item >
7
7
<div class =" tiles-text" >
8
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
8
+ <div class =" spacing-25 " > </div >
9
9
<div class =" text-h6 mb-1" >Number of {{ breakdownDisplayNamePlural }}</div >
10
10
<div class =" text-caption" >
11
11
Over the last 28 days
22
22
<v-col cols =" 6" >
23
23
<v-card >
24
24
<v-card-item class =" d-flex justify-center align-center" >
25
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
25
+ <div class =" spacing-25 " > </div >
26
26
<div class =" text-h6 mb-1" >Top 5 {{ breakdownDisplayNamePlural }} by accepted prompts</div >
27
27
<div style =" width : 300px ; height : 300px ;" >
28
28
<Pie :data =" breakdownsChartDataTop5AcceptedPrompts" :options =" chartOptions" />
34
34
<v-col cols =" 6" >
35
35
<v-card >
36
36
<v-card-item class =" d-flex justify-center align-center" >
37
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
37
+ <div class =" spacing-25 " > </div >
38
38
<div class =" text-h6 mb-1" >Top 5 {{ breakdownDisplayNamePlural }} by acceptance rate</div >
39
39
<div style =" width : 300px ; height : 300px ;" >
40
40
<Pie :data =" breakdownsChartDataTop5AcceptanceRate" :options =" chartOptions" />
Original file line number Diff line number Diff line change 3
3
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
4
4
<v-card-item >
5
5
<div class =" tiles-text" >
6
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
6
+ <div class =" spacing-25 " > </div >
7
7
<div class =" text-h6 mb-1" >Cumulative Number of Turns</div >
8
8
<div class =" text-caption" >Over the last 28 days</div >
9
9
<p class =" text-h4" >{{ cumulativeNumberTurns }}</p >
14
14
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
15
15
<v-card-item >
16
16
<div class =" tiles-text" >
17
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
17
+ <div class =" spacing-10 " > </div >
18
18
<div class =" text-h6 mb-1" >Cumulative Number of Acceptances</div >
19
19
<div class =" text-caption" >Over the last 28 days</div >
20
20
<p class =" text-h4" >{{ cumulativeNumberAcceptances }}</p >
Original file line number Diff line number Diff line change 4
4
<!-- Acceptance Rate Tile -->
5
5
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
6
6
<v-card-item >
7
+ <div class =" spacing-25" ></div >
7
8
<div class =" tiles-text" >
8
- <div class =" text-overline mb-1" style =" visibility : hidden ;" >filler</div >
9
9
<div class =" text-h6 mb-1" >Acceptance Rate Average</div >
10
10
<div class =" text-caption" >
11
11
Over the last 28 days
18
18
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
19
19
<v-card-item >
20
20
<div class =" tiles-text" >
21
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
21
+ <div class =" spacing-10 " > </div >
22
22
<div class =" text-h6 mb-1" >Cumulative Number of Suggestions</div >
23
23
<div class =" text-caption" >
24
24
Over the last 28 days
31
31
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
32
32
<v-card-item >
33
33
<div class =" tiles-text" >
34
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
34
+ <div class =" spacing-10 " > </div >
35
35
<div class =" text-h6 mb-1" >Cumulative Number of Accepted Prompts</div >
36
36
<div class =" text-caption" >
37
37
Over the last 28 days
44
44
<v-card elevation =" 4" color =" white" variant =" elevated" class =" mx-auto my-3" style =" width : 300px ; height : 175px ;" >
45
45
<v-card-item >
46
46
<div class =" tiles-text" >
47
- <div class =" text-overline mb-1 " style = " visibility : hidden ; " >filler </div >
47
+ <div class =" spacing-10 " > </div >
48
48
<div class =" text-h6 mb-1" >Cumulative Number of Lines of Code Accepted</div >
49
49
<div class =" text-caption" >
50
50
Over the last 28 days
You can’t perform that action at this time.
0 commit comments