-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Closed
Copy link
Labels
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changeIndicates a previously functioning feature or behavior that has broken or regressed after a changeskip-changelogThis PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features.This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features.topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug
Milestone
Description
It seems a regression bug of #18064
In #18064, the "Delete" button was changed from <div class="ui red button delete-button"
to <div class="ui red button show-modal"
, however, the .show-modal
event handler seems not handling the form submit correctly.
IMO, the .delete-button
event handler could handle the form submit, not sure why the CSS class is changed.
Metadata
Metadata
Assignees
Labels
issue/regressionIndicates a previously functioning feature or behavior that has broken or regressed after a changeIndicates a previously functioning feature or behavior that has broken or regressed after a changeskip-changelogThis PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features.This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features.topic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/bug