Skip to content

Commit

Permalink
Merge pull request #532 from openclimatefix/staging
Browse files Browse the repository at this point in the history
v0.5.1 – Remove old apps, Quartz Energy favicon & Quartz Solar GTM
  • Loading branch information
braddf authored Jul 24, 2024
2 parents f22cb52 + 2d85265 commit 8f5edd0
Show file tree
Hide file tree
Showing 114 changed files with 16 additions and 2,943,499 deletions.
3 changes: 2 additions & 1 deletion apps/nowcasting-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openclimatefix/nowcasting-app",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
Expand All @@ -16,6 +16,7 @@
"@auth0/nextjs-auth0": "^1.8.0",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@next/third-parties": "^14.2.5",
"@react-icons/all-files": "^4.1.0",
"@sentry/nextjs": "^7.102.1",
"@tailwindcss/container-queries": "^0.1.1",
Expand Down
2 changes: 2 additions & 0 deletions apps/nowcasting-app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { SWRConfig } from "swr";
import { apiErrorMSGS } from "../constant";
import * as Sentry from "@sentry/nextjs";
import { AxiosError } from "axios";
import { GoogleTagManager } from "@next/third-parties/google";

function MyApp({ Component, pageProps }: any) {
return (
Expand Down Expand Up @@ -36,6 +37,7 @@ function MyApp({ Component, pageProps }: any) {
<ToastContainer position="top-left" autoClose={10000} limit={5} hideProgressBar={true} />

<Component {...pageProps} />
<GoogleTagManager gtmId={process.env.NEXT_PUBLIC_GTM_ID || ""} />
</SWRConfig>
</UserProvider>
);
Expand Down
35 changes: 0 additions & 35 deletions apps/nowcasting-website/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions apps/nowcasting-website/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions apps/nowcasting-website/components/benefits.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions apps/nowcasting-website/components/email-signup.tsx

This file was deleted.

99 changes: 0 additions & 99 deletions apps/nowcasting-website/components/nav-bar.tsx

This file was deleted.

50 changes: 0 additions & 50 deletions apps/nowcasting-website/components/users.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions apps/nowcasting-website/next-env.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions apps/nowcasting-website/next.config.js

This file was deleted.

35 changes: 0 additions & 35 deletions apps/nowcasting-website/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/nowcasting-website/pages/_app.tsx

This file was deleted.

Loading

0 comments on commit 8f5edd0

Please sign in to comment.