-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Feature Description
When the server starts, it displays the LAN or IP address in the UI. However, when the server is stopped, the space or area where the IP address was shown becomes too long or stretched out, leaving an awkward empty layout.
It would be great if the layout automatically adjusted or collapsed when the server stops, instead of leaving an oversized empty area.
Why is this feature needed?
This feature would improve the visual appearance and responsiveness of the interface. Currently, the large empty space after stopping the server looks like a UI bug and reduces usability. Automatically resetting or hiding the IP display area would make the interface cleaner and more consistent.
Additional Context
The issue appears after toggling the server off.
It seems the container holding the IP text doesn’t resize dynamically.
A possible solution: conditionally render the IP element only when the server is active, or use CSS to collapse the container when no IP is present.