mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 18:34:59 +01:00
finish logs page
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
package util
|
||||
|
||||
import tea "github.com/charmbracelet/bubbletea"
|
||||
import (
|
||||
"time"
|
||||
|
||||
tea "github.com/charmbracelet/bubbletea"
|
||||
)
|
||||
|
||||
func CmdHandler(msg tea.Msg) tea.Cmd {
|
||||
return func() tea.Msg {
|
||||
@@ -41,6 +45,7 @@ type (
|
||||
InfoMsg struct {
|
||||
Type InfoType
|
||||
Msg string
|
||||
TTL time.Duration
|
||||
}
|
||||
ClearStatusMsg struct{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user