Most of the code in https://github.com/x-team/wp-widget-customizer/blob/1e3883f27811703bb252ab32c7f148cbbed6494e/widget-customizer.js#L112-L131 should be handled in the widget_form, e.g. overriding the link text and adding the tooltip. The deletion event should be handled by sidebar_widgets with delegation.
This will facilitate #3
Most of the code in https://github.com/x-team/wp-widget-customizer/blob/1e3883f27811703bb252ab32c7f148cbbed6494e/widget-customizer.js#L112-L131 should be handled in the widget_form, e.g. overriding the link text and adding the tooltip. The deletion event should be handled by
sidebar_widgetswith delegation.This will facilitate #3