Merge branch 'master' into v2-exp-table-tests

This commit is contained in:
Andrey Nering
2025-05-16 14:23:52 -03:00
21 changed files with 884 additions and 43 deletions
+1
View File
@@ -691,6 +691,7 @@ func (m *Model) setSize(width, height int) {
m.Help.Width = width
m.FilterInput.SetWidth(width - promptWidth - lipgloss.Width(m.spinnerView()))
m.updatePagination()
m.updateKeybindings()
}
func (m *Model) resetFiltering() {