How to add please wait on main page
Opened this issue · 1 comments
umardraz commented
Hi,
Is it possible to add a loading.gif on the main page while it is loading?
billchurch commented
It certainly is possible. Can you explain the use case for that a little? Is it a slow system or one with high latency? Which part of the operation takes the longest to load, the connection to the SSH server or the WebSocket connection?
See #368 for details on the new architecture, which splits off the client and server components to hopefully make customizing the client easier.