diff options
| author | soryu <soryu@soryu.co> | 2026-01-27 02:56:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-27 02:56:52 +0000 |
| commit | ee45906b07d1032afaf8a56cce48826bea0c3f8b (patch) | |
| tree | 21b4c7c628f24708d737e5a7742dc66901ea3e1c /frontend/src/components | |
| parent | f6d5692eb1e290689df516cec6fe77f07d419783 (diff) | |
| download | soryu-ee45906b07d1032afaf8a56cce48826bea0c3f8b.tar.gz soryu-ee45906b07d1032afaf8a56cce48826bea0c3f8b.zip | |
Fix history page contracts dropdown overflow (#38)
* Add comprehensive Red Team system specification
Defines the adversarial review feature for contracts that monitors work tasks
in real-time to catch quality issues, plan deviations, and standards violations.
Key components specified:
- Contract configuration (red_team_enabled, red_team_prompt)
- Red team task lifecycle and spawning logic
- makima red-team notify CLI command for supervisor alerts
- Task output subscription for real-time monitoring
- Database schema changes (contracts, tasks, notifications table)
- API endpoints for notification and status
- System prompt template for red team behavior
- Security considerations and access control
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Task completion checkpoint
* Task completion checkpoint
* Task completion checkpoint
* Fix history page contracts dropdown overflow
Replace native HTML <select> with custom dropdown component that:
- Uses max-h-[300px] with overflow-y-auto for scrollable list
- Positions with z-50 to not interfere with other elements
- Closes on click outside via mousedown event listener
- Shows chevron indicator with rotation animation
- Maintains dark theme styling with blue accents
- Highlights selected contract with visual feedback
Fixes issue where long contract lists caused page overflow
and obscured date filter inputs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* [WIP] Heartbeat checkpoint - 2026-01-27 02:48:59 UTC
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'frontend/src/components')
0 files changed, 0 insertions, 0 deletions
