From 29bff9a0dd0f35ffe41d4704f0c0069a06f99381 Mon Sep 17 00:00:00 2001 From: treilik Date: Wed, 2 Feb 2022 11:12:41 +0100 Subject: [PATCH 1/2] Add bubblelister and bubbleboxer to "additional bubbles" in the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46f751f4..b433f5a9 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,11 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { * [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose bubbles. Inputs with validation, menu selection, a modified progressbar, and so on. +* [bubblelister](https://github.com/treilik/bubblelister) An alternative list + which is scrollable without pagination, with multi line item support and + which can hold other bubbles as items as well. +* [bubbleboxer](https://github.com/treilik/bubbleboxer) Layout multiple bubbles + side by side through a layout-tree, so that no space is wasted. If you’ve built a Bubble you think should be listed here, [let us know](mailto:vt100@charm.sh). From e730c6a41f35eed9d76dfa3f7653bdb6cfa57b0f Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 6 Feb 2022 07:02:19 +0100 Subject: [PATCH 2/2] Style consistency --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b433f5a9..f69178c0 100644 --- a/README.md +++ b/README.md @@ -178,11 +178,11 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { * [mritd/bubbles](https://github.com/mritd/bubbles): Some general-purpose bubbles. Inputs with validation, menu selection, a modified progressbar, and so on. -* [bubblelister](https://github.com/treilik/bubblelister) An alternative list - which is scrollable without pagination, with multi line item support and - which can hold other bubbles as items as well. -* [bubbleboxer](https://github.com/treilik/bubbleboxer) Layout multiple bubbles - side by side through a layout-tree, so that no space is wasted. +* [bubblelister](https://github.com/treilik/bubblelister): An alternate list + that is scrollable without pagination and has the ability to contain other + bubbles as list items. +* [bubbleboxer](https://github.com/treilik/bubbleboxer): Layout multiple bubbles + side-by-side in a layout-tree. If you’ve built a Bubble you think should be listed here, [let us know](mailto:vt100@charm.sh).