Add a notification panel section to the workspace page - #4224
Open
twjeffery wants to merge 3 commits into
Open
Conversation
|
Preview links
Built from commit 1625fa5. Previews are removed automatically when this PR closes. |
twjeffery
marked this pull request as ready for review
August 13, 2026 07:01
ArakTaiRoth
reviewed
Aug 13, 2026
ArakTaiRoth
reviewed
Aug 21, 2026
| - case-management | ||
| - dashboard | ||
| - pattern | ||
| components: |
Collaborator
There was a problem hiding this comment.
work-side-notification-panel isn't added here in the Components section, should it be?
Collaborator
Author
There was a problem hiding this comment.
Good catch, I added it. It feeds the search index and the examples grid, so without it the workspace page wouldn't come up when someone searches that component.
I also added workspace-layout, data-grid and push-drawer, since they're all workspace-specific and were missing too.
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.
Fixes #4223
Before (the change)
The workspace product type page documents four interaction patterns: data views, sidebar navigation, sticky action bar, and push drawer. There is nothing for the notification panel, even though it shipped, has its own component page, and opens from the work side menu that this same page documents as the primary navigation.
The thumbnail for it has been sitting in the repo since 2026-04-30 and is referenced nowhere, so the section looks like it was intended and never written.
After (the change)
A Notifications section under Interaction patterns, in the same shape and weight as the ones beside it: an opening paragraph, a short list, a couple of closing lines, and one image.
The thumbnail is recaptured rather than reused. The existing image showed notification items with text badges ("New", "Urgent"), which the shipped component does not render.
WorkSideNotificationItemrenders its badge as icon only, derived from the item's type:There is no
contentattribute, so shipping the old image would have documented an interface the component cannot produce. The new capture is taken from the template at 1440x900 with a 2x device pixel ratio, giving 2880x1800, which matches the other workspace thumbnails.No code changes.
Note for the reviewer
This touches the same file as #4222, which is open for review now. The two changes are about 165 lines apart in that file, so they merge cleanly in either order. Happy to rebase whichever one lands second.
Make sure that you've checked the boxes below before you submit the PR
Steps needed to test