Improvements for joe#1217
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces several UI adjustments, configuration updates, and bug fixes. Key changes include increasing API client timeouts to 60 seconds, fixing a typo in the session storage key for column visibility, refactoring the column picker component to use callbacks instead of an effect, and deduplicating parallel request timeout toasts. It also updates the comparator parsing logic to require separators for alphabetic operators.
Feedback is provided regarding a critical issue in the updated regular expression in getSearchByConditions.ts: because the regex is matched against a lowercase string, the uppercase T and Z in the character class will fail to match ISO timestamps. Additionally, trailing spaces are not handled, which can cause parsing failures. A suggestion has been provided to resolve both issues.
No description provided.