From 8a0bb210f7b2817dcdfe9485b2727c5dbc073d9a Mon Sep 17 00:00:00 2001 From: Dalton Williams Date: Fri, 18 Oct 2024 08:19:54 -0500 Subject: [PATCH 1/2] Added BubbleUp alert bubble --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66abbd78..ada9cd86 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { flexbox and table components. * [calyptia/go-bubble-table](https://github.com/calyptia/go-bubble-table): An interactive, customizable, scrollable table component. +* [daltonsw/bubbleup](https://github.com/daltonsw/bubbleup): Notifications and alerts + in your TUI apps with a simple and customizable bubble. Bubble your alerts up like + bubbles in a soda. + enables bubble your alerts up in your model in a simple and customizable fashion. * [erikgeiser/promptkit](https://github.com/erikgeiser/promptkit): A collection of common prompts for cases like selection, text input, and confirmation. Each prompt comes with sensible defaults, remappable keybindings, any many From 709a8ea6e94f2f72f5bc29b7e73a519f83c26a4e Mon Sep 17 00:00:00 2001 From: Dalton Williams Date: Fri, 18 Oct 2024 08:21:18 -0500 Subject: [PATCH 2/2] Lingering line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ada9cd86..6e9930d1 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,6 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { * [daltonsw/bubbleup](https://github.com/daltonsw/bubbleup): Notifications and alerts in your TUI apps with a simple and customizable bubble. Bubble your alerts up like bubbles in a soda. - enables bubble your alerts up in your model in a simple and customizable fashion. * [erikgeiser/promptkit](https://github.com/erikgeiser/promptkit): A collection of common prompts for cases like selection, text input, and confirmation. Each prompt comes with sensible defaults, remappable keybindings, any many