Skip to content

Commit 7713b13

Browse files
committed
Add mobile message
1 parent ec934bc commit 7713b13

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

apps/postgres-new/components/workspace.tsx

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,33 @@ export default function Workspace({
125125
</div>
126126
)}
127127
</div>
128-
<div className="w-full h-full flex lg:hidden justify-center items-center p-6 text-center">
129-
Please connect from a laptop or desktop to use postgres.new.
128+
<div className="w-full lg:hidden justify-center items-center p-6 ">
129+
<div className="grid gap-6 mt-4">
130+
<h2 className="text-lg font-bold">Mobile Support Coming Soon</h2>
131+
<p>
132+
<a className="underline" href="https://postgres.new">
133+
postgres.new
134+
</a>{' '}
135+
is in early Alpha and in active development. We are working on mobile support for{' '}
136+
<a className="underline" href="https://github.com/electric-sql/pglite">
137+
PGlite
138+
</a>{' '}
139+
right now.
140+
</p>
141+
<p>
142+
In the meantime, please check out the video below or visit from a laptop or desktop.
143+
</p>
144+
<div className="video-container">
145+
<iframe
146+
className="w-full min-h-[300px]"
147+
src="https://www.youtube-nocookie.com/embed/ooWaPVvljlU"
148+
title="I gave AI full control over my database (postgres.new)"
149+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share"
150+
allowFullScreen
151+
/>
152+
</div>
153+
<p>We appreciate your patience and interest! Stay tuned for updates!</p>
154+
</div>
130155
</div>
131156
</WorkspaceContext.Provider>
132157
)

0 commit comments

Comments
 (0)