-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem: The codebase contains several deprecated or dead code artifacts:
MessageInput.tsxis marked@deprecatedbut still presentInstruction.tsxhas a dead CSS class (overridden on the same line)globals.csshas duplicated @layer base blocks and redundant body styles- Dark mode CSS variables are fully defined but never used
attempts.tscontains a @todo Remove this logic comment on legacy research group code
Proposed Solution
- Delete
MessageInput.tsx(verify no remaining imports) - Clean up
Instruction.tsxredundant class - Consolidate duplicated CSS layers in globals.css
- Remove or gate the unused dark mode CSS
- Address the TODO in
attempts.ts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels