[feat]: Blok demo file explorer, tooltip updates, and CI pnpm migration#726
Merged
Conversation
…mo_improvement
fix(ci): migrate GitHub Actions from npm to pnpm
feat(docsite): Code tab file explorer, demo mock data split, and themed UI polish
[Fix]: Tooltip Provider
[feat]: Blok demo file explorer, tooltip fix, and CI pnpm migration
[fix] mount TooltipProvider in root layout and update installation guide
Tooltip provider bug fix
[fix] removed redundant mock data
Redundant mock data
[Update]: Changelog - May
Change log for the month of May 2026
scrollable towards the title section fix
scrollable towards the title section fix
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| Metric | Count |
|---|---|
| Total Tests | 0 |
| ✅ Passed | 0 |
| ❌ Failed | 0 |
| ⏭️ Skipped | 0 |
Component Installation
- Registry URL:
https://blok.sitecore.com(production) - Components were installed and tested using the production registry
Details
- Repository:
Sitecore/blok - Branch:
726/merge - Commit:
17df54281df7286803cae50473d239d066462465 - Author: @sc-ArshadHannan
- Workflow Run: View Details
- Pull Request: View PR
Test Report
- Playwright Report: Download Report
- Download the
playwright-reportartifact from the workflow run - Extract and open
index.htmlin a browser to view the full HTML report - The report includes detailed test results, screenshots, and traces
- Download the
Unable to parse test results. Please check the workflow logs for details.
This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users.
SC-vishathamarasinghe
approved these changes
Jun 8, 2026
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.
Summary
This release adds a file explorer Code tab for blok demos, fixes and documents tooltip usage with a single app-level provider, migrates GitHub Actions from npm to pnpm, and publishes May 2026 changelog entries.
Description
Blok demos — file explorer Code tab
DemoCodeExplorer: file-tree sidebar plus syntax-highlighted code pane on the Code tab for multi-file blok demos.FileTreeUI component and docsite utilities (demo-code-files.ts,load-demo-code-files.ts,blok-demo-code-files.ts).DemoTabacceptscodeFiles; primitives without multiple files still use the single-fileCodeBlock.*.mock-data.ts/ helper modules so the explorer reflects real file structure (demo, mock data, component source).min-w-0,overflow-x-hidden,contentClassName/wrapperClassName) so wide blok demos don’t cause horizontal scroll.pinned-site→site-card).Tooltip — provider fix and documentation
TooltipProviderfrom theTooltipcomponent.TooltipProviderinsrc/app/layout.tsx.TooltipProviderin the root layout instead of per-instance.CI — npm → pnpm
setup-appandrun-testscomposite actions migrated to pnpm (pnpm install --frozen-lockfile,pnpm run build,pnpm exec playwright).setup-appvia optionalregistry-urlinput.pr-build-checkworkflow simplified accordingly.Changelog and docs
update-sonner-documentation.tsx).idmoved to the section heading withscroll-mt-20so in-page links scroll to the title correctly.Supporting changes
shiki-highlighter.tsfor cached syntax highlighting;CodeCopyButtonextracted fromCodeBlock.globals.css.Scope: 62 files changed (~+3,081 / −3,062 lines).
Related issue