Add fullscreen button to navbar with auto-hide behavior and improve WebSocket support#17
Add fullscreen button to navbar with auto-hide behavior and improve WebSocket support#17
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
|
update the tab bar so it can go fully out of site when in fullscreen. also even with the libcurl implementation, weather external server like in buildnow.gg or wss connections sometimes dont work. fix this |
|
@copilot update the tab bar so it can go fully out of site when in fullscreen. also even with the libcurl implementation, weather external server like in buildnow.gg or wss connections sometimes dont work. fix this |
Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
Fixed in 705518c:
|
|
@copilot the fullscreen is better but ther is still a small gray bar at the top of the screen at all times, fix this. also scramjet is vary unreliable with the wss libcurl (most likeley because on the first search, libcurl is on, but in a new tab, epoxy is serving a transport) or some similar issue. fix both of these bugs |
Co-authored-by: sriail <225764385+sriail@users.noreply.github.com>
Fixed in c6d162a:
|


Adds a fullscreen button next to the settings button that expands the proxied iframe to fill the viewport, with navbar auto-hide on mouse-out and reveal on hover at screen top—mimicking native browser fullscreen behavior. Also improves WebSocket/WSS connection support for external servers.
Changes
.nav-btnstylingtoppositioning with--fullscreen-hide-offsetvariable to ensure borders are hiddenScreenshots
Normal mode with fullscreen button

Fullscreen mode (completely clean - no gray bar)

Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.