User Interface low complexity frontend
0
Dependencies
1
Dependents
0
Entities
0
Integrations

Description

Modal dialog shown before executing bulk deactivation. Displays the count of affected users and a non-recoverable-action warning. Requires explicit confirmation before the deactivation request is submitted. Soft-deactivation is always reversible by design.

Feature: Bulk Actions

bulk-deactivation-confirmation-dialog

Responsibilities

  • Display affected user count and severity warning
  • Block action until admin explicitly confirms
  • Emit confirm or cancel event to parent toolbar

Interfaces

open(affectedCount: number): void
onConfirm(): void
onCancel(): void

Relationships

Dependents (1)

Components that depend on this component