You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Web UI (served by dsh web, v0.1.0-rc.6) is not responsive on mobile viewports. On a phone browser, the components under the message composer (mode switches, permission indicator, send controls, etc.) stack/overlap into a broken layout.
Steps to reproduce
Start dsh web and open the UI from a mobile browser (Chrome Android / Safari iOS) at a viewport narrower than ~768px.
Open any session.
Observe the composer area: child components collapse into each other instead of wrapping/condensing.
Expected behavior
The composer and session controls adapt to narrow viewports (wrap or condense) so the UI remains usable on phones.
Analysis
The shipped CSS (index-*.css) contains no width-based media queries — the only queries are prefers-reduced-motion and pointer: coarse. The layout appears desktop-first with no mobile breakpoint handling.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The Web UI (served by
dsh web, v0.1.0-rc.6) is not responsive on mobile viewports. On a phone browser, the components under the message composer (mode switches, permission indicator, send controls, etc.) stack/overlap into a broken layout.Steps to reproduce
dsh weband open the UI from a mobile browser (Chrome Android / Safari iOS) at a viewport narrower than ~768px.Expected behavior
The composer and session controls adapt to narrow viewports (wrap or condense) so the UI remains usable on phones.
Analysis
The shipped CSS (
index-*.css) contains no width-based media queries — the only queries areprefers-reduced-motionandpointer: coarse. The layout appears desktop-first with no mobile breakpoint handling.Environment
@deepseek-ai/dsh)All reactions