-
-
Schema Checks
- Recently checked schemas.
-
- {query.fetching || query.stale ? null : hasSchemaChecks ? (
-
-
-
-
-
-
-
-
-
-
-
- {hasFilteredSchemaChecks ? (
-
- {paginationVariables.map((cursor, index) => (
-
- setPaginationVariables(cursors => [...cursors, cursor])
- }
- key={cursor ?? 'first'}
- filters={filters}
- />
- ))}
-
- ) : (
-
- No schema checks found with the current filters
-
- )}
-
- ) : (
-
-
- {hasActiveSchemaCheck ? 'List is empty' : 'Your schema check list is empty'}
-
-
- {hasActiveSchemaCheck
- ? 'Check you first schema'
- : 'Learn how to check your first schema with Hive CLI'}
-
-
- )}
+
+
+
Schema Checks
+ Recently checked schemas.
- {hasActiveSchemaCheck ? (
- schemaCheckId ? (
-
- ) : null
- ) : hasSchemaChecks ? (
-
- ) : null}
+ {query.fetching || query.stale ? null : hasSchemaChecks ? (
+
+
+
+
+
+
+
+
+
+
+
+ {hasFilteredSchemaChecks ? (
+
+ {paginationVariables.map((cursor, index) => (
+ setPaginationVariables(cursors => [...cursors, cursor])}
+ key={cursor ?? 'first'}
+ filters={filters}
+ />
+ ))}
+
+ ) : (
+
+ No schema checks found with the current filters
+
+ )}
+
+ ) : (
+
+
+ {hasActiveSchemaCheck ? 'List is empty' : 'Your schema check list is empty'}
+
+
+ {hasActiveSchemaCheck
+ ? 'Check you first schema'
+ : 'Learn how to check your first schema with Hive CLI'}
+
+
+ )}
+
+ {hasActiveSchemaCheck ? (
+ schemaCheckId ? (
+
+ ) : null
+ ) : hasSchemaChecks ? (
+
+ ) : null}
>
);
diff --git a/packages/web/app/src/pages/target-history-version.tsx b/packages/web/app/src/pages/target-history-version.tsx
index 0589d9b1a..7b87af575 100644
--- a/packages/web/app/src/pages/target-history-version.tsx
+++ b/packages/web/app/src/pages/target-history-version.tsx
@@ -75,7 +75,7 @@ function SchemaVersionView(props: {
);
return (
-
+
Schema Version {schemaVersion.id}
Detailed view of the schema version
@@ -310,7 +310,7 @@ function DefaultSchemaVersionView(props: {
-
+
{selectedView === 'details' && (
{schemaVersion.isFirstComposableVersion ? (
@@ -482,7 +482,7 @@ function ContractVersionView(props: {
-
+
{selectedView === 'details' && (
{contractVersion.isFirstComposableVersion ? (
diff --git a/packages/web/app/src/pages/target-history.tsx b/packages/web/app/src/pages/target-history.tsx
index 9d393a1a5..6b73917f6 100644
--- a/packages/web/app/src/pages/target-history.tsx
+++ b/packages/web/app/src/pages/target-history.tsx
@@ -214,10 +214,10 @@ function HistoryPageContent(props: {
projectId={props.projectId}
targetId={props.targetId}
page={Page.History}
- className="h-[--content-height] overflow-scroll"
+ className="flex flex-row gap-x-6"
>
{hasVersions ? (
-
+ <>
Versions
@@ -242,18 +242,16 @@ function HistoryPageContent(props: {
-
-
-
-
+
+ >
) : (
- <>
+
Versions
Recently published schemas.
{query.fetching ? null : noSchemaVersion}
- >
+
)}
);
diff --git a/packages/web/app/src/pages/target-laboratory.tsx b/packages/web/app/src/pages/target-laboratory.tsx
index ad8e1763f..3f31f25d9 100644
--- a/packages/web/app/src/pages/target-laboratory.tsx
+++ b/packages/web/app/src/pages/target-laboratory.tsx
@@ -968,7 +968,7 @@ function LaboratoryPageContent(props: {
projectId={props.projectId}
targetId={props.targetId}
page={Page.Laboratory}
- className="flex h-[--content-height] flex-col"
+ className="flex h-[--content-height] flex-col pb-0"
>
diff --git a/packages/web/app/src/pages/target.tsx b/packages/web/app/src/pages/target.tsx
index c474029e4..5fb25423e 100644
--- a/packages/web/app/src/pages/target.tsx
+++ b/packages/web/app/src/pages/target.tsx
@@ -68,7 +68,6 @@ function Schemas(props: { schemas?: readonly CompositeSchema[]; schema?: SingleS
if (props.schema) {
return (