Refactor: Add text input functionality
Replaces the counter with a text input field for user interaction. This change leverages the `textinput` bubble to provide a more interactive experience within the TUI. The `go.mod` and `go.sum` files have been updated to include the necessary dependency.
This commit is contained in:
1
go.mod
1
go.mod
@@ -3,6 +3,7 @@ module github.com/vvaibhavv11/player
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/atotto/clipboard v0.1.4 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/charmbracelet/bubbles v0.21.0 // indirect
|
||||
github.com/charmbracelet/bubbletea v1.3.10 // indirect
|
||||
|
||||
Reference in New Issue
Block a user