jscheffl commented on code in PR #56344:
URL: https://github.com/apache/airflow/pull/56344#discussion_r2402566925


##########
airflow-core/src/airflow/ui/src/components/DisplayMarkdownButton.tsx:
##########
@@ -20,9 +20,12 @@ import { Box, Heading, VStack } from "@chakra-ui/react";
 import { type ReactElement, useState } from "react";
 
 import { Button, Dialog } from "src/components/ui";
+import { ResizableWrapper } from "src/components/ui/ResizableWrapper";
 
 import ReactMarkdown from "./ReactMarkdown";
 
+const STORAGE_KEY = "airflow-markdown-dialog-size";

Review Comment:
   +1 should not be on a "per dag" level but a "once set should be applied to 
all dags" in my view.



-- 
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