From a63e37cf3c6eb8fda5b1976e65f032bb35cfb91a Mon Sep 17 00:00:00 2001 From: ashin-czi Date: Wed, 3 May 2023 13:51:04 -0400 Subject: [PATCH 1/7] feat: Newsletter Banner --- client/index.html | 7 + client/src/analytics/events.ts | 8 +- client/src/components/app.tsx | 4 - .../src/components/bottomBanner/CellxGene.svg | 10 + client/src/components/bottomBanner/index.tsx | 266 ++++++++++++++++++ client/src/components/bottomBanner/style.ts | 189 +++++++++++++ client/src/components/framework/layout.tsx | 122 ++++---- client/src/global.d.ts | 22 ++ 8 files changed, 574 insertions(+), 54 deletions(-) create mode 100644 client/src/components/bottomBanner/CellxGene.svg create mode 100644 client/src/components/bottomBanner/index.tsx create mode 100644 client/src/components/bottomBanner/style.ts diff --git a/client/index.html b/client/index.html index cd49d006c..f7dd08159 100644 --- a/client/index.html +++ b/client/index.html @@ -43,6 +43,13 @@ /> + + + -