Convert Djblets use of $.modalBox to Ink.Dialog.

Review Request #14104 — Created Aug. 14, 2024 and updated

Information

Djblets
release-6.x

Reviewers

Djblets had only one place that was using our old $.modalBox
implementation: the integration config list. This change swaps that out
for the new Ink.Dialog component.

  • Ran js-tests.
  • Used the delete action for integration configs, with both the confirm
    and cancel responses.
Summary ID
Convert Djblets use of $.modalBox to Ink.Dialog.
Djblets had only one place that was using our old `$.modalBox` implementation: the integration config list. This change swaps that out for the new Ink.Dialog component. Testing Done: - Ran js-tests. - Used the delete action for integration configs, with both the confirm and cancel responses.
a67eb646d167160534c397943ff82ffc2c79112e
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Change Summary:

Use new dialog actions.

Commits:
Summary ID
Convert Djblets use of $.modalBox to Ink.Dialog.
Djblets had only one place that was using our old `$.modalBox` implementation: the integration config list. This change swaps that out for the new Ink.Dialog component. Testing Done: - Ran js-tests. - Used the delete action for integration configs, with both the confirm and cancel responses.
d95f55d9e7554e40fd7b8e07123c1a5fe319ecd5
Convert Djblets use of $.modalBox to Ink.Dialog.
Djblets had only one place that was using our old `$.modalBox` implementation: the integration config list. This change swaps that out for the new Ink.Dialog component. Testing Done: - Ran js-tests. - Used the delete action for integration configs, with both the confirm and cancel responses.
a67eb646d167160534c397943ff82ffc2c79112e

Checks run (2 succeeded)

flake8 passed.
JSHint passed.
chipx86
  1. Ship It!
  2.