Quick chat FAB, active session indicators, memory tab counts, improved new session
This commit is contained in:
@@ -37,8 +37,8 @@ export function SessionCard({ session }: { session: Session }) {
|
||||
${cost.toFixed(2)}
|
||||
</span>
|
||||
)}
|
||||
<span className="text-[11px] ml-auto" style={{ color: "var(--text-3)" }}>
|
||||
{timeAgo(session.started_at)}
|
||||
<span className="text-[11px] ml-auto" style={{ color: !session.ended_at ? "var(--accent)" : "var(--text-3)" }}>
|
||||
{timeAgo(session.started_at, !session.ended_at)}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user