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

feat(pilot-app): load route state through URL param #480

Merged
merged 16 commits into from
Jan 9, 2025

Conversation

frontendphil
Copy link
Member

Part of #469

Make it possible to get route state through the URL.

Copy link

vercel bot commented Jan 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zodiac-pilot-example-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 9:59am

@frontendphil frontendphil marked this pull request as draft January 7, 2025 20:42
Copy link

github-actions bot commented Jan 7, 2025

Coverage Report for packages/ui

Status Category Percentage Covered / Total
🔵 Lines 15.36% 128 / 833
🔵 Statements 15.36% 128 / 833
🔵 Functions 16.66% 9 / 54
🔵 Branches 22.44% 11 / 49
File CoverageNo changed files found.
Generated in workflow #453 for commit 3b47945 by the Vitest Coverage Report Action

Copy link

github-actions bot commented Jan 7, 2025

Coverage Report for deployables/extension

Status Category Percentage Covered / Total
🔵 Lines 62.38% 4777 / 7657
🔵 Statements 62.38% 4777 / 7657
🔵 Functions 69.21% 272 / 393
🔵 Branches 79.6% 734 / 922
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
deployables/extension/src/types.ts 100% 100% 100% 100%
deployables/extension/src/panel/execution-routes/createRoute.ts 100% 100% 100% 100%
deployables/extension/src/panel/execution-routes/useRouteConnect.ts 80% 85% 100% 80% 18-27, 52, 74-75
deployables/extension/src/panel/execution-routes/useRouteProvider.ts 76.92% 50% 100% 76.92% 17-19
deployables/extension/src/panel/integrations/safe/kits.ts 50% 33.33% 50% 50% 24-25, 30-31, 37-55
deployables/extension/src/panel/pages/$activeRouteId/transactions/Submit.tsx 17.24% 66.66% 25% 17.24% 40-144, 157-163, 171-176, 189-215
deployables/extension/src/panel/pages/$activeRouteId/transactions/Transaction.tsx 90.17% 50% 83.33% 90.17% 55-57, 104, 109-111, 120, 152-156
deployables/extension/src/panel/pages/$activeRouteId/transactions/Transactions.tsx 72.27% 88.88% 66.66% 72.27% 39-55, 129-146
deployables/extension/src/panel/pages/$activeRouteId/transactions/ContractAddress/index.tsx 100% 100% 100% 100%
deployables/extension/src/panel/pages/routes/edit.$routeId/ChainSelect.tsx 100% 83.33% 100% 100%
deployables/extension/src/panel/pages/routes/edit.$routeId/EditRoute.tsx 86.01% 84% 66.66% 86.01% 117-118, 132-133, 293-294, 296-300, 355-361, 365-374, 392-399, 409, 413-421, 435-437
deployables/extension/src/panel/pages/routes/edit.$routeId/useSafeDelegates.ts 41.66% 66.66% 100% 41.66% 24-47
deployables/extension/src/panel/pages/routes/edit.$routeId/useSafesWithOwner.ts 91.42% 87.5% 100% 91.42% 31-32, 35
deployables/extension/src/panel/pages/routes/edit.$routeId/wallet/ConnectWallet.tsx 79.71% 90.9% 80% 79.71% 46-50, 81-89
deployables/extension/src/panel/pages/routes/edit.$routeId/wallet/SwitchChain.tsx 100% 50% 100% 100%
deployables/extension/src/panel/providers-ui/ProvideProvider.tsx 45.78% 92.3% 66.66% 45.78% 53-70, 76-127, 133-142, 200-217
deployables/extension/src/panel/providers/fork-provider/readOnlyProvider.ts 21.64% 100% 16.66% 21.64% 30-40, 44-45, 48-52, 55-61, 64-119
deployables/extension/src/panel/providers/injected-provider/useConnectProvider.tsx 48.76% 100% 57.14% 48.76% 52-54, 75-79, 91-97, 104-168
deployables/extension/src/panel/providers/wallet-connect/useWalletConnectProvider.ts 100% 100% 100% 100%
deployables/extension/src/panel/transactionTranslations/useApplicableTranslation.ts 67.82% 63.15% 85.71% 67.82% 35-61, 78, 90-95, 107-108, 119-126
deployables/extension/src/panel/transactionTranslations/useGloballyApplicableTranslation.ts 52.1% 77.77% 83.33% 52.1% 29-71, 84-85, 91-95, 114-115, 129-135, 151-157
Generated in workflow #510 for commit 73e4071 by the Vitest Coverage Report Action

Copy link

cloudflare-workers-and-pages bot commented Jan 8, 2025

Deploying zodiac-pilot with  Cloudflare Pages  Cloudflare Pages

Latest commit: 73e4071
Status: ✅  Deploy successful!
Preview URL: https://a52010ed.zodiac-pilot-29m.pages.dev
Branch Preview URL: https://chore-app-setup.zodiac-pilot-29m.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Jan 8, 2025

Deploying zodiac-pilot-connect with  Cloudflare Pages  Cloudflare Pages

Latest commit: 73e4071
Status: ✅  Deploy successful!
Preview URL: https://5cb17bd9.zodiac-pilot.pages.dev
Branch Preview URL: https://chore-app-setup.zodiac-pilot.pages.dev

View logs

@frontendphil frontendphil enabled auto-merge (squash) January 9, 2025 09:58
@frontendphil frontendphil merged commit 1d7c86c into main Jan 9, 2025
16 checks passed
@frontendphil frontendphil deleted the chore/app-setup branch January 9, 2025 10:01
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant