fix(operator-agents): redesign plugin DnD for visibility + fix host-list overflow#271
Open
Weegy wants to merge 2 commits into
Open
fix(operator-agents): redesign plugin DnD for visibility + fix host-list overflow#271Weegy wants to merge 2 commits into
Weegy wants to merge 2 commits into
Conversation
…ist overflow - Add min-w-0 to the tile content column so the truncate on metadata actually shrinks instead of forcing the card to grow — root cause of the horizontal overflow on plugins with large network_outbound lists (e.g. Dynamics 365 CRM). - Replace the inline comma-joined host dump with a compact 'N hosts' chip (Globe icon, full list in the title tooltip). - Larger, scannable tiles: dedicated drag-handle rail, clearer name/id hierarchy, rounded-lg cards with hover elevation. - Column redesign: status dot + count pill, emerald accent for the Attached column, dashed drop-zone hint with active highlight. - Disabled (inactive) plugins dim; active toggle uses an accent checkbox. - Match DragOverlay to the new tile style. - New i18n keys: networkHosts (plural), networkHostsTitle (en + de).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Was
Redesign des Plugin-Drag-and-Drop-Bereichs auf
/operator/agentsfür bessere Lesbarkeit/UX — und Fix des horizontalen Overflow-Bugs (siehe Screenshot: Dynamics 365 CRM mit langernetwork_outbound-Liste sprengt die Karte nach rechts).Root Cause des Overflows
Die Content-Spalte der Tile war
flex-1ohnemin-w-0. Mit Flexbox-Defaultmin-width:autokonnte dastruncateder Metadaten-Zeile nicht greifen — eine lange Host-Liste zwang die ganze Karte zu wachsen und aus dem Viewport zu laufen.min-w-0lässt das Truncation wieder wirken.Änderungen (
web-ui/app/operator/agents/_components/PluginsDnd.tsx)min-w-0auf Content-Spalte + Columns; Metadaten-Chips truncaten statt die Karte zu dehnen.🌐 N hosts-Chip (Globe-Icon, volle Liste im Title-Tooltip). Der große Lesbarkeits-Gewinn für die Dynamics-Zeile.rounded-lgKarten mit Hover-Elevation; inaktive Plugins gedimmt.networkHosts(Plural) +networkHostsTitleinen.jsonundde.json.Validierung
npm run i18n:checkOK (1166 keys, en/de)eslintclean (exit 0)tsc --noEmitclean (exit 0)