mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-28 01:44:33 +01:00
perf: added pagination for session in order to improve large project's performance issue
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user