Skip to content

Commit

Permalink
Merge pull request #776 from haqq-network/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
olegshilov authored Apr 17, 2024
2 parents 9b3ef54 + 7552a62 commit fa25950
Show file tree
Hide file tree
Showing 26 changed files with 212 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test-and-lint:
name: Test and Lint
runs-on:
- ubuntu
- frontend
- self-hosted
if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
timeout-minutes: 15
Expand All @@ -42,7 +42,7 @@ jobs:
# build:
# name: Build
# runs-on:
# - ubuntu
# - frontend
# - self-hosted
# if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
# needs: test-and-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-haqq-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
Preview:
runs-on:
- ubuntu
- frontend
- self-hosted
if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-islamic-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
Preview:
runs-on:
- ubuntu
- frontend
- self-hosted
if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
Preview:
runs-on:
- ubuntu
- frontend
- self-hosted
if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
Preview:
runs-on:
- ubuntu
- frontend
- self-hosted
if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-vercel-vesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
Preview:
runs-on:
- ubuntu
- frontend
- self-hosted
if: (github.event_name == 'pull_request' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/dev')
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-haqq-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Production:
runs-on:
- ubuntu
- frontend
- self-hosted
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-islamic-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Production:
runs-on:
- ubuntu
- frontend
- self-hosted
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Production:
runs-on:
- ubuntu
- frontend
- self-hosted
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Production:
runs-on:
- ubuntu
- frontend
- self-hosted
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-vercel-vesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
Production:
runs-on:
- ubuntu
- frontend
- self-hosted
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand Down
2 changes: 0 additions & 2 deletions apps/haqq-website/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { PropsWithChildren } from 'react';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import type { Metadata, Viewport } from 'next';
import dynamic from 'next/dynamic';
Expand Down Expand Up @@ -85,7 +84,6 @@ export default function RootLayout({ children }: PropsWithChildren) {
`,
}}
/>
<Analytics mode="auto" />
<SpeedInsights />
</>
)}
Expand Down
2 changes: 0 additions & 2 deletions apps/islamic-website/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { PropsWithChildren } from 'react';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import clsx from 'clsx';
import type { Metadata, Viewport } from 'next';
Expand Down Expand Up @@ -195,7 +194,6 @@ export default async function LocaleLayout({
/>

<CookieConsentModal />
<Analytics mode="auto" />
<SpeedInsights />
</>
)}
Expand Down
2 changes: 0 additions & 2 deletions apps/shell/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { PropsWithChildren } from 'react';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import clsx from 'clsx';
import type { Metadata, Viewport } from 'next';
Expand Down Expand Up @@ -62,7 +61,6 @@ export default function RootLayout({ children }: PropsWithChildren) {
<PHProvider>
<body>
<PostHogPageView />
<Analytics mode="auto" />
<SpeedInsights />

<Providers config={shellConfig}>
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 fa25950

Please sign in to comment.