Skip to content

Commit 0726309

Browse files
committed
wip: cleanup old classes
1 parent 2959868 commit 0726309

File tree

7 files changed

+9
-58
lines changed

7 files changed

+9
-58
lines changed

packages/webui/src/client/lib/datePicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function DatePickerFromTo({
7171
<Button variant="link" className="action-btn mx-2 my-4" onClick={onClickPrevious}>
7272
<FontAwesomeIcon icon={faChevronLeft} />
7373
</Button>
74-
<label className="mod mx-2 my-0">
74+
<label className="mx-2 my-0">
7575
{t('From')}
7676
<div className="picker expco">
7777
<DatePicker
@@ -83,7 +83,7 @@ export function DatePickerFromTo({
8383
/>
8484
</div>
8585
</label>
86-
<label className="mod mhs mvn">
86+
<label className="mx-2 my-0">
8787
{t('Until')}
8888
<div className="picker expco">
8989
<DatePicker

packages/webui/src/client/ui/Settings/RundownLayoutEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ const RundownLayoutEditorContent = withTranslation()(
349349
obj={item}
350350
type="checkbox"
351351
collection={RundownLayouts}
352-
className="mod mas"
353352
></EditAttribute>
354353
</label>
355354
{isShelfLayout && <ShelfLayoutSettings item={item} />}

packages/webui/src/client/ui/Settings/components/FilterEditor.tsx

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export default withTranslation()(
114114
obj={item}
115115
type="checkbox"
116116
collection={RundownLayouts}
117-
className="mod mas"
118117
/>
119118
</label>
120119
)}
@@ -157,7 +156,6 @@ export default withTranslation()(
157156
obj={item}
158157
type="checkbox"
159158
collection={RundownLayouts}
160-
className="mod mas"
161159
/>
162160
</label>
163161

@@ -185,7 +183,6 @@ export default withTranslation()(
185183
obj={item}
186184
type="checkbox"
187185
collection={RundownLayouts}
188-
className="mod mas"
189186
/>
190187
</label>
191188
</React.Fragment>
@@ -353,7 +350,6 @@ export default withTranslation()(
353350
obj={item}
354351
type="checkbox"
355352
collection={RundownLayouts}
356-
className="mod mas"
357353
/>
358354
</label>
359355
</React.Fragment>
@@ -368,7 +364,6 @@ export default withTranslation()(
368364
obj={item}
369365
type="checkbox"
370366
collection={RundownLayouts}
371-
className="mod mas"
372367
/>
373368
</label>
374369
</React.Fragment>
@@ -382,7 +377,6 @@ export default withTranslation()(
382377
obj={item}
383378
type="checkbox"
384379
collection={RundownLayouts}
385-
className="mod mas"
386380
/>
387381
</label>
388382

@@ -396,7 +390,6 @@ export default withTranslation()(
396390
obj={item}
397391
type="checkbox"
398392
collection={RundownLayouts}
399-
className="mod mas"
400393
/>
401394
</label>
402395
</React.Fragment>
@@ -411,7 +404,6 @@ export default withTranslation()(
411404
obj={item}
412405
type="checkbox"
413406
collection={RundownLayouts}
414-
className="mod mas"
415407
/>
416408
</label>
417409

@@ -423,7 +415,6 @@ export default withTranslation()(
423415
obj={item}
424416
type="checkbox"
425417
collection={RundownLayouts}
426-
className="mod mas"
427418
/>
428419
</label>
429420

@@ -435,7 +426,6 @@ export default withTranslation()(
435426
obj={item}
436427
type="checkbox"
437428
collection={RundownLayouts}
438-
className="mod mas"
439429
/>
440430
</label>
441431

@@ -447,7 +437,6 @@ export default withTranslation()(
447437
obj={item}
448438
type="checkbox"
449439
collection={RundownLayouts}
450-
className="mod mas"
451440
/>
452441
</label>
453442

@@ -459,7 +448,6 @@ export default withTranslation()(
459448
obj={item}
460449
type="checkbox"
461450
collection={RundownLayouts}
462-
className="mod mas"
463451
/>
464452
</label>
465453

@@ -471,7 +459,6 @@ export default withTranslation()(
471459
obj={item}
472460
type="checkbox"
473461
collection={RundownLayouts}
474-
className="mod mas"
475462
/>
476463
</label>
477464

@@ -483,7 +470,6 @@ export default withTranslation()(
483470
obj={item}
484471
type="checkbox"
485472
collection={RundownLayouts}
486-
className="mod mas"
487473
/>
488474
</label>
489475

@@ -495,7 +481,6 @@ export default withTranslation()(
495481
obj={item}
496482
type="checkbox"
497483
collection={RundownLayouts}
498-
className="mod mas"
499484
/>
500485
<span className="text-s dimmed field-hint">
501486
{t('Picks the first instance of an adLib per rundown, identified by uniqueness Id')}
@@ -614,7 +599,6 @@ export default withTranslation()(
614599
obj={item}
615600
type="checkbox"
616601
collection={RundownLayouts}
617-
className="mod mas"
618602
mutateDisplayValue={(v) => (v === undefined || v.length === 0 ? false : true)}
619603
mutateUpdateValue={() => undefined}
620604
/>
@@ -644,7 +628,6 @@ export default withTranslation()(
644628
obj={item}
645629
type="checkbox"
646630
collection={RundownLayouts}
647-
className="mod mas"
648631
/>
649632
</label>
650633

@@ -666,7 +649,6 @@ export default withTranslation()(
666649
obj={item}
667650
type="checkbox"
668651
collection={RundownLayouts}
669-
className="mod mas"
670652
mutateDisplayValue={(v) => (v === undefined || v.length === 0 ? false : true)}
671653
mutateUpdateValue={() => undefined}
672654
/>
@@ -716,7 +698,6 @@ export default withTranslation()(
716698
obj={item}
717699
type="checkbox"
718700
collection={RundownLayouts}
719-
className="mod mas"
720701
/>
721702
</label>
722703

@@ -728,7 +709,6 @@ export default withTranslation()(
728709
obj={item}
729710
type="checkbox"
730711
collection={RundownLayouts}
731-
className="mod mas"
732712
/>
733713
</label>
734714

@@ -740,7 +720,6 @@ export default withTranslation()(
740720
obj={item}
741721
type="checkbox"
742722
collection={RundownLayouts}
743-
className="mod mas"
744723
/>
745724
</label>
746725

@@ -786,7 +765,6 @@ export default withTranslation()(
786765
obj={item}
787766
type="checkbox"
788767
collection={RundownLayouts}
789-
className="mod mas"
790768
/>
791769
</label>
792770

@@ -798,7 +776,6 @@ export default withTranslation()(
798776
obj={item}
799777
type="checkbox"
800778
collection={RundownLayouts}
801-
className="mod mas"
802779
/>
803780
</label>
804781

@@ -844,7 +821,6 @@ export default withTranslation()(
844821
obj={item}
845822
type="checkbox"
846823
collection={RundownLayouts}
847-
className="mod mas"
848824
/>
849825
</label>
850826

@@ -856,7 +832,6 @@ export default withTranslation()(
856832
obj={item}
857833
type="checkbox"
858834
collection={RundownLayouts}
859-
className="mod mas"
860835
/>
861836
</label>
862837

@@ -868,7 +843,6 @@ export default withTranslation()(
868843
obj={item}
869844
type="checkbox"
870845
collection={RundownLayouts}
871-
className="mod mas"
872846
/>
873847
</label>
874848

@@ -880,7 +854,6 @@ export default withTranslation()(
880854
obj={item}
881855
type="checkbox"
882856
collection={RundownLayouts}
883-
className="mod mas"
884857
/>
885858
</label>
886859

@@ -892,7 +865,6 @@ export default withTranslation()(
892865
obj={item}
893866
type="checkbox"
894867
collection={RundownLayouts}
895-
className="mod mas"
896868
/>
897869
</label>
898870

@@ -925,7 +897,6 @@ export default withTranslation()(
925897
obj={item}
926898
type="checkbox"
927899
collection={RundownLayouts}
928-
className="mod mas"
929900
/>
930901
</label>
931902

@@ -966,7 +937,6 @@ export default withTranslation()(
966937
obj={item}
967938
type="checkbox"
968939
collection={RundownLayouts}
969-
className="mod mas"
970940
/>
971941
</label>
972942

@@ -1001,7 +971,6 @@ export default withTranslation()(
1001971
obj={item}
1002972
type="checkbox"
1003973
collection={RundownLayouts}
1004-
className="mod mas"
1005974
/>
1006975
</label>
1007976

@@ -1037,7 +1006,6 @@ export default withTranslation()(
10371006
obj={item}
10381007
type="checkbox"
10391008
collection={RundownLayouts}
1040-
className="mod mas"
10411009
/>
10421010
</label>
10431011

@@ -1104,7 +1072,6 @@ export default withTranslation()(
11041072
obj={item}
11051073
type="checkbox"
11061074
collection={RundownLayouts}
1107-
className="mod mas"
11081075
/>
11091076
</label>
11101077

@@ -1205,7 +1172,6 @@ export default withTranslation()(
12051172
obj={item}
12061173
type="checkbox"
12071174
collection={RundownLayouts}
1208-
className="mod mas"
12091175
/>
12101176
<span className="text-s dimmed field-hint">{t('Use color of primary piece as background of panel')}</span>
12111177
</label>
@@ -1315,7 +1281,6 @@ export default withTranslation()(
13151281
obj={item}
13161282
type="checkbox"
13171283
collection={RundownLayouts}
1318-
className="mod mas"
13191284
/>
13201285
</label>
13211286

@@ -1342,7 +1307,6 @@ export default withTranslation()(
13421307
obj={item}
13431308
type="checkbox"
13441309
collection={RundownLayouts}
1345-
className="mod mas"
13461310
mutateDisplayValue={(v) => (v === undefined || v.length === 0 ? false : true)}
13471311
mutateUpdateValue={() => undefined}
13481312
/>
@@ -1373,7 +1337,6 @@ export default withTranslation()(
13731337
obj={item}
13741338
type="checkbox"
13751339
collection={RundownLayouts}
1376-
className="mod mas"
13771340
mutateDisplayValue={(v) => (v === undefined || v.length === 0 ? false : true)}
13781341
mutateUpdateValue={() => undefined}
13791342
/>
@@ -1405,7 +1368,6 @@ export default withTranslation()(
14051368
obj={item}
14061369
type="checkbox"
14071370
collection={RundownLayouts}
1408-
className="mod mas"
14091371
/>
14101372
<span className="text-s dimmed field-hint">
14111373
{t('All additional source layers must have active pieces')}

0 commit comments

Comments
 (0)