Convert Djblets use of $.modalBox to Ink.Dialog.
Review Request #14104 — Created Aug. 14, 2024 and submitted — Latest diff uploaded
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.
rollup.config.js |
---|
djblets/static/djblets/js/integrations/views/integrationConfigListView.ts |
---|
djblets/static/djblets/js/integrations/views/tests/integrationConfigListViewTests.ts |
---|