[GEN-1837]: "other agent" for new UI #1994
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes focused on improving the user interface and functionality of the
frontend/webapp
components. The most important changes include refactoring theConfiguredDestinationsList
component, enhancing theDataTab
component, and adding new features to handle specific conditions in theSourceDrawer
.Refactoring and UI Improvements:
frontend/webapp/containers/main/destinations/add-destination/configured-destinations-list/index.tsx
: RefactoredConfiguredDestinationsListItem
to useDataTab
instead of custom-styled components, simplifying the code and improving maintainability. [1] [2] [3]Enhancements to
DataTab
Component:frontend/webapp/reuseable-components/data-tab/index.tsx
: Enhanced theDataTab
component by adding support for extended content, actions, and monitor labels. This change improves the flexibility and usability of the component. [1] [2] [3]Handling Specific Conditions in
SourceDrawer
:frontend/webapp/containers/main/sources/source-drawer-container/index.tsx
: Added logic to detect the presence of other agents inSourceDrawer
and updated the container details accordingly. This change helps in providing more accurate information to the user. [1] [2]Additional UI Adjustments:
frontend/webapp/reuseable-components/condition-details/index.tsx
: Adjusted the alignment of theExtendIcon
in theConditionDetails
component to improve visual consistency.frontend/webapp/reuseable-components/extend-icon/index.tsx
: Updated theExtendIcon
component to support center alignment, enhancing its flexibility in various layouts.These changes collectively enhance the user experience and maintainability of the codebase.