Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 6c14ef2

Browse files
authored
Merge pull request #224 from Developer-DAO/staging
Add new version of the website
2 parents 67ed5ad + b2957db commit 6c14ef2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1739
-1978
lines changed

frontend/.all-contributorsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"avatar_url": "https://avatars.githubusercontent.com/u/9025997?v=4",
7373
"profile": "https://kempsterrrr.xyz/",
7474
"contributions": [
75-
"doc"
75+
"doc",
76+
"code"
7677
]
7778
},
7879
{

frontend/.github/workflows/stale.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: 'Stale issue handler'
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
7+
jobs:
8+
stale:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/stale@main
12+
id: stale
13+
with:
14+
stale-issue-message:
15+
'This issue is stale because it has been open 30 days with no
16+
activity. Remove stale label or comment or this will be closed in 15
17+
days'
18+
days-before-stale: 30
19+
days-before-close: 15
20+
exempt-issue-labels: 'blocked,must,should,keep'
21+
- name: Print outputs
22+
run: echo ${{ join(steps.stale.outputs.*, ',') }}

frontend/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

frontend/next.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const { withPlausibleProxy } = require('next-plausible');
21
const { i18n } = require('./next-i18next.config');
32

4-
module.exports = withPlausibleProxy()({
3+
module.exports = {
54
i18n,
6-
});
5+
swcMinify: true,
6+
};

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@testing-library/user-event": "^12.1.10",
1616
"framer-motion": "^4",
1717
"jest": "^27.2.0",
18-
"next": "^11.1.2",
18+
"next": "12.2.2",
1919
"next-i18next": "^8.8.0",
20-
"next-plausible": "^3.1.4",
2120
"react": "^17.0.2",
2221
"react-confetti": "^6.0.1",
2322
"react-dom": "^17.0.2",
23+
"react-fast-marquee": "^1.3.2",
2424
"react-icons": "^4.3.1",
25-
"web-vitals": "^1.0.1"
25+
"web-vitals": "2.1.4"
2626
},
2727
"scripts": {
2828
"start": "next start",

frontend/public/Blur-img-dark.png

318 Bytes
Loading

frontend/public/Blur-img-dark.svg

Lines changed: 9 additions & 0 deletions
Loading

frontend/public/Blur-img-light.png

254 Bytes
Loading

frontend/public/Blur-img-light.svg

Lines changed: 9 additions & 0 deletions
Loading

frontend/public/D_D_logo-dark.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)