-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(List): Add pre-filtering to list #1256
base: main
Are you sure you want to change the base?
Conversation
Coverage Report for ./packages/components/
File Coverage
|
return ( | ||
<SettingsProvider storageKey="domainList" type="localStorage"> | ||
<Section> | ||
<Alert>This two lists have the same settingsKey ("Domains")</Alert> |
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.
These statt this
/> | ||
</DefaultDomainList> | ||
|
||
<Heading>Fixed filters</Heading> |
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.
ich glaub ich check den Sinn der Sache noch nicht, das kommt doch aufs gleiche raus wie mit dem defaultSelected (außer dass es die User Settings überschreibt)
ich hät jetzt eher vermutet dass man die selected filter dann auch garnicht rausnehmen kann
Closes #1177