You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: save-frontend/src/main/kotlin/com/saveourtool/save/frontend/components/views/contests/ContestsStatistics.kt
+68-52Lines changed: 68 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,78 @@ import csstype.AlignItems
11
11
importcsstype.ClassName
12
12
importcsstype.JustifyContent
13
13
importcsstype.rem
14
+
importreact.ChildrenBuilder
14
15
importreact.VFC
15
-
importreact.dom.html.ReactHTML
16
16
importreact.dom.html.ReactHTML.div
17
-
importreact.dom.html.ReactHTML.h2
17
+
importreact.dom.html.ReactHTML.h1
18
18
importreact.dom.html.ReactHTML.strong
19
19
importreact.useState
20
20
21
21
importkotlinx.js.jso
22
22
23
23
val statistics = statistics()
24
24
25
+
/**
26
+
* @param activeContests
27
+
* @param finishedContests
28
+
*/
29
+
fun ChildrenBuilder.stats(activeContests:Set<ContestDto>, finishedContests:Set<ContestDto>) {
0 commit comments