bb-plane-fork/apps/web/core/components
Prateek Shourya cfb4a8212c
[WEB-5099] improvement: enhance rich filters with new components and configurations (#7916)
* feat: enhance rich filters with new components and configurations

- Added `AdditionalFilterValueInput` for unsupported filter types.
- Introduced `FilterItem` and related components for better filter item management.
- Updated filter configurations to include new properties and support for multiple values.
- Improved loading states and error handling in filter components.
- Refactored existing filter logic to streamline operations and enhance performance.

* Refactor rich filters component structure and enhance filter item functionality

- Moved AddFilterButton and AddFilterDropdown to a new directory structure for better organization.
- Updated FilterItemProperty to handle filter selection and condition updates more effectively.
- Enhanced the FilterInstance class with methods to update condition properties and operators, improving filter management.
- Added new functionality to handle invalid filter states and improve user feedback.

* [WEB-5111] feat: add 'created_at' and 'updated_at' filters to work item configuration

- Introduced new filter configurations for 'created_at' and 'updated_at' in the work item filters.
- Updated relevant components to utilize these new filters, enhancing filtering capabilities.
- Added corresponding filter configuration functions in the utils for better date handling.

* fix: build
2025-10-14 01:39:24 +05:30
..
account [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
analytics [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
api-token [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
archives [WEB-4951] [WEB-4884] feat: work item filters revamp (#7810) 2025-09-19 18:27:36 +05:30
auth-screens [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
automation [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
chart chore: format files using prettier (#7364) 2025-07-08 20:41:11 +05:30
command-palette [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
comments [WIKI-668] fix: comments mention #7874 2025-09-30 15:27:41 +05:30
common [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
core [WEB-5119] chore: remove any deprecated toast instances from the plane/ui page (#7943) 2025-10-14 00:08:00 +05:30
cycles [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
dropdowns [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
editor [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
empty-state [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
estimates [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
exporter [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
gantt-chart [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
global [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
home [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
icons [WEB-4724] feat: migrate tooltips from blueprintjs to base-ui (#7646) 2025-09-02 18:19:56 +05:30
inbox [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
instance [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
integration [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
issues [WEB-5029] chore: updates icons for title and description #7862 2025-10-14 00:09:50 +05:30
labels [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
license [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
modules [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
onboarding [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
pages [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
preferences chore: move all services inside the apps folder (#7321) 2025-07-03 00:44:13 +05:30
profile [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
project [WEB-5119] chore: remove any deprecated toast instances from the plane/ui page (#7943) 2025-10-14 00:08:00 +05:30
project-states [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
readonly [WEB-5127] chore: added readonly properties + fixed state dropdown + added additional props to issue modal (#7949) 2025-10-11 16:18:32 +05:30
rich-filters [WEB-5099] improvement: enhance rich filters with new components and configurations (#7916) 2025-10-14 01:39:24 +05:30
settings [WEB-4934] dev: propel button implementation (#7859) 2025-09-30 15:31:00 +05:30
sidebar [WEB-4779] chore: app sidebar wrapper component for consistency and reusability (#7655) 2025-08-27 20:46:43 +05:30
stickies [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
ui [WEB-5027] fix: replace lodash package with lodash-es (#7856) 2025-09-26 17:59:31 +05:30
user [WEB-4552] chore: minor design changes for home #7459 2025-07-23 14:30:25 +05:30
views [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
web-hooks [WEB-4976]chore: propel toast implementation (#7832) 2025-10-07 23:37:10 +05:30
work-item-filters [WEB-5099] improvement: enhance rich filters with new components and configurations (#7916) 2025-10-14 01:39:24 +05:30
workspace [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30
workspace-notifications [WEB-5129] feat: icons revamp (#7945) 2025-10-13 19:43:24 +05:30