Home / Function/ QueueCreatedAtCell() — supabase Function Reference

QueueCreatedAtCell() — supabase Function Reference

Architecture documentation for the QueueCreatedAtCell() function in QueueCells.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/studio/components/interfaces/Integrations/Queues/QueueCells.tsx lines 56–60

export const QueueCreatedAtCell = ({ queue }: QueueCellProps) => (
  <div className="flex items-center">
    <span title={queue.created_at}>{dayjs(queue.created_at).format(DATETIME_FORMAT)}</span>
  </div>
)

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free