Skip to content

docs(expo): use emoji in feature support tables - #2013

Merged
dinwwwh merged 3 commits into
middleapi:mainfrom
dinwwwh:claude/emoji-tick-x-expo-docs-182aa0
Sep 12, 2026
Merged

docs(expo): use emoji in feature support tables#2013
dinwwwh merged 3 commits into
middleapi:mainfrom
dinwwwh:claude/emoji-tick-x-expo-docs-182aa0

Conversation

@dinwwwh

@dinwwwh dinwwwh commented Sep 12, 2026

Copy link
Copy Markdown
Member

The Expo adapter page now marks feature support with ✅, 🟡, and ❌ instead of Yes/No and Works/Fails. The two "+ polyfill" columns are folded into the plain Fetch and WebSocket columns, so the table is half as wide and each cell states its own condition.

Changes

  • Feature Support table has three columns: Feature, Fetch, WebSocket.
  • 🟡 marks cells that work with a condition, stated inline: "buffered" for streamed uploads over fetch, and "with the Blob polyfill" for the File and Blob cases that need it.
  • Nested binary table uses the same 🟡 cell for fetch uploads.
  • Both tables are column-aligned like the other aligned tables in the docs.

Testing

  • Content-only change to one MDX file; no code or build affected.

Replace the Yes/No and Works/Fails cells in the Expo adapter's feature
support tables with ✅ and ❌ and align the table columns, matching the
style used by the rate limit adapters table.
@pkg-pr-new

pkg-pr-new Bot commented Sep 12, 2026

Copy link
Copy Markdown
More templates

@orpc/ai-sdk

npm i https://pkg.pr.new/@orpc/ai-sdk@2013

@orpc/arktype

npm i https://pkg.pr.new/@orpc/arktype@2013

@orpc/bun

npm i https://pkg.pr.new/@orpc/bun@2013

@orpc/client

npm i https://pkg.pr.new/@orpc/client@2013

@orpc/cloudflare

npm i https://pkg.pr.new/@orpc/cloudflare@2013

@orpc/contract

npm i https://pkg.pr.new/@orpc/contract@2013

@orpc/experimental-effect

npm i https://pkg.pr.new/@orpc/experimental-effect@2013

@orpc/evlog

npm i https://pkg.pr.new/@orpc/evlog@2013

@orpc/hibernation

npm i https://pkg.pr.new/@orpc/hibernation@2013

@orpc/json-schema

npm i https://pkg.pr.new/@orpc/json-schema@2013

@orpc/experimental-msw

npm i https://pkg.pr.new/@orpc/experimental-msw@2013

@orpc/nest

npm i https://pkg.pr.new/@orpc/nest@2013

@orpc/next

npm i https://pkg.pr.new/@orpc/next@2013

@orpc/node

npm i https://pkg.pr.new/@orpc/node@2013

@orpc/openapi

npm i https://pkg.pr.new/@orpc/openapi@2013

@orpc/opentelemetry

npm i https://pkg.pr.new/@orpc/opentelemetry@2013

@orpc/pinia-colada

npm i https://pkg.pr.new/@orpc/pinia-colada@2013

@orpc/pino

npm i https://pkg.pr.new/@orpc/pino@2013

@orpc/publisher

npm i https://pkg.pr.new/@orpc/publisher@2013

@orpc/ratelimit

npm i https://pkg.pr.new/@orpc/ratelimit@2013

@orpc/server

npm i https://pkg.pr.new/@orpc/server@2013

@orpc/shared

npm i https://pkg.pr.new/@orpc/shared@2013

@orpc/swr

npm i https://pkg.pr.new/@orpc/swr@2013

@orpc/tanstack-query

npm i https://pkg.pr.new/@orpc/tanstack-query@2013

@orpc/trpc

npm i https://pkg.pr.new/@orpc/trpc@2013

@orpc/valibot

npm i https://pkg.pr.new/@orpc/valibot@2013

@orpc/zod

npm i https://pkg.pr.new/@orpc/zod@2013

commit: da6f60f

@codecov

codecov Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 30 untouched benchmarks


Comparing dinwwwh:claude/emoji-tick-x-expo-docs-182aa0 (bf7ffe7) with main (8b4ee55)

Open in CodSpeed

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes

  • Feature Support tableYes/No cells in apps/content/docs/adapters/expo.mdx replaced with ✅/❌, while Buffered cells remain text because they describe partial support.
  • Nested binary tableWorks with the Blob polyfill becomes ✅ with the Blob polyfill, and both Fails cells become ❌.
  • Column alignment — both tables are padded so the pipes line up.

Every emoji maps 1:1 to the previous Yes/No/Fails value, so the support matrix says exactly what it said before; this is a pure presentation change with no code or build surface.

Pullfrog  | View workflow run | Using openrouter/deepseek/deepseek-v4.1-flash (free via Pullfrog for OSS) | 𝕏

Collapse the feature support table to Fetch and WebSocket columns and
mark cells that only work when buffered or with the Blob polyfill as 🟡
with the condition inline.
Restore the two notes on buffered fetch uploads and nested binary over
WebSocket, and tie them to the 🟡 cells in the table.
@dinwwwh
dinwwwh merged commit aae3814 into middleapi:main Sep 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant