DRAFT: feat(ui): float ui#371
Conversation
|
Can you simply tell us what the final effect looks like? Including
I previously wanted to create a feature, but I found that achieving an elegant implementation would require too much refactoring. Additionally, in a series of small code refactorings we previously conducted, we found that several refactorings did not interact well with each other (although, as a hobby project, it's unrealistic to expect us to be overly serious). However, I still hope that, as much as possible, there will be potential for synergy in future refactoring directions. Perhaps at some point, the project's infrastructure will truly be refined enough to elegantly implement numerous features through composition. Thank you in advance for your time! |
|
Interesting, We had a floating UI in the past that we inherited from goose.nvim (original forked repo). But it was not a "popup" style floating rather a floating panel, and the navigation was cumbersome so I removed it. But having a floating window like a popup make sense. I will review the code ans see how we can adapt it. Thanks for the PR |
|
Just let me know once you know how you'd like to have it. |

Hi,
that's a vibed float ui, I'd refactor it before really submitting it.
Question for now would be, would you even want that? Cause if not, no need to refactor for me.
Also would be happy about any suggestion, how you'd like to have it / whether you already see some bugs.
Cheers