Skip to content

Conversation

@britannio
Copy link
Collaborator

The title text size has also been increased.

CleanShot 2025-11-20 at 12 56 14@2x

@ggordonhall ggordonhall self-requested a review November 24, 2025 10:10

useKeySubmitTaskAlt(handleSubmitCreateOnly, {
enabled: modal.visible && canSubmitAlt && !showDiscardWarning,
enabled: shortcutsEnabled,
Copy link
Collaborator Author

@britannio britannio Nov 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shortcut to create a task without starting it should work even if the form is in an invalid state (missing title).

disabled={isSubmitting}
autoFocus
/>
{!field.state.meta.isValid && (
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we show the 'Title is required' warning if validation fails during submission.

<Button onClick={form.handleSubmit} disabled={!canSubmit}>
{buttonText}
</Button>
<Button onClick={form.handleSubmit}>{buttonText}</Button>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the button is always enabled now, rather than only when the form is valid.

@britannio britannio closed this Dec 3, 2025
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.

1 participant