You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "bbovenzi (via GitHub)" <gi...@apache.org> on 2023/02/03 20:47:39 UTC

[GitHub] [airflow] bbovenzi opened a new pull request, #29367: Increase max height for grid view elements

bbovenzi opened a new pull request, #29367:
URL: https://github.com/apache/airflow/pull/29367

   In 2.5.0, I set the max height for the grid view to be too restricted which hurt UX. This PR basically doubles the `maxHeight`  to allow a user to see more of the grid at once but without scrolling the entire page so far as to lose context.
   
   Fixes: https://github.com/apache/airflow/issues/29100
   
   Before:
   ![Feb-03-2023 15-47-04](https://user-images.githubusercontent.com/4600967/216707656-52486bab-a8b9-4447-8351-410f899eee30.gif)
   
   After:
   ![Feb-03-2023 15-46-42](https://user-images.githubusercontent.com/4600967/216707673-d2a146c9-68b5-47a7-afb2-c98a289e6f2d.gif)
   
   
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments).
   


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] jedcunningham merged pull request #29367: Increase max height for grid view elements

Posted by "jedcunningham (via GitHub)" <gi...@apache.org>.
jedcunningham merged PR #29367:
URL: https://github.com/apache/airflow/pull/29367


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org