mirror of
https://github.com/discourse/discourse.git
synced 2025-02-15 10:32:57 +08:00
![]() The poll breakdown modal replaces the grouped pie charts feature.
Includes:
* MODAL: Untangle `onSelectPanel`
Previously modal-tab component would call on click the onSelectPanel callback with itself (modal-tab) as `this` which severely limited its usefulness. Now showModal binds the callback to its controller.
"The PR includes a fix/change to d-modal (
|
||
---|---|---|
.. | ||
poll-breakdown-test.js.es6 | ||
poll-builder-disabled-test.js.es6 | ||
poll-builder-enabled-test.js.es6 | ||
poll-pie-chart-test.js.es6 | ||
polls-bar-chart-test-desktop.js.es6 | ||
polls-bar-chart-test-mobile.js.es6 |