jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

Change the red buttons in Naas like "Restart" to green #32d973 #180

Closed jravenel closed 3 years ago

jravenel commented 3 years ago

In the current setups, some red buttons are counter-intuitive, "red" color = danger normally but here it applies to actions that will bring the user to a better state (restart kernel, clear workspace....), it should be following our green #32d973 in my opinion.

Below the "restart" but it also applies to "clear workspace"

Screenshot 2021-07-29 at 10 21 25
FlorentLvr commented 3 years ago

@jravenel , as discussed today, restarting a kernel is considered as critical actions hence the reason why the button is red. This is why we won't make any change