Skip to content

Commit 406b243

Browse files
MildTomatogregnrw3b6x9
authored
Chore/coming soon notice (supabase#37276)
* Add 'New logs' feature preview panel to sidebar Introduces a FeaturePreviewSidebarPanel for the upcoming 'New logs' feature in the LogsSidebarMenuV2 component, providing users with a visual indicator and description about the rollout. * Update LogsSidebarMenuV2.tsx * Update apps/studio/components/layouts/LogsLayout/LogsSidebarMenuV2.tsx Co-authored-by: Greg Richardson <[email protected]> --------- Co-authored-by: Greg Richardson <[email protected]> Co-authored-by: Wen Bo Xie <[email protected]>
1 parent 45c17eb commit 406b243

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

apps/studio/components/layouts/LogsLayout/LogsSidebarMenuV2.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,19 @@ export function LogsSidebarMenuV2() {
229229

230230
return (
231231
<div className="pb-12 relative">
232+
<FeaturePreviewSidebarPanel
233+
className="mx-4 mt-4"
234+
illustration={<Badge variant="default">Coming soon</Badge>}
235+
title="New logs"
236+
description="Get early access"
237+
actions={
238+
<Link href="https://forms.supabase.com/unified-logs-signup" target="_blank">
239+
<Button type="default" size="tiny">
240+
Early access
241+
</Button>
242+
</Link>
243+
}
244+
/>
232245
{isUnifiedLogsPreviewAvailable && (
233246
<FeaturePreviewSidebarPanel
234247
className="mx-4 mt-4"

0 commit comments

Comments
 (0)