Bring Vault, Cron, Data API and GraphiQL integrations to the new UI (#44271)

## Context

Just brings more integrations over to the new UI bit by bit
- Vault
- Cron
- Data API
- GraphiQL

Will be tackling webhooks next which is a bit different as its not just
a database extension
This commit is contained in:
Joshen Lim
2026-03-30 15:44:01 +08:00
committed by GitHub
parent 4fdeed448b
commit ef6c47616f
5 changed files with 81 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ import { BuiltBySection } from './BuildBySection'
import { MarkdownContent } from './MarkdownContent'
import { MissingExtensionAlert } from './MissingExtensionAlert'
interface IntegrationOverviewTabProps {
export interface IntegrationOverviewTabProps {
actions?: ReactNode
status?: string | ReactNode
alert?: ReactNode