Skip to content

DS Storybook - add toolbar story#5813

Merged
britt6612 merged 4 commits intomasterfrom
add-toolbar-story
Feb 20, 2026
Merged

DS Storybook - add toolbar story#5813
britt6612 merged 4 commits intomasterfrom
add-toolbar-story

Conversation

@britt6612
Copy link
Collaborator

Deploy Preview

What does this PR do?

adds toolbar story

What are the relevant issues?

related to #5710

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

Screenshots (if appropriate)

Should this PR be mentioned in Design System updates?

Is this change backwards compatible or is it a breaking change?

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for hpe-theme-preview ready!

Name Link
🔨 Latest commit 0c916c5
🔍 Latest deploy log https://app.netlify.com/projects/hpe-theme-preview/deploys/69978b7802037a0008979843
😎 Deploy Preview https://deploy-preview-5813--hpe-theme-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for unrivaled-bublanina-3a9bae ready!

Name Link
🔨 Latest commit 0c916c5
🔍 Latest deploy log https://app.netlify.com/projects/unrivaled-bublanina-3a9bae/deploys/69978b78760e2d00072b7900
😎 Deploy Preview https://deploy-preview-5813--unrivaled-bublanina-3a9bae.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@changeset-bot
Copy link

changeset-bot bot commented Feb 11, 2026

⚠️ No Changeset found

Latest commit: 0c916c5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@britt6612 britt6612 requested a review from jcfilben February 11, 2026 22:06
@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for hpe-design-icons-grommet ready!

Name Link
🔨 Latest commit 0c916c5
🔍 Latest deploy log https://app.netlify.com/projects/hpe-design-icons-grommet/deploys/69978b78b0b0190008fb0e25
😎 Deploy Preview https://deploy-preview-5813--hpe-design-icons-grommet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Collaborator

@jcfilben jcfilben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting a white space around the story
Image

@seanhillweb seanhillweb self-requested a review February 12, 2026 17:42
@britt6612 britt6612 requested a review from jcfilben February 13, 2026 05:41
Copy link
Collaborator

@jcfilben jcfilben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still seeing the white space around the story as noted above

@britt6612 britt6612 requested a review from jcfilben February 17, 2026 20:44
@Sulaymon333 Sulaymon333 self-requested a review February 19, 2026 14:37
import { Data, DataSearch, DataSort, DataSummary, Toolbar } from 'grommet';

// Mock data for the toolbar example
const mockApplications = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove unused data? Or is there plan to pass it down to <Data data={DATA}> to ensure data sort by drop down is not empty like we have on community storybook for data filters?

community storybook
Image

core storybook
Image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added Data as well as DataTable as we decided yesterday in our dev chat

Comment on lines +49 to +57
render: args => {
return (
<Toolbar {...args}>
<DataSearch />
<DataSort drop />
</Toolbar>
);
},
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
render: args => {
return (
<Toolbar {...args}>
<DataSearch />
<DataSort drop />
</Toolbar>
);
},
};
render: args => (
<Toolbar {...args}>
<DataSearch />
<DataSort drop />
</Toolbar>
),
args: {},
} satisfies Story;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines +39 to +41
parameters: {
layout: 'fullscreen',
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parameters: {
layout: 'fullscreen',
},
argTypes: {},

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Sulaymon333
Copy link
Collaborator

It looks like some of the CI workflows are failing

10:15:39 PM:   Error message
10:15:39 PM:   Deploy did not succeed: Deploy directory 'apps/docs/out' does not exist

@britt6612
Copy link
Collaborator Author

It looks like some of the CI workflows are failing

10:15:39 PM:   Error message
10:15:39 PM:   Deploy did not succeed: Deploy directory 'apps/docs/out' does not exist

those are from aries-site so it wont matter for this PR.

@britt6612 britt6612 merged commit 41f1b0d into master Feb 20, 2026
16 of 21 checks passed
@jcfilben jcfilben deleted the add-toolbar-story branch February 20, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants