fix: resolve compilation errors, fix lock_scroll path, and enhance DataTable attributes
All checks were successful
Build MIPS Binary / build (push) Successful in 5m27s

This commit is contained in:
spinline
2026-02-12 00:15:17 +03:00
parent d09ecd21b7
commit bbb8e8dc98
5 changed files with 299 additions and 20 deletions

View File

@@ -204,7 +204,7 @@ pub fn TorrentTable() -> impl IntoView {
</div>
</div>
</div>
}
}.into_any()
}
#[component]
@@ -269,7 +269,7 @@ fn TorrentRow(
{format_date(t.added_date)}
</TableCell>
</TableRow>
}
}.into_any()
}
}
</Show>