PurpleTurtleCreative / completionist

Asana integration plugin for WordPress.
https://purpleturtlecreative.com/completionist/
GNU General Public License v3.0
1 stars 0 forks source link

Upgrade Pinned Tasks metabox in Classic Editor to match Block Editor panel #181

Closed MichelleBlanchette closed 11 months ago

MichelleBlanchette commented 12 months ago

The WordPress Classic Editor is still commonly used by site owners, especially for enterprises using WordPress since they are slower to adapt and typically have larger legacy codebases.

The Pinned Tasks metabox in Classic Editor should be upgraded to match the Block Editor panel's display and functionality. I'd like to deprecate the old code which uses PHP+HTML and jQuery. The Block Editor panel implementation uses ReactJS, SCSS component styles, and vanilla JavaScript. The upgraded metabox also features much better performance and loading animations (ie. UX/UI).