wuffle 0.66.1 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/apps/search/Search.js +30 -2
- package/package.json +2 -2
- package/public/bundle.css +232 -94
- package/public/bundle.js +1 -1
- package/public/bundle.js.map +1 -1
- package/public/global.css +1 -1
- package/public/global.css.map +1 -1
package/public/bundle.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
vertical-align: initial;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.hint-list.svelte-
|
|
6
|
+
.hint-list.svelte-1ukwxhr {
|
|
7
7
|
list-style: none;
|
|
8
8
|
max-height: 200px;
|
|
9
9
|
overflow-y: auto;
|
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
margin: 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.hint-list.svelte-
|
|
14
|
+
.hint-list.svelte-1ukwxhr:not(:first-child) {
|
|
15
15
|
margin-top: 0;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.hint-list.svelte-
|
|
18
|
+
.hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) {
|
|
19
19
|
margin: 0 var(--container-gap);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.hint-list.svelte-
|
|
22
|
+
.hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr):first-child {
|
|
23
23
|
margin-top: var(--container-gap);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.hint-list.svelte-
|
|
26
|
+
.hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr):last-child {
|
|
27
27
|
margin-bottom: var(--container-gap);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.hint-list.svelte-
|
|
30
|
+
.hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr) {
|
|
31
31
|
padding: calc(var(--container-gap) / 2) var(--container-gap);
|
|
32
32
|
width: 100%;
|
|
33
33
|
display: block;
|
|
@@ -35,22 +35,29 @@
|
|
|
35
35
|
color: inherit;
|
|
36
36
|
text-decoration: none;
|
|
37
37
|
}
|
|
38
|
-
.hint-list.svelte-
|
|
38
|
+
.hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr):hover, .hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a.active:where(.svelte-1ukwxhr) {
|
|
39
39
|
background: rgba(55, 172, 200, 0.1);
|
|
40
40
|
}
|
|
41
41
|
/* (unused) .hint-list li a.text {
|
|
42
42
|
color: #6c757d;
|
|
43
43
|
}*/
|
|
44
44
|
|
|
45
|
-
.matched.svelte-
|
|
45
|
+
.matched.svelte-1ukwxhr {
|
|
46
46
|
background: rgba(55, 172, 200, 0.2);
|
|
47
47
|
color: #2c8aa0;
|
|
48
48
|
}
|
|
49
|
-
|
|
49
|
+
|
|
50
|
+
@media (prefers-color-scheme: dark) {
|
|
51
|
+
.hint-list.svelte-1ukwxhr li:where(.svelte-1ukwxhr) a:where(.svelte-1ukwxhr),
|
|
52
|
+
.matched.svelte-1ukwxhr {
|
|
53
|
+
color: #f8f9fa;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.dropdown-parent.svelte-zg8sye {
|
|
50
57
|
position: relative;
|
|
51
58
|
}
|
|
52
59
|
|
|
53
|
-
.help-dropdown.svelte-
|
|
60
|
+
.help-dropdown.svelte-zg8sye {
|
|
54
61
|
border-radius: 4px;
|
|
55
62
|
margin: 0;
|
|
56
63
|
margin-top: 5px;
|
|
@@ -75,38 +82,59 @@
|
|
|
75
82
|
right: auto;
|
|
76
83
|
display: block;
|
|
77
84
|
}
|
|
78
|
-
.help-dropdown.svelte-
|
|
85
|
+
.help-dropdown.svelte-zg8sye .category:where(.svelte-zg8sye) {
|
|
79
86
|
color: #37ACC8;
|
|
80
87
|
font-weight: bold;
|
|
81
88
|
margin: 0.8rem;
|
|
82
89
|
margin-bottom: 0.25rem;
|
|
83
90
|
font-size: 1em;
|
|
84
91
|
}
|
|
85
|
-
.help-dropdown.svelte-
|
|
92
|
+
.help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) {
|
|
86
93
|
margin: 0.8rem;
|
|
87
94
|
color: #6c757d;
|
|
88
95
|
}
|
|
89
|
-
.help-dropdown.svelte-
|
|
96
|
+
.help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) code:where(.svelte-zg8sye) {
|
|
90
97
|
display: inline-block;
|
|
91
98
|
padding: 0 0.5rem;
|
|
92
99
|
background: #F0F0F0;
|
|
93
100
|
border-radius: 4px;
|
|
94
101
|
}
|
|
95
102
|
|
|
96
|
-
|
|
103
|
+
@media (prefers-color-scheme: dark) {
|
|
104
|
+
.help-dropdown.svelte-zg8sye {
|
|
105
|
+
background-color: #0e1117;
|
|
106
|
+
border-color: #343a40;
|
|
107
|
+
}
|
|
108
|
+
.help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) {
|
|
109
|
+
color: #9fadba;
|
|
110
|
+
}
|
|
111
|
+
.help-dropdown.svelte-zg8sye .note:where(.svelte-zg8sye) code:where(.svelte-zg8sye) {
|
|
112
|
+
background-color: #343a40;
|
|
113
|
+
color: #f8f9fa;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
.board-filter.svelte-zg8sye {
|
|
97
117
|
width: 300px;
|
|
98
118
|
}
|
|
99
|
-
.board-filter.expanded.svelte-
|
|
119
|
+
.board-filter.expanded.svelte-zg8sye {
|
|
100
120
|
width: 500px;
|
|
101
121
|
max-width: 100%;
|
|
102
122
|
}
|
|
103
|
-
.board-filter.svelte-
|
|
123
|
+
.board-filter.svelte-zg8sye > input:where(.svelte-zg8sye) {
|
|
104
124
|
width: 100%;
|
|
105
125
|
}
|
|
106
126
|
|
|
107
|
-
.icon.svelte-
|
|
127
|
+
.icon.svelte-zg8sye {
|
|
108
128
|
color: #dee2e6;
|
|
109
129
|
}
|
|
130
|
+
|
|
131
|
+
@media (prefers-color-scheme: dark) {
|
|
132
|
+
.board-filter.svelte-zg8sye input:where(.svelte-zg8sye) {
|
|
133
|
+
background-color: #0e1117;
|
|
134
|
+
border-color: #343a40;
|
|
135
|
+
color: #f8f9fa;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
110
138
|
.avatar.svelte-1ka4vk5 {
|
|
111
139
|
position: relative;
|
|
112
140
|
display: inline-block;
|
|
@@ -172,7 +200,7 @@
|
|
|
172
200
|
opacity: 1;
|
|
173
201
|
}
|
|
174
202
|
}
|
|
175
|
-
.powered-by.svelte-
|
|
203
|
+
.powered-by.svelte-s4wnl8 {
|
|
176
204
|
position: absolute;
|
|
177
205
|
bottom: 10px;
|
|
178
206
|
right: 10px;
|
|
@@ -185,36 +213,54 @@
|
|
|
185
213
|
align-items: center;
|
|
186
214
|
display: flex;
|
|
187
215
|
}
|
|
188
|
-
.powered-by.svelte-
|
|
216
|
+
.powered-by.svelte-s4wnl8 .logo:where(.svelte-s4wnl8) {
|
|
189
217
|
display: inline-flex;
|
|
190
218
|
}
|
|
191
|
-
.powered-by.svelte-
|
|
219
|
+
.powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo:where(.svelte-s4wnl8) {
|
|
192
220
|
color: #999;
|
|
193
221
|
}
|
|
194
|
-
.powered-by.svelte-
|
|
222
|
+
.powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo-boxes:where(.svelte-s4wnl8) {
|
|
223
|
+
fill: #f8f9fa;
|
|
224
|
+
}
|
|
225
|
+
.powered-by.svelte-s4wnl8:hover, .powered-by.svelte-s4wnl8:focus-within {
|
|
195
226
|
opacity: 1;
|
|
196
227
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
197
228
|
background: white;
|
|
198
229
|
}
|
|
199
|
-
.powered-by.svelte-
|
|
230
|
+
.powered-by.svelte-s4wnl8:hover .help:where(.svelte-s4wnl8), .powered-by.svelte-s4wnl8:focus-within .help:where(.svelte-s4wnl8) {
|
|
200
231
|
display: block;
|
|
201
232
|
}
|
|
202
|
-
.powered-by.svelte-
|
|
233
|
+
.powered-by.svelte-s4wnl8:hover .logo-boxes:where(.svelte-s4wnl8), .powered-by.svelte-s4wnl8:focus-within .logo-boxes:where(.svelte-s4wnl8) {
|
|
234
|
+
fill: #f8f9fa;
|
|
235
|
+
}
|
|
236
|
+
.powered-by.svelte-s4wnl8 .help:where(.svelte-s4wnl8) {
|
|
203
237
|
font-size: 0.9em;
|
|
204
238
|
display: none;
|
|
205
239
|
}
|
|
206
|
-
.powered-by.svelte-
|
|
240
|
+
.powered-by.svelte-s4wnl8 .logo:where(.svelte-s4wnl8) {
|
|
207
241
|
margin-left: 0.5em;
|
|
208
242
|
}
|
|
209
|
-
.powered-by.svelte-
|
|
243
|
+
.powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) {
|
|
210
244
|
margin-left: 0.5em;
|
|
211
245
|
}
|
|
212
|
-
.powered-by.svelte-
|
|
246
|
+
.powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) + .help-item:where(.svelte-s4wnl8) {
|
|
213
247
|
margin-left: 1em;
|
|
214
248
|
}
|
|
215
|
-
.powered-by.svelte-
|
|
249
|
+
.powered-by.svelte-s4wnl8 .help-item:where(.svelte-s4wnl8) {
|
|
216
250
|
display: inline-block;
|
|
217
251
|
}
|
|
252
|
+
|
|
253
|
+
@media (prefers-color-scheme: dark) {
|
|
254
|
+
.powered-by.svelte-s4wnl8 {
|
|
255
|
+
color: #f8f9fa;
|
|
256
|
+
}
|
|
257
|
+
.powered-by.svelte-s4wnl8:not(:hover, :focus-within) .logo:where(.svelte-s4wnl8) {
|
|
258
|
+
color: #7a8793;
|
|
259
|
+
}
|
|
260
|
+
.powered-by.svelte-s4wnl8:hover, .powered-by.svelte-s4wnl8:focus-within {
|
|
261
|
+
background: #0e1117;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
218
264
|
.notifications.svelte-14ytxa4 {
|
|
219
265
|
position: fixed;
|
|
220
266
|
z-index: 1010;
|
|
@@ -473,6 +519,15 @@ $color-action-required: #dac977;
|
|
|
473
519
|
margin-bottom: 7px;
|
|
474
520
|
}*/
|
|
475
521
|
|
|
522
|
+
/* (unused) .board-card-links.attached {
|
|
523
|
+
background: #f8f9fa;
|
|
524
|
+
border-radius: 0 0 4px 4px;
|
|
525
|
+
box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
526
|
+
margin-top: -6px;
|
|
527
|
+
position: relative;
|
|
528
|
+
padding: 7px 8px 4px 8px;
|
|
529
|
+
}*/
|
|
530
|
+
|
|
476
531
|
.card-link:not(:last-child) > .card-status {
|
|
477
532
|
margin-bottom: -2px !important;
|
|
478
533
|
}
|
|
@@ -489,18 +544,18 @@ $color-action-required: #dac977;
|
|
|
489
544
|
margin-top: 2px;
|
|
490
545
|
}*/
|
|
491
546
|
|
|
492
|
-
.header.svelte-
|
|
547
|
+
.header.svelte-1tw36nb {
|
|
493
548
|
display: flex;
|
|
494
549
|
align-items: center;
|
|
495
550
|
user-select: none;
|
|
496
551
|
}
|
|
497
|
-
.header.svelte-
|
|
552
|
+
.header.svelte-1tw36nb > :where(.svelte-1tw36nb) {
|
|
498
553
|
flex-shrink: 0;
|
|
499
554
|
}
|
|
500
555
|
/* (unused) .header > .repository {
|
|
501
556
|
flex: 1;
|
|
502
557
|
}*/
|
|
503
|
-
.header.svelte-
|
|
558
|
+
.header.svelte-1tw36nb > .collaborator-links:where(.svelte-1tw36nb) {
|
|
504
559
|
display: flex;
|
|
505
560
|
align-items: center;
|
|
506
561
|
}
|
|
@@ -513,7 +568,7 @@ $color-action-required: #dac977;
|
|
|
513
568
|
color: #6cc644;
|
|
514
569
|
}*/
|
|
515
570
|
|
|
516
|
-
.issue-number.svelte-
|
|
571
|
+
.issue-number.svelte-1tw36nb {
|
|
517
572
|
font-weight: bold;
|
|
518
573
|
margin-right: 6px;
|
|
519
574
|
display: flex;
|
|
@@ -522,7 +577,7 @@ $color-action-required: #dac977;
|
|
|
522
577
|
}
|
|
523
578
|
|
|
524
579
|
/* (unused) .repository,*/
|
|
525
|
-
.short-title.svelte-
|
|
580
|
+
.short-title.svelte-1tw36nb {
|
|
526
581
|
color: #6c757d;
|
|
527
582
|
white-space: nowrap;
|
|
528
583
|
overflow: hidden;
|
|
@@ -567,24 +622,44 @@ $color-action-required: #dac977;
|
|
|
567
622
|
color: #6c757d;
|
|
568
623
|
}*/
|
|
569
624
|
|
|
570
|
-
|
|
625
|
+
@media (prefers-color-scheme: dark) {
|
|
626
|
+
/* (unused) .board-card {
|
|
627
|
+
background-color: #0e1117;
|
|
628
|
+
color: #f8f9fa;
|
|
629
|
+
border: solid 1px #343a40;
|
|
630
|
+
box-shadow: none;
|
|
631
|
+
}*/
|
|
632
|
+
/* (unused) .board-card-links.attached {
|
|
633
|
+
background: #040507;
|
|
634
|
+
border: solid 1px #343a40;
|
|
635
|
+
box-shadow: none;
|
|
636
|
+
}*/
|
|
637
|
+
/* (unused) .title {
|
|
638
|
+
color: #f8f9fa;
|
|
639
|
+
}*/
|
|
640
|
+
/* (unused) .repository,*/
|
|
641
|
+
.short-title.svelte-1tw36nb {
|
|
642
|
+
color: #9fadba;
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
.card-link.svelte-1tw36nb {
|
|
571
646
|
border-top: solid 1px #F0F0F0;
|
|
572
647
|
margin-top: 2px;
|
|
573
648
|
padding-top: 2px;
|
|
574
649
|
}
|
|
575
650
|
|
|
576
|
-
.card-link.svelte-
|
|
651
|
+
.card-link.svelte-1tw36nb .short-title:where(.svelte-1tw36nb) {
|
|
577
652
|
flex: 1;
|
|
578
653
|
}
|
|
579
654
|
|
|
580
655
|
.card-link .epic {
|
|
581
656
|
color: #1d76db;
|
|
582
657
|
}
|
|
583
|
-
.board-card-container.svelte-
|
|
658
|
+
.board-card-container.svelte-hs99nh {
|
|
584
659
|
width: 100%;
|
|
585
660
|
}
|
|
586
661
|
|
|
587
|
-
.board-card.svelte-
|
|
662
|
+
.board-card.svelte-hs99nh {
|
|
588
663
|
background: white;
|
|
589
664
|
border-radius: 4px;
|
|
590
665
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
@@ -594,10 +669,19 @@ $color-action-required: #dac977;
|
|
|
594
669
|
cursor: default;
|
|
595
670
|
outline-width: 3px;
|
|
596
671
|
}
|
|
597
|
-
.board-card.svelte-
|
|
672
|
+
.board-card.svelte-hs99nh .header:where(.svelte-hs99nh) {
|
|
598
673
|
margin-bottom: 7px;
|
|
599
674
|
}
|
|
600
675
|
|
|
676
|
+
.board-card-links.attached.svelte-hs99nh {
|
|
677
|
+
background: #f8f9fa;
|
|
678
|
+
border-radius: 0 0 4px 4px;
|
|
679
|
+
box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
680
|
+
margin-top: -6px;
|
|
681
|
+
position: relative;
|
|
682
|
+
padding: 7px 8px 4px 8px;
|
|
683
|
+
}
|
|
684
|
+
|
|
601
685
|
.card-link:not(:last-child) > .card-status {
|
|
602
686
|
margin-bottom: -2px !important;
|
|
603
687
|
}
|
|
@@ -610,35 +694,35 @@ $color-action-required: #dac977;
|
|
|
610
694
|
border-bottom-left-radius: 4px;
|
|
611
695
|
}
|
|
612
696
|
|
|
613
|
-
.board-card-links.svelte-
|
|
697
|
+
.board-card-links.svelte-hs99nh {
|
|
614
698
|
margin-top: 2px;
|
|
615
699
|
}
|
|
616
700
|
|
|
617
|
-
.header.svelte-
|
|
701
|
+
.header.svelte-hs99nh {
|
|
618
702
|
display: flex;
|
|
619
703
|
align-items: center;
|
|
620
704
|
user-select: none;
|
|
621
705
|
}
|
|
622
|
-
.header.svelte-
|
|
706
|
+
.header.svelte-hs99nh > :where(.svelte-hs99nh) {
|
|
623
707
|
flex-shrink: 0;
|
|
624
708
|
}
|
|
625
|
-
.header.svelte-
|
|
709
|
+
.header.svelte-hs99nh > .repository:where(.svelte-hs99nh) {
|
|
626
710
|
flex: 1;
|
|
627
711
|
}
|
|
628
|
-
.header.svelte-
|
|
712
|
+
.header.svelte-hs99nh > .collaborator-links:where(.svelte-hs99nh) {
|
|
629
713
|
display: flex;
|
|
630
714
|
align-items: center;
|
|
631
715
|
}
|
|
632
716
|
|
|
633
|
-
.issue-type.svelte-
|
|
717
|
+
.issue-type.svelte-hs99nh {
|
|
634
718
|
margin-right: 3px;
|
|
635
719
|
}
|
|
636
720
|
|
|
637
|
-
.issue-type-pull-request.svelte-
|
|
721
|
+
.issue-type-pull-request.svelte-hs99nh {
|
|
638
722
|
color: #6cc644;
|
|
639
723
|
}
|
|
640
724
|
|
|
641
|
-
.issue-number.svelte-
|
|
725
|
+
.issue-number.svelte-hs99nh {
|
|
642
726
|
font-weight: bold;
|
|
643
727
|
margin-right: 6px;
|
|
644
728
|
display: flex;
|
|
@@ -646,15 +730,15 @@ $color-action-required: #dac977;
|
|
|
646
730
|
text-decoration: none;
|
|
647
731
|
}
|
|
648
732
|
|
|
649
|
-
.repository.svelte-
|
|
650
|
-
.short-title.svelte-
|
|
733
|
+
.repository.svelte-hs99nh,
|
|
734
|
+
.short-title.svelte-hs99nh {
|
|
651
735
|
color: #6c757d;
|
|
652
736
|
white-space: nowrap;
|
|
653
737
|
overflow: hidden;
|
|
654
738
|
text-overflow: ellipsis;
|
|
655
739
|
}
|
|
656
740
|
|
|
657
|
-
.title.svelte-
|
|
741
|
+
.title.svelte-hs99nh {
|
|
658
742
|
font-size: 1.1em;
|
|
659
743
|
margin: 0 0 9px 0;
|
|
660
744
|
min-height: 30px;
|
|
@@ -674,24 +758,44 @@ $color-action-required: #dac977;
|
|
|
674
758
|
color: #495057;
|
|
675
759
|
}*/
|
|
676
760
|
|
|
677
|
-
.footer.svelte-
|
|
761
|
+
.footer.svelte-hs99nh {
|
|
678
762
|
display: flex;
|
|
679
763
|
flex-direction: row;
|
|
680
764
|
flex-wrap: wrap;
|
|
681
765
|
}
|
|
682
766
|
|
|
683
|
-
.links.svelte-
|
|
767
|
+
.links.svelte-hs99nh {
|
|
684
768
|
margin-left: auto;
|
|
685
769
|
}
|
|
686
770
|
|
|
687
|
-
.links.svelte-
|
|
771
|
+
.links.svelte-hs99nh a:where(.svelte-hs99nh) {
|
|
688
772
|
color: #adb5bd;
|
|
689
773
|
}
|
|
690
774
|
|
|
691
|
-
.links.svelte-
|
|
775
|
+
.links.svelte-hs99nh a:where(.svelte-hs99nh):hover {
|
|
692
776
|
color: #6c757d;
|
|
693
777
|
}
|
|
694
778
|
|
|
779
|
+
@media (prefers-color-scheme: dark) {
|
|
780
|
+
.board-card.svelte-hs99nh {
|
|
781
|
+
background-color: #0e1117;
|
|
782
|
+
color: #f8f9fa;
|
|
783
|
+
border: solid 1px #343a40;
|
|
784
|
+
box-shadow: none;
|
|
785
|
+
}
|
|
786
|
+
.board-card-links.attached.svelte-hs99nh {
|
|
787
|
+
background: #040507;
|
|
788
|
+
border: solid 1px #343a40;
|
|
789
|
+
box-shadow: none;
|
|
790
|
+
}
|
|
791
|
+
.title.svelte-hs99nh {
|
|
792
|
+
color: #f8f9fa;
|
|
793
|
+
}
|
|
794
|
+
.repository.svelte-hs99nh,
|
|
795
|
+
.short-title.svelte-hs99nh {
|
|
796
|
+
color: #9fadba;
|
|
797
|
+
}
|
|
798
|
+
}
|
|
695
799
|
.tag.label, .tag.milestone {
|
|
696
800
|
margin-right: 4px;
|
|
697
801
|
margin-bottom: 4px;
|
|
@@ -705,16 +809,7 @@ $color-action-required: #dac977;
|
|
|
705
809
|
margin-top: 1px !important;
|
|
706
810
|
}
|
|
707
811
|
|
|
708
|
-
.
|
|
709
|
-
background: #F9F9F9;
|
|
710
|
-
border-radius: 0 0 4px 4px;
|
|
711
|
-
box-shadow: inset 0 3px 5px -2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
712
|
-
margin-top: -6px;
|
|
713
|
-
position: relative;
|
|
714
|
-
padding: 7px 8px 4px 8px;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.progress.svelte-1mpimfa {
|
|
812
|
+
.progress.svelte-hs99nh {
|
|
718
813
|
display: flex;
|
|
719
814
|
flex-direction: row;
|
|
720
815
|
align-items: center;
|
|
@@ -723,31 +818,31 @@ $color-action-required: #dac977;
|
|
|
723
818
|
cursor: pointer;
|
|
724
819
|
text-decoration: none;
|
|
725
820
|
}
|
|
726
|
-
.progress.svelte-
|
|
821
|
+
.progress.svelte-hs99nh svg:where(.svelte-hs99nh) {
|
|
727
822
|
color: #6c757d;
|
|
728
823
|
}
|
|
729
|
-
.progress.svelte-
|
|
824
|
+
.progress.svelte-hs99nh .bar:where(.svelte-hs99nh) {
|
|
730
825
|
border-radius: 3px;
|
|
731
826
|
height: 5px;
|
|
732
827
|
width: 80px;
|
|
733
828
|
background: #e9ecef;
|
|
734
829
|
margin: auto 6px;
|
|
735
830
|
}
|
|
736
|
-
.progress.svelte-
|
|
831
|
+
.progress.svelte-hs99nh .bar:where(.svelte-hs99nh) .indicator:where(.svelte-hs99nh) {
|
|
737
832
|
border-radius: 3px;
|
|
738
833
|
background: #6c757d;
|
|
739
834
|
height: 100%;
|
|
740
835
|
}
|
|
741
|
-
.progress.svelte-
|
|
836
|
+
.progress.svelte-hs99nh .text:where(.svelte-hs99nh) {
|
|
742
837
|
margin-left: 6px;
|
|
743
838
|
font-size: 0.9rem;
|
|
744
839
|
color: #6c757d;
|
|
745
840
|
}
|
|
746
|
-
.dropdown-parent.svelte-
|
|
841
|
+
.dropdown-parent.svelte-129ok5y {
|
|
747
842
|
position: relative;
|
|
748
843
|
}
|
|
749
844
|
|
|
750
|
-
.help-dropdown.svelte-
|
|
845
|
+
.help-dropdown.svelte-129ok5y {
|
|
751
846
|
border-radius: 4px;
|
|
752
847
|
margin: 0;
|
|
753
848
|
margin-top: 5px;
|
|
@@ -790,7 +885,20 @@ $color-action-required: #dac977;
|
|
|
790
885
|
border-radius: 4px;
|
|
791
886
|
}*/
|
|
792
887
|
|
|
793
|
-
|
|
888
|
+
@media (prefers-color-scheme: dark) {
|
|
889
|
+
.help-dropdown.svelte-129ok5y {
|
|
890
|
+
background-color: #0e1117;
|
|
891
|
+
border-color: #343a40;
|
|
892
|
+
}
|
|
893
|
+
/* (unused) .help-dropdown .note {
|
|
894
|
+
color: #9fadba;
|
|
895
|
+
}*/
|
|
896
|
+
/* (unused) .help-dropdown .note code {
|
|
897
|
+
background-color: #343a40;
|
|
898
|
+
color: #f8f9fa;
|
|
899
|
+
}*/
|
|
900
|
+
}
|
|
901
|
+
.repository-select.svelte-129ok5y {
|
|
794
902
|
position: fixed;
|
|
795
903
|
top: 0;
|
|
796
904
|
left: 0;
|
|
@@ -799,13 +907,13 @@ $color-action-required: #dac977;
|
|
|
799
907
|
z-index: 10;
|
|
800
908
|
}
|
|
801
909
|
|
|
802
|
-
.overlay.svelte-
|
|
910
|
+
.overlay.svelte-129ok5y {
|
|
803
911
|
width: 100%;
|
|
804
912
|
height: 100%;
|
|
805
913
|
background: rgba(30, 30, 30, 0.3);
|
|
806
914
|
}
|
|
807
915
|
|
|
808
|
-
.issue-creator.svelte-
|
|
916
|
+
.issue-creator.svelte-129ok5y {
|
|
809
917
|
position: absolute;
|
|
810
918
|
z-index: 2;
|
|
811
919
|
width: 500px;
|
|
@@ -818,7 +926,25 @@ $color-action-required: #dac977;
|
|
|
818
926
|
border-radius: 5px;
|
|
819
927
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
820
928
|
}
|
|
821
|
-
|
|
929
|
+
|
|
930
|
+
@media (prefers-color-scheme: dark) {
|
|
931
|
+
.overlay.svelte-129ok5y {
|
|
932
|
+
background: rgba(0, 0, 0, 0.6);
|
|
933
|
+
}
|
|
934
|
+
.issue-creator.svelte-129ok5y {
|
|
935
|
+
background: #0e1117;
|
|
936
|
+
color: #f8f9fa;
|
|
937
|
+
}
|
|
938
|
+
.issue-creator.svelte-129ok5y input:where(.svelte-129ok5y) {
|
|
939
|
+
background-color: #0e1117;
|
|
940
|
+
border-color: #343a40;
|
|
941
|
+
color: #f8f9fa;
|
|
942
|
+
}
|
|
943
|
+
/* (unused) .chooser-header {
|
|
944
|
+
color: #f8f9fa;
|
|
945
|
+
}*/
|
|
946
|
+
}
|
|
947
|
+
.taskboard.svelte-8g7i9s {
|
|
822
948
|
height: 100vh;
|
|
823
949
|
display: flex;
|
|
824
950
|
flex-direction: column;
|
|
@@ -836,21 +962,21 @@ $color-action-required: #dac977;
|
|
|
836
962
|
height: 32px;
|
|
837
963
|
}
|
|
838
964
|
}
|
|
839
|
-
.taskboard-error.svelte-
|
|
965
|
+
.taskboard-error.svelte-8g7i9s {
|
|
840
966
|
position: absolute;
|
|
841
967
|
top: 50%;
|
|
842
968
|
left: 50%;
|
|
843
969
|
transform: translate(-50%, -50%);
|
|
844
970
|
text-align: center;
|
|
845
971
|
}
|
|
846
|
-
.taskboard-error.svelte-
|
|
972
|
+
.taskboard-error.svelte-8g7i9s p:where(.svelte-8g7i9s) {
|
|
847
973
|
font-size: 1.3em;
|
|
848
974
|
margin-top: 1.7rem;
|
|
849
975
|
margin-bottom: 3rem;
|
|
850
976
|
color: #495057;
|
|
851
977
|
}
|
|
852
978
|
|
|
853
|
-
.taskboard-board.svelte-
|
|
979
|
+
.taskboard-board.svelte-8g7i9s {
|
|
854
980
|
--container-gap: .5rem;
|
|
855
981
|
display: flex;
|
|
856
982
|
flex: 1;
|
|
@@ -860,7 +986,7 @@ $color-action-required: #dac977;
|
|
|
860
986
|
gap: var(--container-gap);
|
|
861
987
|
}
|
|
862
988
|
|
|
863
|
-
.taskboard-column.svelte-
|
|
989
|
+
.taskboard-column.svelte-8g7i9s {
|
|
864
990
|
display: flex;
|
|
865
991
|
flex-direction: column;
|
|
866
992
|
min-width: 250px;
|
|
@@ -869,37 +995,37 @@ $color-action-required: #dac977;
|
|
|
869
995
|
background: #ebecf0;
|
|
870
996
|
margin-bottom: var(--container-gap);
|
|
871
997
|
}
|
|
872
|
-
.taskboard-column.collapsed.svelte-
|
|
998
|
+
.taskboard-column.collapsed.svelte-8g7i9s {
|
|
873
999
|
min-width: 3rem;
|
|
874
1000
|
flex: 0;
|
|
875
1001
|
}
|
|
876
1002
|
|
|
877
|
-
.taskboard-column-items.svelte-
|
|
1003
|
+
.taskboard-column-items.svelte-8g7i9s {
|
|
878
1004
|
flex: 1;
|
|
879
1005
|
overflow-y: auto;
|
|
880
1006
|
margin-top: 0;
|
|
881
1007
|
}
|
|
882
1008
|
|
|
883
|
-
.taskboard-column-header.svelte-
|
|
1009
|
+
.taskboard-column-header.svelte-8g7i9s {
|
|
884
1010
|
text-align: center;
|
|
885
1011
|
line-height: 2.4em;
|
|
886
1012
|
font-size: 1.25em;
|
|
887
1013
|
color: inherit;
|
|
888
1014
|
}
|
|
889
1015
|
|
|
890
|
-
.taskboard-column-collapse.svelte-
|
|
1016
|
+
.taskboard-column-collapse.svelte-8g7i9s {
|
|
891
1017
|
color: #adb5bd;
|
|
892
1018
|
font-size: 1.2rem;
|
|
893
1019
|
}
|
|
894
1020
|
|
|
895
|
-
.taskboard-column-collapse.svelte-
|
|
1021
|
+
.taskboard-column-collapse.svelte-8g7i9s:hover {
|
|
896
1022
|
color: #495057;
|
|
897
1023
|
}
|
|
898
1024
|
|
|
899
|
-
.taskboard-column.svelte-
|
|
1025
|
+
.taskboard-column.svelte-8g7i9s:not(.collapsed) .taskboard-column-header:where(.svelte-8g7i9s) {
|
|
900
1026
|
position: relative;
|
|
901
1027
|
}
|
|
902
|
-
.taskboard-column.svelte-
|
|
1028
|
+
.taskboard-column.svelte-8g7i9s:not(.collapsed) .taskboard-column-collapse:where(.svelte-8g7i9s) {
|
|
903
1029
|
position: absolute;
|
|
904
1030
|
padding: 0 0.4rem;
|
|
905
1031
|
top: 50%;
|
|
@@ -907,50 +1033,62 @@ $color-action-required: #dac977;
|
|
|
907
1033
|
transform: translateY(-50%);
|
|
908
1034
|
}
|
|
909
1035
|
|
|
910
|
-
.taskboard-column.collapsed.svelte-
|
|
1036
|
+
.taskboard-column.collapsed.svelte-8g7i9s .taskboard-column-collapse:where(.svelte-8g7i9s) {
|
|
911
1037
|
padding: 0 0.1rem;
|
|
912
1038
|
margin: 0.6rem 0.5rem;
|
|
913
1039
|
}
|
|
914
|
-
.taskboard-column.collapsed.svelte-
|
|
1040
|
+
.taskboard-column.collapsed.svelte-8g7i9s .taskboard-column-header:where(.svelte-8g7i9s) {
|
|
915
1041
|
display: flex;
|
|
916
1042
|
flex-direction: column;
|
|
917
1043
|
flex: 1;
|
|
918
1044
|
}
|
|
919
|
-
.taskboard-column.collapsed.svelte-
|
|
920
|
-
.taskboard-column.collapsed.svelte-
|
|
1045
|
+
.taskboard-column.collapsed.svelte-8g7i9s .taskboard-column-name:where(.svelte-8g7i9s),
|
|
1046
|
+
.taskboard-column.collapsed.svelte-8g7i9s .taskboard-column-issue-count:where(.svelte-8g7i9s) {
|
|
921
1047
|
transform: rotate(-180deg);
|
|
922
1048
|
writing-mode: vertical-rl;
|
|
923
1049
|
}
|
|
924
|
-
.taskboard-column.collapsed.svelte-
|
|
1050
|
+
.taskboard-column.collapsed.svelte-8g7i9s .taskboard-column-name:where(.svelte-8g7i9s) {
|
|
925
1051
|
order: 2;
|
|
926
1052
|
}
|
|
927
|
-
.taskboard-column.collapsed.svelte-
|
|
1053
|
+
.taskboard-column.collapsed.svelte-8g7i9s .taskboard-column-issue-count:where(.svelte-8g7i9s) {
|
|
928
1054
|
padding: 0.5em 0;
|
|
929
1055
|
order: 0;
|
|
930
1056
|
}
|
|
931
1057
|
|
|
932
|
-
.taskboard-column-name.svelte-
|
|
1058
|
+
.taskboard-column-name.svelte-8g7i9s {
|
|
933
1059
|
color: #424657;
|
|
934
1060
|
}
|
|
935
1061
|
|
|
936
|
-
.taskboard-column-issue-count.svelte-
|
|
1062
|
+
.taskboard-column-issue-count.svelte-8g7i9s {
|
|
937
1063
|
color: #37ACC8;
|
|
938
1064
|
display: inline-block;
|
|
939
1065
|
padding: 0 0.25em;
|
|
940
1066
|
}
|
|
941
1067
|
|
|
942
|
-
.card-container.svelte-
|
|
1068
|
+
.card-container.svelte-8g7i9s {
|
|
943
1069
|
margin: var(--container-gap);
|
|
944
1070
|
}
|
|
945
1071
|
|
|
946
|
-
.card-container.svelte-
|
|
1072
|
+
.card-container.svelte-8g7i9s:first-child {
|
|
947
1073
|
margin-top: 0;
|
|
948
1074
|
}
|
|
949
1075
|
|
|
1076
|
+
@media (prefers-color-scheme: dark) {
|
|
1077
|
+
.taskboard-column.svelte-8g7i9s {
|
|
1078
|
+
background: #1b1d25;
|
|
1079
|
+
}
|
|
1080
|
+
.taskboard-column-name.svelte-8g7i9s {
|
|
1081
|
+
color: #f8f9fa;
|
|
1082
|
+
}
|
|
1083
|
+
.navbar {
|
|
1084
|
+
background-color: #0e1117;
|
|
1085
|
+
border-color: #343a40;
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
950
1088
|
/* (unused) .muted {
|
|
951
1089
|
color: #6c757d;
|
|
952
1090
|
}*/
|
|
953
1091
|
|
|
954
|
-
.taskboard.svelte-
|
|
1092
|
+
.taskboard.svelte-8g7i9s {
|
|
955
1093
|
position: relative;
|
|
956
1094
|
}
|