SubashMohan

Results 11 issues of SubashMohan

This pull request includes several changes to integrate and test a new slim document retrieval feature for the Zendesk connector. The most important changes include adding new environment variables, updating...

This pull request includes integration tests for Slack bot interactions and configurations ### Slack Connector Enhancements: * Updated the `get_channel_messages` function in `backend/onyx/connectors/slack/connector.py` to handle cases where the `is_member` field...

## Description This pull request refactors how user files are handled and passed through the chat message processing pipeline, with a focus on distinguishing files attached to personas from those...

## Description Addressed below issues and few other small fixes in this PR. https://linear.app/danswer/issue/DAN-2885/i-feel-like-the-padding-is-not-ideal-here https://linear.app/danswer/issue/DAN-2901/projects-sidebar-look https://linear.app/danswer/issue/DAN-2886/long-file-names-should-do-instead-of-just-truncating https://linear.app/danswer/issue/DAN-2887/add-files-modal-issues https://linear.app/danswer/issue/DAN-2836/enhance-allow-rename-project-title-from-the-main-project-screen ## How Has This Been Tested? Tested from UI ## Additional Options...

## Description This pull request refactors the onboarding flow UI and logic for LLM provider setup, focusing on improved code organization, maintainability, and user experience. The main changes include extracting...

## Description This pull request introduces a new, highly flexible `InputComboBox` component to the frontend, designed to replace and extend the functionality of the existing input/select controls. It provides a...

## Description This pull request makes a minor UI adjustment by removing the fixed width (`w-40`) from containers that wrap `FileCard` components in two locations. This will allow the file...

## Description This pull request introduces a new mechanism to prevent accidental closing of modals when the user has typed into any input field inside the modal. The changes add...

## Description This pull request refactors the modal components across the admin and chat interfaces to use the new `Modal` implementation from `@/refresh-components/modals/NewModal`, replacing older modal components and standardizing modal...

## Description This pull request refactors the file selection modal used in the assistant and project context panels, replacing the previous `UserFilesModalContent` and `CoreModal` implementation with a new, more feature-rich...