thscharler
thscharler
* Joint would be a building part for block-block connections. A list of such joints would be added to `Block` and rendered with it. The point for adding them to...
I'm currently working on the look of side by side blocks with QuadrantInside borders. They still need special casing in create_border() and look a bit clunky. I may add fg/bg...
Apart from that there are a few border::Set's that are not covered by BlockType. They should probably be added too. Maybe extend the Blocktype enum? When I started my first...
> Neat! This feels like the continuation of where we left off in getting the borders happening. We added overlap in [#1398](https://github.com/ratatui/ratatui/pull/1398) to allow for something like this to happen....
My plan is to finish up matching up all the connection points, then cleanup and document more within ratatui_block and then contact you for the further steps. Ok?
It will take some time to check all combinations anyway. I will use a non pub copy where I need it now, and replace later. No problem. The exact layout...
term-table-rs: uses something similar to border::Set Ok, but with the same limitations we already have. comfy-table: The same but encoding the positions in one string. Ok for them, but hard...
Drew up a [v3](https://thscharler.github.io/ratatui-block/doc/ratatui_block/v3/index.html) for the structs/enums. Maybe you can give this a quick look.
> Drew up a [v3](https://thscharler.github.io/ratatui-block/doc/ratatui_block/v3/index.html) for the structs/enums. > > Maybe you can give this a quick look. Made a few more changes to the design. I think I hit...
... one last thought for today ... Using [BlockBorder](https://thscharler.github.io/ratatui-block/doc/ratatui_block/v3/struct.BlockBorder.html) to render all of the border would provide a smooth transition too. All current mechanics can stay as they are, we...