+
{{ t("contest.detail.shell.solved") }}
@@ -396,7 +396,7 @@ function handleNotebook(): void {
{{ t("contest.detail.shell.problemNav") }}
@@ -408,7 +408,7 @@ function handleNotebook(): void {
:key="p.problemId"
type="button"
:class="[
- 'h-8 border-r border-border text-[11px] font-black uppercase tracking-wider last:border-r-0 transition-colors',
+ 'h-8 border-r border-border text-xxs font-black uppercase tracking-wider last:border-r-0 transition-colors',
isActivePill(p)
? 'bg-[var(--accent-electric)]/15 text-[var(--accent-electric)]'
: 'bg-transparent text-muted-foreground hover:bg-[var(--silver-100)]/50 dark:hover:bg-[var(--solarized-base03)]/50',
@@ -427,7 +427,7 @@ function handleNotebook(): void {
class="flex items-center justify-between gap-3 border border-border/60 px-2 py-2"
>
{{ t("contest.detail.announcements.title") }}
@@ -436,7 +436,7 @@ function handleNotebook(): void {
{{ t("contest.detail.solutionsHiddenHint") }}
@@ -448,13 +448,13 @@ function handleNotebook(): void {
>
{{ t("contest.review.title") }}
...
@@ -463,7 +463,7 @@ function handleNotebook(): void {
{{ t("contest.review.firstACLabel") }}
-
+
{{ firstAccepted ? formatTime(firstAccepted.created_at) : "—" }}
-
+
{{ t("contest.review.breakdownLabel") }}
{{ breakdown.accepted }} / {{ breakdown.total }} AC
-
+
{{ t("contest.review.finalScoreLabel") }}
-
+
{{ finalScore != null ? finalScore : "—" }}
@@ -503,7 +503,7 @@ function handleNotebook(): void {
{{ formatTime(s.created_at) }}
@@ -520,7 +520,7 @@ function handleNotebook(): void {
{{ t("contest.review.empty") }}
@@ -529,7 +529,7 @@ function handleNotebook(): void {