diff --git a/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/checks.tsx b/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/checks.tsx index 287409621..d78ef633b 100644 --- a/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/checks.tsx +++ b/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/checks.tsx @@ -800,7 +800,7 @@ function ChecksPageContent() { ) : (
-
+
{hasActiveSchemaCheck ? 'List is empty' : 'Your schema check list is empty'}
diff --git a/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/history.tsx b/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/history.tsx index f37253616..9a3b7e112 100644 --- a/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/history.tsx +++ b/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/history.tsx @@ -320,7 +320,7 @@ function ComparisonView({ versionId }: { versionId: string }) { after={comparison.service?.after ?? ''} /> ) : ( -
+
diff --git a/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/settings.tsx b/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/settings.tsx index de26ad208..1a02eb313 100644 --- a/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/settings.tsx +++ b/packages/web/app/pages/[organizationId]/[projectId]/[targetId]/settings.tsx @@ -120,7 +120,7 @@ function RegistryAccessTokens(props: { return ( Registry Access Tokens -
+
Registry Access Tokens are used to access to Hive Registry and perform actions on your targets/projects. In most cases, this token is used from the Hive CLI.
@@ -206,7 +206,7 @@ const ExtendBaseSchema = (props: { baseSchema: string }): ReactElement => { return ( Extend Your Schema -
+
Schema Extensions is pre-defined GraphQL schema that is automatically merged with your published schemas, before being checked and validated.
@@ -479,7 +479,7 @@ const ConditionalBreakingChanges = (): ReactElement => { /> )} -
+
Conditional Breaking Changes can change the behavior of schema checks, based on real traffic data sent to Hive.{' '} Learn more @@ -665,7 +665,7 @@ function TargetName(props: { return ( Target Name -
+
Changing the name of your target will also change the slug of your target URL, and will invalidate any existing links to your target.
@@ -760,7 +760,7 @@ function GraphQLEndpointUrl(props: { return ( GraphQL Endpoint URL -
+
The endpoint url will be used for querying the target from the{' '} - +
Delete Target -
+
Deleting an project also delete all schemas and data associated with it.
diff --git a/packages/web/app/src/components/target/explorer/filter.tsx b/packages/web/app/src/components/target/explorer/filter.tsx index 5e12afde6..fe7525eb4 100644 --- a/packages/web/app/src/components/target/explorer/filter.tsx +++ b/packages/web/app/src/components/target/explorer/filter.tsx @@ -90,7 +90,7 @@ export function SchemaExplorerFilter({ return (
-
+
Show all arguments

List of arguments is collapsed by default

diff --git a/packages/web/app/src/components/target/settings/cdn-access-tokens.tsx b/packages/web/app/src/components/target/settings/cdn-access-tokens.tsx index 1b5b3ef44..27c85cec5 100644 --- a/packages/web/app/src/components/target/settings/cdn-access-tokens.tsx +++ b/packages/web/app/src/components/target/settings/cdn-access-tokens.tsx @@ -381,7 +381,7 @@ export function CDNAccessTokens(props: { CDN Access Token -
+
CDN Access Tokens are used to access to Hive High-Availability CDN and read your schema artifacts.
diff --git a/packages/web/app/src/components/ui/card.tsx b/packages/web/app/src/components/ui/card.tsx index 6b3b20743..f13804a6e 100644 --- a/packages/web/app/src/components/ui/card.tsx +++ b/packages/web/app/src/components/ui/card.tsx @@ -14,7 +14,11 @@ Card.displayName = 'Card'; const CardHeader = React.forwardRef>( ({ className, ...props }, ref) => ( -
+
), ); CardHeader.displayName = 'CardHeader'; @@ -24,7 +28,7 @@ const CardTitle = React.forwardRef ), @@ -35,7 +39,11 @@ const CardDescription = React.forwardRef< HTMLParagraphElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -

+

)); CardDescription.displayName = 'CardDescription'; diff --git a/packages/web/app/src/components/ui/page.tsx b/packages/web/app/src/components/ui/page.tsx index 6749328e8..ebfeb88f4 100644 --- a/packages/web/app/src/components/ui/page.tsx +++ b/packages/web/app/src/components/ui/page.tsx @@ -2,9 +2,13 @@ import type { ReactNode } from 'react'; import { cn } from '@/lib/utils'; export function Title({ children, className }: { children: ReactNode; className?: string }) { - return

{children}

; + return ( +

+ {children} +

+ ); } export function Subtitle({ children, className }: { children: string; className?: string }) { - return

{children}

; + return

{children}

; } diff --git a/packages/web/app/src/components/v2/activities.tsx b/packages/web/app/src/components/v2/activities.tsx index f4b9c0b30..e7a17a778 100644 --- a/packages/web/app/src/components/v2/activities.tsx +++ b/packages/web/app/src/components/v2/activities.tsx @@ -297,6 +297,7 @@ const ActivityContainer = (props: { children: ReactNode }) => ( last:border-b-0 last:pb-0 first-of-type:mt-0 + cursor-default " > {props.children} diff --git a/packages/web/app/src/components/v2/empty-list.tsx b/packages/web/app/src/components/v2/empty-list.tsx index e9ad8f6ef..028cbcfe6 100644 --- a/packages/web/app/src/components/v2/empty-list.tsx +++ b/packages/web/app/src/components/v2/empty-list.tsx @@ -16,7 +16,10 @@ export const EmptyList = ({ className?: string; }): ReactElement => { return ( - + Magnifier illustration {value}