constellation-analyzer/src/components
Jan-Henrik Bruhn 178292435f feat: apply custom background colors to maximized groups
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>
2025-10-20 15:23:01 +02:00
..
Common feat: add comprehensive bibliography and citation system 2025-10-17 14:43:55 +02:00
Config feat: expand smart import to support additional citation formats 2025-10-17 14:51:06 +02:00
Edges feat: add group minimize/maximize with floating edges and React Flow v12 2025-10-20 11:52:44 +02:00
Editor feat: add group minimize/maximize with floating edges and React Flow v12 2025-10-20 11:52:44 +02:00
Menu feat: add comprehensive bibliography and citation system 2025-10-17 14:43:55 +02:00
Nodes feat: apply custom background colors to maximized groups 2025-10-20 15:23:01 +02:00
Panels fix: update group minimize/maximize button label in real-time 2025-10-20 15:07:54 +02:00
Timeline feat: add group minimize/maximize with floating edges and React Flow v12 2025-10-20 11:52:44 +02:00
Toolbar refactor: move undo/redo to toolbar, simplify left panel 2025-10-10 22:16:05 +02:00
Workspace refactor: replace redundant window.confirm with custom dialog 2025-10-11 22:08:00 +02:00