tag field in timer appears to be redundant
Author: YellowDusk04Created Jun 26, 2026Updated Jun 26, 2026
In the timer component, there is no assigned value to the tag field anywhere, so can we delete the tag field and its judgment logic? Because it is always zero.
// timer.go
// Model of the timer component.
type Model struct {
...
tag int
...
}Source: charmbracelet/bubbles