1cadumagalhaes opened a new issue, #51468: URL: https://github.com/apache/airflow/issues/51468
### Description Helllo! I've been using 3.0 and gathered some small things to implement to the UI, and just thought I should open an issue to track them in case other people have suggestions, or to know if any of these is being worked at. My idea is to work on this in the next couple weeks. 1. Missing `Configurations` page in the navbar. On 2.10 it was under admin when exposed ([api].expose_config=true). The page already exists, there's just no entry in the navbar (/configs) 2. Missing `Test connection` button in the connections form. ([core].test_connection=Enabled) 3. Tooltips + legend for task status in dag page. (the new icons are great, but I do miss some legend) 4. Tasks/taskgroups order on grid view are weird. On 2.x they're mostly ordered. On 3.0 they look random to me (maybe I'm doing something wrong? not sure) 5. 404 page (just testing what pages are available, when I go to an invalid one it just renders a blank page. i.e. /cluster_activity). Some other things that I think would require more work - Create a user profile/user info page. - DAG page: run duration, task duration, calendar and gant views. - Dependency graph for assets - Migrate pages under security (I assume they're just embeding the pages from 2.x) - Hability to select groups in DAG page and mark their status as success/failed ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [x] 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org