• 
      

    Fix dialog handling for deleting integration configs.

    Review Request #15132 — Created June 23, 2026 and submitted

    Information

    Djblets
    release-6.x

    Reviewers

    I noticed that when deleting an integration config, the deletion would
    occur but the modal confirmation never went away. This change switches
    over to using Ink's new confirm dialog instead, which gives us both
    better close handling, and gets us one step closer to being able to get
    rid of the old clunky modalBox code.

    • Ran js-tests.
    • Verified that the "Cancel" and "Delete Integration" buttons both
      worked as expected.
    Summary ID
    Fix dialog handling for deleting integration configs.
    I noticed that when deleting an integration config, the deletion would occur but the modal confirmation never went away. This change switches over to using Ink's new confirm dialog instead, which gives us both better close handling, and gets us one step closer to being able to get rid of the old clunky `modalBox` code. Testing Done: - Ran js-tests. - Verified that the "Cancel" and "Delete Integration" buttons both worked as expected.
    zwqsyytxptvlyynrumuvkrlsrzvwlvsu
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-6.x (313c0d9)