You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about this and I think that the main problem is that we are using CSS modules, but our stylesheets aren't modular enough. We basically have one big module per webview. If we were to create a stylesheet (module) per component or per component group (table head, table body...). That way, we can see much more easily what styles are used / unused, overwritten, and know exactly where to find them. @julieg18 I think you already did a great job in cleaning up everything and especially grouping stuff. If we decide to move things to their own module, that'll streamline thing a lot. I guess we can talk about this in the next retro, or just start slowly moving things.
As discussed in the retro, when working on #3591 I noticed that the
scss
associated with the experiments table has organically grown unruly.We should take a few hours to clean up
webview/src/experiments/components/table/styles.module.scss
.We should also spend some investigating linters. E.g
The text was updated successfully, but these errors were encountered: