Skip to content

Commit 467fcf9

Browse files
committed
🎉 feat: feature sheet
1 parent bfd6e68 commit 467fcf9

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

components/midori/e2e-type-safety.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ await eden.user.age.patch({
5252
Move fast and break nothing like tRPC.
5353
</p>
5454

55-
<section
56-
class="flex flex-col lg:flex-row gap-8 w-full max-w-5xl my-8"
55+
<a
56+
class="text-lg font-medium bg-blue-50 text-blue-500 dark:text-blue-400 dark:bg-blue-500/20 px-3 py-1.5 rounded-lg mt-4"
57+
href="/patterns/end-to-end-type-safety"
5758
>
59+
See how it works
60+
</a>
61+
62+
<section class="flex flex-col lg:flex-row gap-8 w-full max-w-5xl my-8">
5863
<div class="w-full">
5964
<Prism
6065
class="!text-base !font-mono rounded-xl"

components/midori/editor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ onMounted(() => {
205205
</section>
206206
<div class="w-full mockup-browser h-96 shadow-xl border dark:border-gray-600 bg-white dark:bg-gray-700 max-w-full">
207207
<div class="mockup-browser-toolbar">
208-
<form class="input font-medium dark:!bg-gray-600" @submit.prevent="execute">
208+
<form class="input font-medium !bg-gray-100 dark:!bg-gray-600" @submit.prevent="execute">
209209
<span class="text-gray-400 dark:text-gray-300">localhost</span>
210210
<input
211211
class="absolute"

components/midori/index.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ onMounted(() => {
9696
<Plugins />
9797
<Editor />
9898
<Community />
99+
<figure
100+
class="hidden sm:block max-w-6xl w-full mx-auto rounded-2xl overflow-hidden my-12 shadow-xl bg-gray-50 dark:bg-gray-800"
101+
>
102+
<img
103+
class="w-full object-cover object-center opacity-100"
104+
src="/assets/feature-sheet.webp"
105+
alt="Elysia Feature Sheet"
106+
/>
107+
</figure>
99108
<QuickStart />
100109
<BuiltWithLove />
101110
</article>

components/midori/quickstart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Start in minutes
99
</h2>
1010
<h3
11-
class="text-xl md:text-2xl leading-relaxed text-gray-400 text-left md:text-center w-full max-w-3xl"
11+
class="text-xl md:text-2xl leading-relaxed text-gray-400 text-center w-full max-w-3xl"
1212
>
1313
Scaffold your project, and run server in no time
1414
</h3>

docs/public/assets/feature-sheet.webp

128 KB
Binary file not shown.

0 commit comments

Comments
 (0)