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
Maybe at some point the design switcher could get some more love. Here would be my wish list:
1. Wrong offsets for "Show node names"
If I render edge-to-edge and compensate the system bars via Box(modifier = Modifier.fillMaxSize().systemBarsPadding()) { DesignSwitcher(modifier = Modifier.align(Alignment.TopEnd)) } the DesignSwitcher is nicely placed top right in the content area but all "node names" seem to be off for the height of the status bar. I have not spent enough time to understand why, but I assume this has to do with the absoluteOffset. I would be really happy if you could have a look.
2. Preconfigure options
We would like to e.g. launch the DesignSwitcher with "Show mini messages" disabled for less distraction.
3. Pixel details
When switching between "Status" and "Options" there is a small pixel jump. Mini messages have a 1px border/space on top, the window does not. And maybe the overlay on "Change" could fill the whole switcher in order to reduce layers and visual complexity. I know that the DesignSwitcher it is a debug thingy but I assume these things are rather easy to fix and would add to a more professional look and feel and are worth the effort.
Last but no least a question:
Is there currently (or in future) a way to customize the DesignSwitcher?
The text was updated successfully, but these errors were encountered:
Maybe at some point the design switcher could get some more love. Here would be my wish list:
1. Wrong offsets for "Show node names"
If I render edge-to-edge and compensate the system bars via
Box(modifier = Modifier.fillMaxSize().systemBarsPadding()) { DesignSwitcher(modifier = Modifier.align(Alignment.TopEnd)) }
the DesignSwitcher is nicely placed top right in the content area but all "node names" seem to be off for the height of the status bar. I have not spent enough time to understand why, but I assume this has to do with the absoluteOffset. I would be really happy if you could have a look.2. Preconfigure options
We would like to e.g. launch the DesignSwitcher with "Show mini messages" disabled for less distraction.
3. Pixel details
When switching between "Status" and "Options" there is a small pixel jump. Mini messages have a 1px border/space on top, the window does not. And maybe the overlay on "Change" could fill the whole switcher in order to reduce layers and visual complexity. I know that the DesignSwitcher it is a debug thingy but I assume these things are rather easy to fix and would add to a more professional look and feel and are worth the effort.
Last but no least a question:
Is there currently (or in future) a way to customize the DesignSwitcher?
The text was updated successfully, but these errors were encountered: