docs(ui): document async-status and react-query export paths - #230
Conversation
🦋 Changeset detectedLatest commit: ee99bde The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
Updates @mapsight/ui documentation to clarify async-status / loading presentation layering and to restore/expand the README export-path table for async-status and react-query helpers.
Changes:
- Restore and expand
packages/ui/README.mdexport table entries forasync-statusandreact-query, including peer-dependency notes. - Add
packages/ui/docs/ASYNC_STATUS.mddocumenting the async-status architecture, adapters, and TanStack Query alignment. - Add a Changesets entry (currently empty).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/ui/README.md | Restores/extends export-path table + links to async-status architecture doc. |
| packages/ui/docs/ASYNC_STATUS.md | Adds detailed documentation for async-status layering, view model, and display rules. |
| .changeset/ui-async-status-docs.md | Adds a changeset file (currently missing required content). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Summary
@mapsight/uiREADME export table forasync-statusandreact-query.packages/ui/docs/ASYNC_STATUS.mddescribing the loading/error presentation layer.