feat(pptx): update readme and toolbar - #63
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
🟡 Changes recommended
The updated Button disabled styling appears incorrect for data-disabled/focusableWhenDisabled scenarios and should be fixed before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the project’s public-facing docs/README and improves the docs playground UX (icon toolbars with tooltips), while also refactoring the release GitHub Actions workflow to use the newer multi-step Changesets action flow.
Changes:
- Refresh README intro and add a linked layout screenshot.
- Add a reusable tooltip component in
@pptx/uiand use it in docs toolbars (icon buttons + tooltips, layout tweaks). - Restructure
.github/workflows/release.ymlinto select-mode/version/pack/publish jobs with tightened default permissions.
File summaries
| File | Description |
|---|---|
| README.md | Updates top-of-file project description and adds a linked image preview. |
| packages/ui/src/components/tooltip.tsx | Introduces a Base UI tooltip wrapper used by docs UI. |
| packages/ui/src/components/presentation.tsx | Adds a background class to the presentation viewport container. |
| packages/ui/src/components/button.tsx | Adjusts disabled/active styling behavior (notably around data-disabled). |
| apps/docs/src/components/providers.tsx | Wraps docs app in TooltipProvider so tooltips work globally. |
| apps/docs/src/components/presentation-playground.tsx | Converts toolbar to icon buttons with tooltips and tweaks viewport padding/wrapping. |
| apps/docs/src/components/presentation-editing-demo.tsx | Updates demo toolbar to icon buttons with tooltips and adds async error logging helper. |
| .github/workflows/release.yml | Reworks release pipeline into separate Changesets mode selection + version/pack/publish jobs. |
Review details
- Files reviewed: 7/8 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.