windro-xdd commented on PR #64689: URL: https://github.com/apache/airflow/pull/64689#issuecomment-4216608828
Thanks for the feedback on the translation handling. I've made a couple of improvements here: - Reverted the non-English locale files since those are typically handled by the translation team separately - Enhanced the TriggerNode component with proper accessibility attributes (ARIA labels, roles) to meet WCAG 2.1 AA standards - Added default prop values to prevent rendering issues with undefined dimensions - Wrapped it with React.memo since this can be rendered 100+ times in large DAGs - Added input validation to keep dimensions in a reasonable range (40-1000px) Should be solid now. Let me know if you want any tweaks. -- 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]
