Mobile-responsive UI
- Dominant language
- Python
- Stars
- 46.9k
- Forks
- 17.8k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 472
Description
### Description
Make the Airflow UI more responsive so that basic functions are usable on mobile screens. For example, I should be able to see that a dag run has failed, read the task logs, and re-run that task.
### Use case/motivation
If a failure happens at an odd hour, then people should be able to quickly look into the problem while on the go and they can possibly resolve the issue without having to rush to their computer.
### Related issues
https://github.com/apache/airflow/issues/58133
We will want to tackle this page by page. So this can be considered the meta issue:
- [ ] Dashboard page
- [ ] Dags list + generic datatable view (with search and filters!)
- [ ] Dag details page
- How does a responsive grid view work? (maybe we don't support it, but instead make sure that the Dashboard and Dag Overview pages link to important issues like HITL actions, deadline alerts and any task failures)
- Graph would need to be a full screen view
- Task Logs (with search and filters!)
### 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)
Contributor guide
Assessment
This issue has not been assessed yet.