JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
696 stars 35 forks source link

Rewrite split layouts #273

Closed rock3r closed 4 weeks ago

rock3r commented 9 months ago

In some cases the SplitLayouts don't work correctly when dragging the divider. They also have other issues (see #263 and #277). We should rewrite them, fixing the bugs and allowing nesting. We can look at the core logic of Accompanist's TwoPane component for inspiration.

Basic requirements

Tasks

rock3r commented 8 months ago

I'm considering rewriting the split layouts based on the core logic of Accompanist's TwoPane component