Open
Conversation
82e3f05 to
1a20d5f
Compare
8a8186d to
05ebeb4
Compare
b828525 to
0bf906a
Compare
ac8c42a to
84e99a8
Compare
QtWebEngine is crashing for some reason, and I don't know how I'd set up the event bridge, so HTML DashWindows aren't really usable yet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A replacement for the tablet and QML desktop UIs, done in userland JS without needing special C++ support.
Press Escape or the left secondary button to open the dashboard, or hold them down to open the legacy toolbar/tablet.
Windows can be dragged across the window rail, or pinned so they won't stick to the rail and won't be hidden when the dashboard is closed.
dash_2026-04-07.webm
New Notification UI
On the bottom of the screen on desktop, and floats to follow the users's view in VR. Supports having an icon and an image, but only screenshot notifications currently use this functionality. An API to expose these to other scripts will be added in a later PR.
The blue line on top goes from right to left to show how long the notification bubble will be visible for.
New Script Log
Available in Dev Tools, visible when the "show developer tools" setting is enabled.
TODO
OverlayWindow(required for contacts app to work, QML's builtin
XMLHttpRequestdoesn't have the baked-in authentication header that interface scripts send to the directory server, the chat app also needs IPC to work)TabletProxyFallback for legacy tablet appsNot planned, would require scripts to be modified anyway and the old tablet will still be accessible for apps that require it, though no guarantees of it staying maintainedTODOs for follow-up PRs