feat: show error when move requires includes but none found

This commit is contained in:
2025-09-13 08:34:11 +02:00
parent 3c627a5d21
commit 306f38e862
4 changed files with 35 additions and 3 deletions

View File

@@ -99,6 +99,10 @@ type Model struct {
height int
styles Styles
ready bool
// Error handling
errorMessage string
showingError bool
}
// updateTableStyles updates the table header border color based on focus state