Zinkue commented on PR #56854:
URL: https://github.com/apache/airflow/pull/56854#issuecomment-3425113881

   > Nice, thanks for the PR!
   > 
   > I think the customization should be a whole `theme` object that 'chakra 
UI` understands. Either a css file or an object definition, so we can go beyond 
just 'navbar' or one palette customization. (customizing border radius, or 
anything else in the app, for specific components too.)
   
   I thought about two possible values for `theme` based on your comment:
   1. `{ "type": "color", "value": "#123456"/existing color in the theme }`
   2. `{ "type": "file", "value": "path/to/theme.json" }`
   
   Agree for providing to the end-users full personalization of the UI but I 
think for the majority (I include myself here) changing only the color will be 
enough (DEV green, TST yellow, PRD red)


-- 
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]

Reply via email to