jayachandrakasarla opened a new pull request, #68701: URL: https://github.com/apache/airflow/pull/68701
Closes #68615 Modified the `GridTi.tsx` file to render the task instance badge with a lighter shade to indicate a saved note. Here's how it looks like in the Airflow 3 UI: <img width="561" height="237" alt="image" src="https://github.com/user-attachments/assets/71b104f2-d07d-455f-9f2c-c90546d1bc56" /> <img width="604" height="223" alt="image" src="https://github.com/user-attachments/assets/051ea194-ce96-4b27-a215-51bdb3e2d4d1" /> I've added the following line at the top of `GridTI.tsx` file to style the badge when a note is available and I don't think it should be hardcoded in this file, please let me know if you want me to move it to some other file. ```tsx const NOTE_GRADIENT = "linear-gradient(45deg, var(--chakra-colors-color-palette-solid) 65%, var(--chakra-colors-color-palette-emphasized) 65%)";``` -- 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]
