Jasperora commented on code in PR #51946: URL: https://github.com/apache/airflow/pull/51946#discussion_r2159978049
########## airflow-core/src/airflow/ui/src/layouts/Details/DetailsLayout.tsx: ########## @@ -79,6 +81,24 @@ export const DetailsLayout = ({ children, error, isLoading, tabs }: Props) => { <Toaster /> <BackfillBanner dagId={dagId} /> <Box flex={1} minH={0}> + {isRightPanelCollapsed ? ( + <IconButton + aria-label="Show details panel" Review Comment: Thanks for your guidance, I have added translations for en and zh-TW in commit "[add translations for aria-label (en, zh-TW)](https://github.com/apache/airflow/pull/51946/commits/4ab45f12cbd8c303816932eaf2065ceee54118d4)" -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org