File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed
apps/postgres-new/components Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,33 @@ export default function Workspace({
125
125
</ div >
126
126
) }
127
127
</ 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 >
130
155
</ div >
131
156
</ WorkspaceContext . Provider >
132
157
)
You can’t perform that action at this time.
0 commit comments