From 8d47d5c417b6c809522acdf81fb792f67b988a6a Mon Sep 17 00:00:00 2001 From: Avi Minsky Date: Tue, 21 Apr 2026 08:58:41 +0300 Subject: [PATCH 1/3] added youTube link in footer fixed duration not showing when attribution is used --- spark-ui/src/components/Footer.tsx | 15 +++++++++++++++ spark-ui/src/reducers/SQLNodeStageReducer.ts | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/spark-ui/src/components/Footer.tsx b/spark-ui/src/components/Footer.tsx index 0edb39c4..77feaf43 100644 --- a/spark-ui/src/components/Footer.tsx +++ b/spark-ui/src/components/Footer.tsx @@ -1,5 +1,6 @@ import GitHubIcon from "@mui/icons-material/GitHub"; import MenuBookIcon from "@mui/icons-material/MenuBook"; +import OndemandVideoIcon from "@mui/icons-material/OndemandVideo"; import StarIcon from "@mui/icons-material/Star"; import { Box, Button, Typography } from "@mui/material"; import * as React from "react"; @@ -13,6 +14,10 @@ export default function Footer() { window.open("https://dataflint.gitbook.io/dataflint-for-spark/", "_blank"); }; + const onYouTubeClick = (): void => { + window.open("https://www.youtube.com/watch?v=4d_jBCmodKQ", "_blank"); + }; + const onDataFlintClick = (): void => { window.open("https://www.dataflint.io/", "_blank"); }; @@ -53,6 +58,16 @@ export default function Footer() { Docs + +