tirkarthi opened a new issue, #60515:
URL: https://github.com/apache/airflow/issues/60515

   ### Description
   
   Airflow 2 displayed "Next Run" in tooltip with a humanized version of 
current time to next dagrun time. This was easier to recognize the next run 
since it said "Next Run: in 20 minutes" or so. It will be useful to display 
this in the tooltip for better experience. The change will involve adding it to 
`DagRunInfo` component to take nextRunAfter and compare it with current time 
like `getDuration` does and display the value using humanize method.
   
   https://day.js.org/docs/en/durations/humanize
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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