bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

TUI components for Bubble Tea 🫧

Results 221 bubbles issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Keybindings are not updated (enabled/disabled) after resizing the height of a list. **To Reproduce** You can see this behavior by calling `SetHeight` in the [list-simple](https://github.com/charmbracelet/bubbletea/tree/main/examples/list-simple) example. ```go...