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
Ideally we can support every app launching in any of:
in-page embed/iframe sort of thing
new tab
new window
PWA
With no incremental work per app other than your standard generic app setup.
Can we create a generic PWA or PWA framework that makes it easy to wrap arbitrary apps? The idea is that any app can become a separate entry in <Ctrl>/<Cmd>-<Tab> and capture all keystrokes without us having to do work for each individual app. Any app customers "install" in Coder can be launched as a PWA.
The text was updated successfully, but these errors were encountered:
I don't think we should inject a PWA routing system for each app. There are a lot of undesired UX nuances by doing that. We can discuss once we get feedback that we should. Apps can deliver their own PWAs for now.
Ideally we can support every app launching in any of:
With no incremental work per app other than your standard generic app setup.
Can we create a generic PWA or PWA framework that makes it easy to wrap arbitrary apps? The idea is that any app can become a separate entry in
<Ctrl>/<Cmd>-<Tab>
and capture all keystrokes without us having to do work for each individual app. Any app customers "install" in Coder can be launched as a PWA.The text was updated successfully, but these errors were encountered: