iachat/app/javascript/dashboard
Shivam Mishra 27bce50210
fix: Incorrect date parsing in matchesFilter (#11679)
The `matchesFilter` is a utility that checks the incoming payload
against a filter and returns `true` or `false`.
For the `greater_than` and `less_than` filter specifically, the date
parsing would fail when the timestamp was a 10 digit number.

This PR solves this by adding a `coerceToDate` method that tries to
parse the given value to a Date object as correctly as possible before
comparing.

Ref: https://github.com/chatwoot/utils/pull/53
2025-06-05 19:38:56 -05:00
..
api feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
assets fix: Design issues with profile settings style (#11630) 2025-05-29 12:07:05 -06:00
components feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
components-next feat(ee): Add transcription support for audio messages (#11670) 2025-06-05 18:29:37 -05:00
composables feat: auto resolve label option and fixes (#11541) 2025-06-04 14:53:24 +05:30
constants feat: Add rich text support for widget welcome tagline (#11666) 2025-06-05 14:13:46 -05:00
helper feat: Add conversation delete feature (#11677) 2025-06-05 15:53:17 -05:00
i18n feat(ee): Add transcription support for audio messages (#11670) 2025-06-05 18:29:37 -05:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: Add rich text support for widget welcome tagline (#11666) 2025-06-05 14:13:46 -05:00
routes feat(ee): Add transcription support for audio messages (#11670) 2025-06-05 18:29:37 -05:00
store fix: Incorrect date parsing in matchesFilter (#11679) 2025-06-05 19:38:56 -05:00
App.vue feat: Upgrade page instead of banner (#11202) 2025-03-28 02:28:17 -07:00
featureFlags.js feat: Instagram Inbox using Instagram Business Login (#11054) 2025-04-08 10:47:41 +05:30