File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
apps/postgres-new/components Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,37 @@ 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 is{ ' ' }
136
+ < a className = "underline" href = "https://supabase.com/blog/postgres-new" >
137
+ actively being developed
138
+ </ a >
139
+ . We are working on mobile support for{ ' ' }
140
+ < a className = "underline" href = "https://github.com/electric-sql/pglite" >
141
+ PGlite
142
+ </ a > { ' ' }
143
+ right now.
144
+ </ p >
145
+ < p >
146
+ In the meantime, please check out the video below or visit from a laptop or desktop.
147
+ </ p >
148
+ < div className = "video-container" >
149
+ < iframe
150
+ className = "w-full min-h-[300px]"
151
+ src = "https://www.youtube-nocookie.com/embed/ooWaPVvljlU"
152
+ title = "I gave AI full control over my database (postgres.new)"
153
+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture; web-share"
154
+ allowFullScreen
155
+ />
156
+ </ div >
157
+ < p > We appreciate your patience and interest! Stay tuned for updates!</ p >
158
+ </ div >
130
159
</ div >
131
160
</ WorkspaceContext . Provider >
132
161
)
You can’t perform that action at this time.
0 commit comments