CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
221 stars 20 forks source link

refactor: make use of the new cc-notice in place of cc-error #645

Closed Galimede closed 1 year ago

Galimede commented 1 year ago

Context

With the addition of the new cc-notice component there are places where we could use it instead of our actual cc-error component.

Components concerned

Problem

A few tests has already been made on some components and already some problems were found:

Galimede commented 1 year ago

Update (2023-04-07)

As of today, every components have been switched from cc-error to cc-notice with some exceptions. Indeed these components have not been changed for various reasons:

before: image image

after: image image

Feel free to give feedbacks on the screens (changes from the screens are not made in the code yet) and the information above.