-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional "Other" tab ideas #23
Comments
Happy to take any low hanging fruit here and close this issue. Doesn't have to be perfect. Would be cool to show off bringing up the AppUpdate banner (in a simulated way) as well. |
Think we might put much of this stuff in a top-level tab called "App Lifecycle" or App Support":
|
Still agree some good examples to be added re. preferences and (especially) exceptions, which have a clear UI component and are a great example of some Hoist-level polish that apps should leverage. The preference example could allow the user to set a few preferences via bound form controls - e.g. a boolean (switchInput), string (I'd suggest a select), and JSON (jsonInput). All three should be set to local so they are persisted only to the user's own browser. Exception example could, obviously, trigger an exception, to show the handler dialog. Only trick there is that we would not want to log on the server or trigger an email to our support list. |
Would be great to get our websocket support in there. Maybe the ability to send a message via a websocket, and get the server to answer? Could display the json in a little text box... "Hoist, tell me a Dad Joke?" |
idleService.suspendApp()
to show "app is sleeping" featureXH.getUser()
and display detailsThe text was updated successfully, but these errors were encountered: