-
Notifications
You must be signed in to change notification settings - Fork 2
Rev 1 feedback #24
Comments
Some clarifications on the current commands labeling and implementation:
|
This is a major application issue currently, not just windows related. We trimmed delays today. Before I had at least 5 secs for the server to gen. some pages and modules to show up eventually. Related: evidence-dev/evidence#901 Page should be loading in simple browser if you give your server more time to actually generate those pages via SSR and Also, would be nice if Evidence application static index page showed some |
This is subjective. Users can still see last rendered page content in a simple browser even when you stop Evidence dev server. In general, closing open editors and views or webviews in vscode automatically based on other actions in terminal is not recommended, and should be left to the end user to decide. Also, worth noting that simple browser displays only one view and will be reused next time your dev server is started. See finer details in the #3 checklist and attached commits. |
we'll refine this using |
…and #24) for the app server to start before we request a page from a simple browser
This should now work better per commit above with the 5 secs delay I added back to show page Preview. |
I researched this yesterday and shared preliminary info in slack:
Also, that Simple Browser webview API doesn't provide close view option, and VS Code itself still doesn't have an API to iterate over all open webviews, only The only other quick workaround without investing 2-3 days on implementing your own custom Evidence App webview, is:
That's a few hours, most likely a day of setup, dev, testing and coordination with the app dev team, if you'd like us to open a UX enhancement ticket to address it this or next week. On the related note, we can also open new active editor group on the side, and maybe add |
we'll add home page ping in #31. However, your app startup and Loading message display still needs to be looked into on the app side. |
Closing this initial ext. review ticket as all the listed issues above have been addressed, or pulled into new feature/enhancement tickets. |
Really cool overall, I could see myself using it for sure.
Nits and bugs
Gifs
The text was updated successfully, but these errors were encountered: