Skip to content

Commit

Permalink
Merge pull request #291 from EveripediaNetwork/update-iq-dashboard
Browse files Browse the repository at this point in the history
Default IQ Dashboard to dark theme, update URLs, and implement translation
  • Loading branch information
Yomzy2223 authored Jan 13, 2025
2 parents 40701f6 + 040e6ca commit d0b597f
Show file tree
Hide file tree
Showing 100 changed files with 1,766 additions and 716 deletions.
6 changes: 5 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
const createNextIntlPlugin = require('next-intl/plugin')

const withNextIntl = createNextIntlPlugin()

/** @type {import('next').NextConfig} */

const nextConfig = {
Expand Down Expand Up @@ -57,4 +61,4 @@ const nextConfig = {
skipTrailingSlashRedirect: true,
}

module.exports = nextConfig
module.exports = withNextIntl(nextConfig)
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.456.0",
"next": "^13.2.3",
"next-intl": "^3.26.3",
"next-redux-wrapper": "^7.0.5",
"next-seo": "^5.5.0",
"nextjs-progressbar": "^0.0.14",
Expand Down
16 changes: 16 additions & 0 deletions public/KR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions public/US.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/ZH.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file removed public/images/braindao-logo-4.png
Binary file not shown.
Binary file removed public/images/braindao-logo-dark.png
Binary file not shown.
Binary file removed public/images/braindao-logo-light.png
Binary file not shown.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BrainDAO",
"short_name": "BrainDAO",
"name": "IQ",
"short_name": "IQ",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down
Binary file modified public/og_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions public/svgs/braindao-logo-dark.svg

This file was deleted.

8 changes: 0 additions & 8 deletions public/svgs/braindao-logo-light.svg

This file was deleted.

21 changes: 21 additions & 0 deletions public/svgs/iq-logo-dark.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 d0b597f

Please sign in to comment.