Conversation
feat- Enhance Blok Filter with Selected-State Highlight, Infinite Scrolling, and Footer Support - staging
…p-icon feat(bloks): add Marketplace app icon with image and letter fallback
…p-icon (fix) removed shadcn page and image broken example
…p-icon removed size names
[feat]: Support Sonner 2.0.8 loading toast styling
fix- filter component registry dependency
[feat]: Support Sonner 2.0.8 loading toast styling
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ Playwright Test ResultsStatus: Passed | Workflow: Playwright Tests
Component Installation
Details
Test Report
All tests passed successfully! This is an automated notification from GitHub Actions. Email notifications are sent to mentioned users. |
sc-ArshadHannan
marked this pull request as ready for review
September 24, 2026 10:37
SC-vishathamarasinghe
approved these changes
Sep 24, 2026
sc-vijith
approved these changes
Sep 24, 2026
This branch was successfully deployed
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
toast.loading()with the info background on Sonner 2.0.8.Description
Marketplace app icon
New blok for an application icon. It renders the image when
srcis set, and a single letter from the app name when the image is missing or fails to load. The fallback color is chosen from the app name, or fromcolorSeedwhen the name can change. Sizes arexs,sm,md,lg, andxlg.Filter
A filter trigger stays highlighted while the menu is open or a value is selected. Single and multi select lists can load more options on scroll, with a spinner while the next page loads and an optional footer such as
12 of 240. Search can be handled by the parent throughonSearchChangeinstead of filtering the already loaded options. The filter registry entry includes the spinner dependency used by that loading state.Sonner
sonneris updated to 2.0.8.classNames.defaultnow applies only to toasts with no type, sotoast.loading()needs its own class. The toaster setsloading: "!bg-info-bg".Testing instructions
toast.loading()and confirm the toast uses the info background, not the dark default. Check info, success, warning, and error toasts still use their own backgrounds.