Skip to content

chore: remove examples, consolidate sample apps#2917

Open
alex-connolly wants to merge 2 commits into
mainfrom
chore/remove-examples-consolidate-sample-apps
Open

chore: remove examples, consolidate sample apps#2917
alex-connolly wants to merge 2 commits into
mainfrom
chore/remove-examples-consolidate-sample-apps

Conversation

@alex-connolly

Copy link
Copy Markdown
Contributor

Summary

  • Delete the entire examples/ tree — no longer consumed by Mintlify docs (only linked from the old Docusaurus site), and CI example build/test job removed with it
  • Drop unused dex and bridge sample apps (internal packages already exercised via Checkout)
  • Merge Checkout SDK + widgets playgrounds into one packages/checkout/sample-app (SDK methods under /sdk)
  • Rename remaining sample apps to sample-app (@imtbl/{passport,checkout,audience}-sample-app)
  • Remove leftover local packages/x-provider path / CODEOWNERS entry (package already removed from main)

Test plan

  • PR CI passes (no build-lint-test-examples job)
  • pnpm install succeeds with updated workspace
  • pnpm --filter @imtbl/passport-sample-app exec echo ok (and checkout/audience equivalents)
  • Checkout sample: pnpm --filter @imtbl/checkout-sample-app start — home lists widgets + /sdk routes
  • Passport deploy workflow path still builds @imtbl/passport-sample-app (S3 prefix unchanged)

Made with Cursor

Delete the unused examples/ tree (orphaned after the Mintlify docs
migration) and trim sample apps: drop dex/bridge samples, merge the
checkout playgrounds into one sample-app, and rename remaining apps
to sample-app.

Co-authored-by: Cursor <cursoragent@cursor.com>
@alex-connolly
alex-connolly requested review from a team as code owners July 26, 2026 04:42
@github-actions

Copy link
Copy Markdown

⚠️ Audience Bundle Size — @imtbl/audience

Metric Size Delta vs main (f8ac366)
Gzipped 21683 bytes (21.17 KB) 0 bytes
Raw (minified) 63197 bytes 0 bytes

Budget: 24.00 KB gzipped (warn at 20.00 KB)

⚠️ Approaching budget — gzipped size exceeds 20.00 KB warning threshold.

@nx-cloud

nx-cloud Bot commented Jul 26, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 262bb6b

Command Status Duration Result
nx affected -t build,lint,test ✅ Succeeded 37s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-26 04:56:14 UTC

Move passport.connectEvm() into useEffect so Vite production builds
do not fail on environments that lack top-level await.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant