feat: Add demo/sandbox mode for risk-free platform exploration (#98) #66
ci.yml
on: pull_request
Clarinet Check
2s
Contract Tests
Frontend Build
0s
Annotations
13 errors and 4 warnings
|
Clarinet Check
Unable to resolve action hirosystems/clarinet-actions, repository not found
|
|
Frontend Tests
Process completed with exit code 1.
|
|
e2e/app.spec.js:
frontend/e2e/app.spec.js#L3
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:75:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:115:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:282:12
❯ e2e/app.spec.js:3:6
|
|
Frontend Lint:
frontend/src/test/utils.test.js#L56
Unexpected constant truthiness on the left-hand side of a `&&` expression
|
|
Frontend Lint:
frontend/src/test/contract-integration.test.js#L8
'serializeCV' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
Frontend Lint:
frontend/src/test/ErrorBoundary.test.jsx#L2
'fireEvent' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
Frontend Lint:
frontend/src/context/TipContext.jsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Lint:
frontend/src/context/ThemeContext.jsx#L35
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Lint:
frontend/src/context/DemoContext.jsx#L121
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Lint:
frontend/src/components/ui/toast.jsx#L86
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Lint:
frontend/src/components/ui/button.jsx#L50
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Frontend Lint:
frontend/src/components/ui/animated-hero.jsx#L2
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
Frontend Lint:
frontend/src/components/RecentTips.jsx#L31
'totalResults' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
Frontend Lint
React Hook useCallback has missing dependencies: 'demoTips' and 'isDemo'. Either include them or remove the dependency array
|
|
Frontend Lint:
frontend/src/components/RecentTips.jsx#L82
React Hook useCallback has missing dependencies: 'demoTips' and 'isDemo'. Either include them or remove the dependency array
|
|
Frontend Lint
React Hook useCallback has missing dependencies: 'demoPlatformStats' and 'isDemo'. Either include them or remove the dependency array
|
|
Frontend Lint:
frontend/src/components/Leaderboard.jsx#L77
React Hook useCallback has missing dependencies: 'demoLeaderboard' and 'isDemo'. Either include them or remove the dependency array
|