YeonShin commented on issue #66959: URL: https://github.com/apache/airflow/issues/66959#issuecomment-4458085358
**Additional Edge Cases Found 🔍** I have identified a couple of additional edge cases regarding the color rendering: 1. **Tooltip Fallback:** The `queued` state currently falls back to a default `gray.500` color in the tooltip because it lacks a defined color swatch in the codebase. 2. **Misleading Cell Rendering (Tooltip vs. Cell):** There is a visual discrepancy between what the tooltip shows and how the cell is colored. For example, when an hour contains a mix of `running` and `queued` runs, the tooltip correctly lists them. However, the cell itself renders a mix of "Actual" (Green) and "Planned" (Stone). This happens because `queued` is currently grouped with `planned` in the cell rendering logic, which is quite confusing. Considering these points, I will proceed with creating a **draft PR** based on the "Top 2 most frequent states" mixing logic I mentioned earlier, ensuring both the tooltips and cells reflect the correct states consistently. <img width="894" height="530" alt="Image" src="https://github.com/user-attachments/assets/78ce8a8b-01c2-47cc-a35a-71b25111cb10" /> -- 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]
