bbovenzi commented on code in PR #26457: URL: https://github.com/apache/airflow/pull/26457#discussion_r1018138904
########## airflow/www/static/js/utils/colors.json: ########## @@ -0,0 +1,842 @@ +[ Review Comment: Status colors are not defined in the UI and are stored as strings "green" instead of rgb or hex. I think it would be best to maintain a single source of truth for state colors. I wanted a way to convert it. But using [an existing library](https://www.npmjs.com/package/color) is probably better. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
