Merge branch 'main' into tab-routing
Showing
.gitattributes
0 → 100644
.husky/post-checkout
0 → 100755
.husky/post-commit
0 → 100755
.husky/post-merge
0 → 100755
.husky/pre-push
0 → 100755
.vscode/extensions.json
0 → 100644
.vscode/tasks.json
0 → 100644
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
data/txInternal.ts
deleted
100644 → 0
data/txLogs.ts
deleted
100644 → 0
lib/consts.ts
0 → 100644
| ... | @@ -13,7 +13,9 @@ | ... | @@ -13,7 +13,9 @@ |
| "start": "next start", | "start": "next start", | ||
| "lint:eslint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx", | "lint:eslint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx", | ||
| "prepare": "husky install", | "prepare": "husky install", | ||
| "format-svg": "./node_modules/.bin/svgo -r ./icons" | "format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
| "test-ct": "playwright test -c playwright-ct.config.ts", | |||
| "test-docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.27.0-focal ./run-tests.sh" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@chakra-ui/react": "2.3.1", | "@chakra-ui/react": "2.3.1", | ||
| ... | @@ -24,7 +26,9 @@ | ... | @@ -24,7 +26,9 @@ |
| "@tanstack/react-query": "^4.0.10", | "@tanstack/react-query": "^4.0.10", | ||
| "@tanstack/react-query-devtools": "^4.0.10", | "@tanstack/react-query-devtools": "^4.0.10", | ||
| "@types/react-scroll": "^1.8.4", | "@types/react-scroll": "^1.8.4", | ||
| "bignumber.js": "^9.1.0", | |||
| "dayjs": "^1.11.5", | "dayjs": "^1.11.5", | ||
| "ethers": "^5.7.1", | |||
| "framer-motion": "^6", | "framer-motion": "^6", | ||
| "lodash": "^4.0.0", | "lodash": "^4.0.0", | ||
| "next": "12.2.5", | "next": "12.2.5", | ||
| ... | @@ -40,6 +44,7 @@ | ... | @@ -40,6 +44,7 @@ |
| "use-font-face-observer": "^1.2.1" | "use-font-face-observer": "^1.2.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@playwright/experimental-ct-react": "^1.26.1", | |||
| "@types/node": "17.0.36", | "@types/node": "17.0.36", | ||
| "@types/react": "18.0.9", | "@types/react": "18.0.9", | ||
| "@types/react-dom": "18.0.5", | "@types/react-dom": "18.0.5", | ||
| ... | @@ -51,6 +56,7 @@ | ... | @@ -51,6 +56,7 @@ |
| "eslint-plugin-regexp": "^1.7.0", | "eslint-plugin-regexp": "^1.7.0", | ||
| "husky": "^8.0.0", | "husky": "^8.0.0", | ||
| "lint-staged": ">=10", | "lint-staged": ">=10", | ||
| "playwright": "^1.26.1", | |||
| "svgo": "^2.8.0", | "svgo": "^2.8.0", | ||
| "typescript": "4.7.2" | "typescript": "4.7.2" | ||
| }, | }, | ||
| ... | ... |
playwright-ct.config.ts
0 → 100644
playwright/index.html
0 → 100644
playwright/index.ts
0 → 100644
run-tests.sh
0 → 100755
types/api/block.ts
0 → 100644
types/api/reward.ts
0 → 100644
types/api/tx.ts
deleted
100644 → 0
ui/apps/CategoriesMenu.tsx
0 → 100644
ui/shared/CurrencyValue.tsx
0 → 100644
ui/shared/Utilization.pw.tsx
0 → 100644
This diff is collapsed.
ui/tx/logs/TxLogSkeleton.tsx
0 → 100644
This diff is collapsed.