removed unused texts

This commit is contained in:
Lucas Oliveira 2025-09-24 13:37:21 -03:00
parent f41ffc8df2
commit 4483ff82a8

View file

@ -409,7 +409,7 @@ export function Navigation({
<button <button
key={conversation.response_id} key={conversation.response_id}
type="button" type="button"
className={`w-full p-2 rounded-lg group relative text-left ${ className={`w-full p-3 rounded-lg group relative text-left ${
loading loading
? "opacity-50 cursor-not-allowed" ? "opacity-50 cursor-not-allowed"
: "hover:bg-accent cursor-pointer" : "hover:bg-accent cursor-pointer"
@ -427,19 +427,9 @@ export function Navigation({
> >
<div className="flex items-start justify-between"> <div className="flex items-start justify-between">
<div className="flex-1 min-w-0"> <div className="flex-1 min-w-0">
<div className="text-sm font-medium text-foreground mb-1 truncate"> <div className="text-sm font-medium text-foreground truncate">
{conversation.title} {conversation.title}
</div> </div>
<div className="text-xs text-muted-foreground">
{conversation.total_messages} messages
</div>
{conversation.last_activity && (
<div className="text-xs text-muted-foreground">
{new Date(
conversation.last_activity,
).toLocaleDateString()}
</div>
)}
</div> </div>
<button <button
type="button" type="button"