writer / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://dev.writer.com/framework/introduction
Apache License 2.0
1.33k stars 76 forks source link

Multiple leftbars in mobile view #548

Open hallvardnmbu opened 2 months ago

hallvardnmbu commented 2 months ago

I have an application with two leftbars. In web view this is completely fine, but in mobile view (i.e., on my phone) these are incorrectly placed.

Using one leftbar works fine on mobile. It is transferred to be located on top of the page. However, with two, these are stacked horisontally instead of vertically.

See attatched media.

https://github.com/user-attachments/assets/fb5d1a1e-0d06-4e92-b68d-9b4eb2bb8b9d

hallvardnmbu commented 2 months ago

In addition, the actual button to show/hide the leftbar is buggy. In the video one can see that it is filled with black when toggled (not showing the arrow, which is also black).

It would be nice to be able to set the fill-colour.