PurpleTurtleCreative / completionist

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

Convert Automations admin page to use WordPress React components and Redux data layer #131

Open MichelleBlanchette opened 1 year ago

MichelleBlanchette commented 1 year ago

It's just really ugly, in my opinion. It should perhaps be more elegantly styled as a minimalist table, kind of like Asana or even the WordPress posts listing.

Better yet, we should start using WordPress's provided components, styles, and Redux data layer. There's a fantastic summary of how to do this here: https://fullstackdigital.io/blog/building-react-powered-plugins-with-the-wordpress-data-layer/

This should also help us load the necessary data asynchronously to improve the performance of the Automations listing and edit form screens, too.