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

   We have a tooltip component for every status box we show in the Grid view.
   
   The default Tooltip component in Chakra was taking too much time to load. 
Particularly do to an expensive call to `useStyleConfig()`. But we weren't 
actually using that, so I copied the source code for the Tooltip and stripped 
out a few parts to make it render faster, albeit with less ability to customize 
everything in the component.
   
   Before:
   <img width="1020" alt="Screen Shot 2022-06-13 at 12 40 40 PM" 
src="https://user-images.githubusercontent.com/4600967/173402877-5e989de4-5493-4ae4-9380-8cdfb9fd70e8.png";>
   
   
   After:
   <img width="1023" alt="Screen Shot 2022-06-13 at 12 40 33 PM" 
src="https://user-images.githubusercontent.com/4600967/173402901-43bc01d4-6894-4cb4-8eff-6552837a0e68.png";>
   
   
   
   ---
   **^ 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 change, Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+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 
newsfragement file, named `{pr_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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to