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
The toggle button should not be rendered in any page where the ShlinkWebComponent is not rendered.
Minimum steps to reproduce
Using Shlink Web Client 4.5.0, on a mobile screen resolution, open the home or settings sections and notice the sidebar button is rendered on the upper-right corner.
shlink-web-client version
4.5.0
How do you use shlink-web-client
https://app.shlink.io
Current behavior
The sidebar toggle was extracted in v4.5.0, while it was previously implicitly rendered by the
ShlinkWebComponent.The problem is that it now shows in all sections, including settings and other sections where the component sidebar is not rendered.
Grabacion.de.pantalla.desde.2025-08-13.09-24-02.webm
Expected behavior
The toggle button should not be rendered in any page where the
ShlinkWebComponentis not rendered.Minimum steps to reproduce
Using Shlink Web Client 4.5.0, on a mobile screen resolution, open the home or settings sections and notice the sidebar button is rendered on the upper-right corner.