growthbook / devtools

GrowthBook DevTools extension for Chrome
MIT License
5 stars 5 forks source link

Optimize css flow #61

Closed bttf closed 6 months ago

bttf commented 6 months ago

Users were experiencing issues editing the Global CSS of a page. This was primarily due to two reasons:

This PR addresses the above two issues. In addition, we remove the use of error codes and instead use actual error messages instead, which should be more helpful in support situations.