-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add filters to stories #894
Conversation
count={0} // TODO: Add count | ||
> | ||
<div className="flex justify-between min-w-28"> | ||
<p>Sort by:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be label
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, key is the object access key.
Eg. analytics.category in Cookies table
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use the word webStories instead of stories to avoid confusion from the storybook stories
@@ -0,0 +1,40 @@ | |||
/* | |||
* Copyright 2023 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy paste?
Description
This PR creates dumb components (TopBar, Chips, FiltersSidebar) from Table components so they can be reused across other panels.
The stories panel has implemented these components with dummy data.
Also refactoring the code for the table to include these new dumb components has been done.
Relevant Technical Choices
Testing Instructions
Additional Information:
Screenshot/Screencast
Checklist
Fixes #