mirror of
https://github.com/OFFIS-ESC/constellation-analyzer
synced 2026-01-27 07:43:41 +00:00
Maximized groups now display their assigned background color instead of using the hardcoded default gray color. Changes: GroupNode.tsx: - Added background color overlay div in maximized state - Uses data.color property (same as minimized groups) - Positioned absolutely to fill entire group area - Set pointerEvents: 'none' to allow interaction with children index.css: - Changed .react-flow__node-group background to transparent - Changed .react-flow__node-group.selected background to transparent - Inner div now controls the background color This ensures visual consistency between minimized and maximized groups - both now respect the user-selected color from the group properties panel. Benefits: - ✅ Visual consistency between group states - ✅ User-selected colors are always visible - ✅ Better visual organization with color-coded groups - ✅ Matches user expectations for group appearance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| Common | ||
| Config | ||
| Edges | ||
| Editor | ||
| Menu | ||
| Nodes | ||
| Panels | ||
| Timeline | ||
| Toolbar | ||
| Workspace | ||