refactor: request section
This commit is contained in:
2187
pages/api.vue
2187
pages/api.vue
File diff suppressed because it is too large
Load Diff
@@ -343,6 +343,7 @@
|
||||
py-3
|
||||
text-xs
|
||||
flex flex-1
|
||||
font-medium
|
||||
bg-primaryLight
|
||||
focus:outline-none
|
||||
"
|
||||
@@ -420,16 +421,27 @@
|
||||
</SmartTab>
|
||||
</div>
|
||||
</SmartTabs>
|
||||
<p
|
||||
<div
|
||||
v-if="
|
||||
queryFields.length === 0 &&
|
||||
mutationFields.length === 0 &&
|
||||
subscriptionFields.length === 0 &&
|
||||
graphqlTypes.length === 0
|
||||
"
|
||||
class="
|
||||
flex
|
||||
items-center
|
||||
text-secondaryLight
|
||||
flex-col
|
||||
p-4
|
||||
justify-center
|
||||
"
|
||||
>
|
||||
{{ $t("send_request_first") }}
|
||||
</p>
|
||||
<i class="material-icons opacity-50 pb-2">description</i>
|
||||
<span class="text-xs">
|
||||
{{ $t("send_request_first") }}
|
||||
</span>
|
||||
</div>
|
||||
</AppSection>
|
||||
</SmartTab>
|
||||
|
||||
|
||||
10
pages/home.vue
Normal file
10
pages/home.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="flex flex-col space-y-16">
|
||||
<LandingHero />
|
||||
<LandingStats />
|
||||
<LandingUsers />
|
||||
<LandingFeatures />
|
||||
<LandingCTA />
|
||||
<LandingFooter />
|
||||
</div>
|
||||
</template>
|
||||
2286
pages/index.vue
2286
pages/index.vue
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user