v1.0.1-greatwall
edeNFed
released this
06 Jan 11:01
·
485 commits
to main
since this release
[GEN-1700] Add other agent detection (#1727) This pull request includes updates to the `DetectedContainers` component in the `frontend/webapp` directory. The changes enhance the user interface and improve the handling of detected languages and agents. UI Enhancements: * [`frontend/webapp/components/overview/sources/detected-containers/index.tsx`](diffhunk://#diff-37ab49243eec9831d4ec80b017423789fb6db91dc1cd32bc4a5f591b7961b8ddR25-R27): Added a border, border-radius, and padding to the `Container` styled component. Functionality Improvements: * [`frontend/webapp/components/overview/sources/detected-containers/index.tsx`](diffhunk://#diff-37ab49243eec9831d4ec80b017423789fb6db91dc1cd32bc4a5f591b7961b8ddR13): Updated the `DetectedContainers` component to handle a new optional `other_agent` property in the `Language` interface, and display a warning message if another agent is detected. [[1]](diffhunk://#diff-37ab49243eec9831d4ec80b017423789fb6db91dc1cd32bc4a5f591b7961b8ddR13) [[2]](diffhunk://#diff-37ab49243eec9831d4ec80b017423789fb6db91dc1cd32bc4a5f591b7961b8ddL48-R80)