refactor: remove legacy code

This commit is contained in:
2025-02-19 12:12:55 +03:00
parent adc4a42800
commit 356ea7fb9f
21 changed files with 207 additions and 564 deletions

View File

@@ -41,7 +41,7 @@ func init() {
b2 := lipgloss.RoundedBorder()
b2.Left = "\u2524"
infoStyle = titleStyle.Copy().BorderStyle(b2)
infoStyle = titleStyle.BorderStyle(b2)
}
type Pager struct {