Skip to content

fix(#7088): disable category delete button while activities are loading#10054

Open
BacLuc wants to merge 1 commit into
ecamp:develfrom
BacLuc:disable-category-delete-until-loaded
Open

fix(#7088): disable category delete button while activities are loading#10054
BacLuc wants to merge 1 commit into
ecamp:develfrom
BacLuc:disable-category-delete-until-loaded

Conversation

@BacLuc

@BacLuc BacLuc commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

The delete confirmation dialog showed the delete button as enabled before all activities had finished loading. If no activities were loaded yet, the error slot (which lists existing activities and disables the button) was not rendered, so the user could trigger the deletion prematurely.

Disable the submit button while activities are loading and show a progress bar inside the dialog to indicate that the check is still in progress.

fixes #7088

…loading

The delete confirmation dialog showed the delete button as enabled before
all activities had finished loading. If no activities were loaded yet,
the error slot (which lists existing activities and disables the button)
was not rendered, so the user could trigger the deletion prematurely.

Disable the submit button while activities are loading and show a progress
bar inside the dialog to indicate that the check is still in progress.

fixes ecamp#7088

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: BacLuc <lucius.bachmann@clubpage.ch>
@BacLuc BacLuc requested a review from a team June 14, 2026 09:49
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.

Category delete dialog allows pressing delete before all activities are loaded

1 participant