feat: server transfer rotation

This commit is contained in:
naiba
2026-05-25 10:15:24 +00:00
parent 142fc19469
commit b23a6c0be1
60 changed files with 4488 additions and 1359 deletions
+9 -9
View File
@@ -90,12 +90,12 @@ export default function ServicePage() {
<div className="max-w-48 whitespace-normal break-words">
{(() => {
switch (s.cover) {
case 0: {
return <span>{t("CoverAll")}</span>
}
case 1: {
return <span>{t("IgnoreAll")}</span>
}
case 0: {
return <span>{t("CoverAll")}</span>
}
case 1: {
return <span>{t("IgnoreAll")}</span>
}
}
})()}
</div>
@@ -199,9 +199,9 @@ export default function ServicePage() {
{header.isPlaceholder
? null
: flexRender(
header.column.columnDef.header,
header.getContext(),
)}
header.column.columnDef.header,
header.getContext(),
)}
</TableHead>
)
})}