minyeamer commented on code in PR #66809:
URL: https://github.com/apache/airflow/pull/66809#discussion_r3239156697
##########
airflow-core/src/airflow/ui/package.json:
##########
Review Comment:
All newly bundled UI dependencies (remark-math, rehype-katex, katex) are
MIT-licensed. I will add the corresponding license texts to
airflow-core/3rd-party-licenses/ following the existing convention.
##########
airflow-core/src/airflow/ui/src/main.tsx:
##########
@@ -20,6 +20,7 @@ import * as ChakraUI from "@chakra-ui/react";
import * as EmotionReact from "@emotion/react";
import { QueryClientProvider } from "@tanstack/react-query";
import axios, { type AxiosError } from "axios";
+import "katex/dist/katex.min.css";
Review Comment:
I will replace the static `import` with a dynamic one to avoid loading KaTeX
CSS as part of the app-wide initial bundle.
--
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]