Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move connect button to the navigation bar on small screens #525

Merged
merged 3 commits into from
Jan 20, 2025

Fix failing cypress test

69204bc
Select commit
Loading
Failed to load commit list.
Merged

Move connect button to the navigation bar on small screens #525

Fix failing cypress test
69204bc
Select commit
Loading
Failed to load commit list.
Fleek.co / Fleek - api3-dao-dashboard-dev succeeded Jan 20, 2025 in 5m 31s

Details

2025-01-20T09:07:40.344Z | yarn install v1.22.19
2025-01-20T09:07:40.463Z | [1/4] Resolving packages...
2025-01-20T09:07:41.426Z | [2/4] Fetching packages...
2025-01-20T09:08:20.188Z | [3/4] Linking dependencies...
2025-01-20T09:08:20.193Z | warning " > @typescript-eslint/eslint-plugin@6.17.0" has unmet peer dependency "eslint@^7.0.0 || ^8.0.0".
2025-01-20T09:08:20.194Z | warning "@typescript-eslint/eslint-plugin > @typescript-eslint/type-utils@6.17.0" has unmet peer dependency "eslint@^7.0.0 || ^8.0.0".
2025-01-20T09:08:20.194Z | warning "@typescript-eslint/eslint-plugin > @typescript-eslint/utils@6.17.0" has unmet peer dependency "eslint@^7.0.0 || ^8.0.0".
2025-01-20T09:08:20.195Z | warning "@typescript-eslint/eslint-plugin > @typescript-eslint/utils > @eslint-community/eslint-utils@4.4.0" has unmet peer dependency "eslint@^6.0.0 || ^7.0.0 || >=8.0.0".
2025-01-20T09:08:20.195Z | warning " > @typescript-eslint/parser@6.17.0" has unmet peer dependency "eslint@^7.0.0 || ^8.0.0".
2025-01-20T09:08:20.196Z | warning " > @web3modal/wagmi@3.5.4" has unmet peer dependency "@wagmi/core@>=1".
2025-01-20T09:08:20.199Z | warning " > react-input-autosize@3.0.0" has incorrect peer dependency "react@^16.3.0 || ^17.0.0".
2025-01-20T09:08:20.205Z | warning " > @babel/plugin-proposal-private-property-in-object@7.21.11" has unmet peer dependency "@babel/core@^7.0.0-0".
2025-01-20T09:08:20.205Z | warning "@babel/plugin-proposal-private-property-in-object > @babel/helper-create-class-features-plugin@7.23.7" has unmet peer dependency "@babel/core@^7.0.0".
2025-01-20T09:08:20.205Z | warning "@babel/plugin-proposal-private-property-in-object > @babel/plugin-syntax-private-property-in-object@7.14.5" has unmet peer dependency "@babel/core@^7.0.0-0".
2025-01-20T09:08:20.205Z | warning "@babel/plugin-proposal-private-property-in-object > @babel/helper-create-class-features-plugin > @babel/helper-replace-supers@7.22.20" has unmet peer dependency "@babel/core@^7.0.0".
2025-01-20T09:08:20.205Z | warning " > @testing-library/user-event@14.5.2" has unmet peer dependency "@testing-library/dom@>=7.21.4".
2025-01-20T09:08:20.205Z | warning " > @typechain/ethers-v5@10.2.1" has unmet peer dependency "@ethersproject/abi@^5.0.0".
2025-01-20T09:08:20.205Z | warning " > @typechain/ethers-v5@10.2.1" has unmet peer dependency "@ethersproject/providers@^5.0.0".
2025-01-20T09:08:20.207Z | warning "react-scripts > eslint-config-react-app > eslint-plugin-flowtype@8.0.3" has unmet peer dependency "@babel/plugin-syntax-flow@^7.14.5".
2025-01-20T09:08:20.207Z | warning "react-scripts > eslint-config-react-app > eslint-plugin-flowtype@8.0.3" has unmet peer dependency "@babel/plugin-transform-react-jsx@^7.14.9".
2025-01-20T09:09:07.080Z | [4/4] Building fresh packages...
2025-01-20T09:09:23.293Z | $ yarn fix-dev-issues
2025-01-20T09:09:23.469Z | yarn run v1.22.19
2025-01-20T09:09:23.507Z | $ node dev-scripts/copy-localhost-data.js && node dev-scripts/generate-typechain-artifacts.js && node dev-scripts/scss-ts-hack.js
2025-01-20T09:09:23.600Z | Command: "cd src/contract-deployments && cp localhost-dao.example.json localhost-dao.json"
2025-01-20T09:09:23.672Z | Generating typechain artifacts...
2025-01-20T09:09:23.672Z | Command: "yarn typechain --target ethers-v5 --out-dir ./src/contracts/artifacts './src/contracts/abi/**/!(.dbg).json'"
2025-01-20T09:09:26.461Z | Fixing scss TS typings...
2025-01-20T09:09:26.462Z | Replacing "
2025-01-20T09:09:26.462Z | declare module '
.m..." with ""
2025-01-20T09:09:26.474Z | Done in 3.01s.
2025-01-20T09:09:26.488Z | $ husky install
2025-01-20T09:09:26.556Z | husky - Git hooks installed
2025-01-20T09:09:26.561Z | Done in 106.22s.
2025-01-20T09:09:26.753Z | yarn run v1.22.19
2025-01-20T09:09:26.786Z | $ react-app-rewired build
2025-01-20T09:09:28.254Z | Creating an optimized production build...
2025-01-20T09:09:28.412Z | Browserslist: caniuse-lite is outdated. Please run:
2025-01-20T09:09:28.412Z | npx update-browserslist-db@latest
2025-01-20T09:09:28.412Z | Why you should do it regularly: https://github.com/browserslist/update-db#readme
2025-01-20T09:10:57.509Z | Browserslist: caniuse-lite is outdated. Please run:
2025-01-20T09:10:57.509Z | npx update-browserslist-db@latest
2025-01-20T09:10:57.509Z | Why you should do it regularly: https://github.com/browserslist/update-db#readme
2025-01-20T09:11:01.216Z | Compiled successfully.
2025-01-20T09:11:01.216Z | File sizes after gzip:
2025-01-20T09:11:01.440Z | 323.07 kB build/static/js/88.8a1ab86b.js
2025-01-20T09:11:01.440Z | 277.3 kB build/static/js/987.bd1e774a.chunk.js
2025-01-20T09:11:01.440Z | 83.11 kB build/static/js/core-web3.5dcdd63c.js
2025-01-20T09:11:01.440Z | 45.39 kB build/static/js/framework.ec7528a4.js
2025-01-20T09:11:01.440Z | 43.41 kB build/static/js/main.a709fee4.js
2025-01-20T09:11:01.440Z | 16.8 kB build/static/css/main.37d83534.css
2025-01-20T09:11:01.440Z | The project was built assuming it is hosted at ./.
2025-01-20T09:11:01.440Z | You can control this with the homepage field in your package.json.
2025-01-20T09:11:01.440Z | The build folder is ready to be deployed.
2025-01-20T09:11:01.440Z | Find out more about deployment here:
2025-01-20T09:11:01.441Z | https://cra.link/deployment
2025-01-20T09:11:01.568Z | Done in 94.82s.

Deployed to IPFS and got the hash: bafybeifg7f7wxj7pe3qcmgguaqvkauigcryh7mmfb5ezbuobabrsp7tqlu