Skip to content

Commit

Permalink
feat: Newsletter Banner (#601)
Browse files Browse the repository at this point in the history
* feat: Newsletter Banner
  • Loading branch information
ashin-czi authored Jul 6, 2023
1 parent 202a90f commit d99f066
Show file tree
Hide file tree
Showing 7 changed files with 533 additions and 10 deletions.
6 changes: 6 additions & 0 deletions client/src/analytics/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ export enum EVENTS {
CENSUS_CLICK_NAV = "CENSUS_CLICK_NAV",
DATASETS_CLICK_NAV = "DATASETS_CLICK_NAV",
DOCUMENTATION_CLICK_NAV = "DOCUMENTATION_CLICK_NAV",
NEWSLETTER_EMAIL_SUBMITTED = "NEWSLETTER_EMAIL_SUBMITTED",
NEWSLETTER_SIGNUP_SUCCESS = "NEWSLETTER_SIGNUP_SUCCESS",
NEWSLETTER_SIGNUP_FAILURE = "NEWSLETTER_SIGNUP_FAILURE",
NEWSLETTER_OPEN_MODAL_CLICKED = "NEWSLETTER_OPEN_MODAL_CLICKED",
NEWSLETTER_DIRECT_LINK_NAVIGATED = "NEWSLETTER_DIRECT_LINK_NAVIGATED",
NEWSLETTER_SUBSCRIBE_BUTTON_AVAILABLE = "NEWSLETTER_SUBSCRIBE_BUTTON_AVAILABLE",
}
4 changes: 0 additions & 4 deletions client/src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { StylesProvider, ThemeProvider } from "@material-ui/core/styles";
import { theme } from "./theme";

import Controls from "./controls";
import DatasetSelector from "./datasetSelector/datasetSelector";
import Container from "./framework/container";
import Layout from "./framework/layout";
import LayoutSkeleton from "./framework/layoutSkeleton";
Expand Down Expand Up @@ -96,9 +95,6 @@ class App extends React.Component<Props> {
viewportRef={viewportRef}
key={graphRenderCounter}
/>
<Controls bottom={0}>
<DatasetSelector />
</Controls>
</>
)}
>
Expand Down
10 changes: 10 additions & 0 deletions client/src/components/bottomBanner/CellxGene.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d99f066

Please sign in to comment.