Feat: Advanced filter (#7700)

Design:


![twenty-advanced-filters-design](https://github.com/user-attachments/assets/7d99971c-9ee1-4a78-a2fb-7ae5a9b3a836)

Not ready to be merged yet!

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
ad-elias
2024-10-24 16:59:59 +02:00
committed by GitHub
parent 1dfeba39eb
commit 315820ec86
99 changed files with 3349 additions and 1079 deletions

View File

@ -126,6 +126,7 @@ export {
IconFileZip,
IconFilter,
IconFilterOff,
IconFilterCog,
IconFocusCentered,
IconForbid,
IconFunction,
@ -151,6 +152,7 @@ export {
IconLayoutSidebarLeftCollapse,
IconLayoutSidebarRightCollapse,
IconLayoutSidebarRightExpand,
IconLibraryPlus,
IconLink,
IconLinkOff,
IconList,

View File

@ -3,7 +3,6 @@ export * from './components';
export * from './display';
export * from './feedback';
export * from './input';
export * from './feedback';
export * from './layout';
export * from './navigation';
export * from './testing';