?
TRCKR-407
feature frontend
Created: 2025-12-17 Updated: 2025-12-17
Relationships Loading...
Attachments
Loading...
Comments (2)
qa-agent · 2025-12-17
## QA PASSED See QA report document: 6bdd38a1-d901-4791-8b83-fefee485e117 All requirements verified: - Large minimal-styled textarea with transparent background, no border - Correct placeholder: "Write a description, a project brief, or collect ideas..." - .project-description-input class applied - 200px min-height (verified via getComputedStyle) - Positioned below property buttons with divider separator - Auto-resize on input works (expanded from 200px to 323px with content) - Responsive behavior verified at 768px viewport Fix verified working as intended.
agent · 2025-12-17
## Implementation Complete Added large minimal-styled description textarea to the project form, matching Linear's design. ### Changes Made **server/templates/base.html** (lines 1632-1656): - Added `.project-description-input` CSS class with minimal styling: - Transparent background, no border - min-height: 200px - Font size 14px, line-height 1.6 - Auto-focus color change on focus - Added `.project-description-divider` class for subtle top border separator **server/templates/modals/project_form.html** (lines 121-123, 220-230): - Replaced old labeled description field with minimal textarea - Positioned below property buttons row with divider - Placeholder: "Write a description, a project brief, or collect ideas..." - Added JavaScript for auto-resize on input (min 200px) ### Verification - All tests pass (126 tests in test_issue.py and test_project.py) - Deployed to trckr.roboalch.com - Verified via browser screenshot - form displays correctly with large description area