bbovenzi commented on code in PR #58642:
URL: https://github.com/apache/airflow/pull/58642#discussion_r2561262910


##########
airflow-core/src/airflow/ui/src/hooks/navigation/useNavigation.ts:
##########
@@ -32,6 +33,10 @@ import type {
 } from "./types";
 import { useKeyboardNavigation } from "./useKeyboardNavigation";
 
+// Grid cell dimensions (must match Grid.tsx)
+const CELL_WIDTH = 18;
+const CELL_HEIGHT = 20;

Review Comment:
   Could we set a single const instead of needing the comment above to keep 
them in sync?



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