edge / account

Account portal for managing Edge services
Other
3 stars 1 forks source link

Reduce reliance on scoped styles, introduce more common components #271

Open annybs opened 4 months ago

annybs commented 4 months ago

In many places we see copy-pasted styles, e.g. .listOption and related classes.

In that specific case this can be cleaned up as part of #267 but there are no doubt many other places where classes are copied across multiple components to accomplish the same effect which could be migrated to a single component with global styles.

Known issues