DefaultHeader() — supabase Function Reference
Architecture documentation for the DefaultHeader() function in HeaderNew.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/grid/components/header/HeaderNew.tsx lines 85–97
const DefaultHeader = ({
tableQueriesEnabled = true,
isRefetching,
}: Pick<HeaderProps, 'tableQueriesEnabled' | 'isRefetching'>) => {
return (
<>
<div className="flex-1 min-w-0 flex items-center gap-2">
<FilterPopoverNew isRefetching={isRefetching} />
</div>
<SortPopover tableQueriesEnabled={tableQueriesEnabled} />
</>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free