console: UI changes for the Try it feature

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6111
GitOrigin-RevId: e37407c36e4213f664584b552255a3463f78abfb
This commit is contained in:
Varun Choudhary 2022-09-29 15:38:12 +05:30 committed by hasura-bot
parent 077e0cf563
commit 4894154be5

View File

@ -55,7 +55,7 @@ export const TryOperation = (props: Props) => {
: 'cursor-not-allowed text-muted' : 'cursor-not-allowed text-muted'
)} )}
> >
Streaming Subscription Subscription - Streaming
<Badge className="mx-2" color="yellow"> <Badge className="mx-2" color="yellow">
New New
</Badge> </Badge>
@ -97,7 +97,7 @@ export const TryOperation = (props: Props) => {
className="py-xs w-full flex justify-between align-center" className="py-xs w-full flex justify-between align-center"
data-trackid="data-tab-btn-try-subscriptions" data-trackid="data-tab-btn-try-subscriptions"
> >
Subscription Subscription - Live query
<div className="text-muted"> <div className="text-muted">
<FaArrowRight className="w-3 h-3" /> <FaArrowRight className="w-3 h-3" />
</div> </div>
@ -116,7 +116,7 @@ export const TryOperation = (props: Props) => {
]} ]}
> >
<FaFlask className="mr-xs" /> <FaFlask className="mr-xs" />
Try it Try GraphQL
</DropdownButton> </DropdownButton>
); );
} }
@ -133,7 +133,7 @@ export const TryOperation = (props: Props) => {
onClick={undefined} onClick={undefined}
> >
<FaFlask className="mr-xs" /> <FaFlask className="mr-xs" />
Try it Try GraphQL
</DropdownButton> </DropdownButton>
</Tooltip> </Tooltip>
); );