Skip to content

Conversation

@inderjeet20
Copy link

Description

This PR updates task name validation to prevent whitespace-only input and automatically trim leading/trailing spaces. Users now receive a clear error message if the task name is empty or contains only spaces, improving feedback and preventing silent failures. Validation and error messaging are now consistent across the app.

Fixes #567

Screenshots

Checklist

Screenshot_20260123_222711

  • Code follows the established coding style guidelines
  • [x ] All tests are passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task name validation allows whitespace-only input without error

1 participant