perf: added pagination for session in order to improve large project's performance issue

This commit is contained in:
d-kimsuon
2025-10-15 02:25:26 +09:00
parent 0259e71b44
commit d322db543c
20 changed files with 316 additions and 192 deletions

View File

@@ -49,8 +49,8 @@ export const ProjectList: FC = () => {
<CardContent className="space-y-2">
<p className="text-sm text-muted-foreground">
Last modified:{" "}
{project.meta.lastModifiedAt
? new Date(project.meta.lastModifiedAt).toLocaleDateString()
{project.lastModifiedAt
? new Date(project.lastModifiedAt).toLocaleDateString()
: ""}
</p>
<p className="text-xs text-muted-foreground">