-
+
By signing in, you are agreeing to our
and
.
-
+
{{ fieldName }}
@@ -24,7 +24,7 @@
{{ gqlField.description }}
@@ -35,7 +35,7 @@
font-semibold
bg-yellow-200
my-1
- text-xs text-black
+ text-black
py-1
px-2
inline-block
@@ -45,10 +45,10 @@
{{ $t("deprecated") }}
-
Arguments:
+
Arguments:
-
+
{{ field.name }}:
{{ field.description }}
diff --git a/components/graphql/Type.vue b/components/graphql/Type.vue
index a845c97bd..6094d64ae 100644
--- a/components/graphql/Type.vue
+++ b/components/graphql/Type.vue
@@ -1,7 +1,7 @@
input
@@ -9,14 +9,11 @@
enum
{{ gqlType.name }}
-
+
{{ gqlType.description }}
-
Interfaces:
+
Interfaces:
-
Children:
+ Children:
-
Fields:
+ Fields:
-
Values:
+
Values:
{{ typeString }}
diff --git a/components/history/graphql/Card.vue b/components/history/graphql/Card.vue
index fa2dfe6d3..e713ae13b 100644
--- a/components/history/graphql/Card.vue
+++ b/components/history/graphql/Card.vue
@@ -2,7 +2,18 @@
@@ -40,7 +51,7 @@
diff --git a/components/history/index.vue b/components/history/index.vue
index d0f24eb13..acdce9bc2 100644
--- a/components/history/index.vue
+++ b/components/history/index.vue
@@ -5,7 +5,7 @@
bg-primaryLight
border-b border-dividerLight
flex
- top-10
+ top-8
z-10
sticky
"
@@ -18,8 +18,7 @@
flex
font-semibold font-mono
flex-1
- text-xs
- py-3
+ py-2
px-4
focus:outline-none
"
@@ -60,7 +59,7 @@
class="flex flex-col text-secondaryLight p-4 items-center justify-center"
>
manage_search
-
+
{{ $t("nothing_found") }} "{{ filterText }}"
@@ -69,7 +68,7 @@
class="flex flex-col text-secondaryLight p-4 items-center justify-center"
>
schedule
-
+
{{ $t("history_empty") }}
diff --git a/components/history/rest/Card.vue b/components/history/rest/Card.vue
index 113d9105d..f5cd9d2cc 100644
--- a/components/history/rest/Card.vue
+++ b/components/history/rest/Card.vue
@@ -1,7 +1,16 @@
-