tududi/frontend/components/Project
Chris b1a0a728d2
fix: replace 6-word limit with 150-character limit for project names (#1077)
Replaces the word-based validation with character-based validation
as originally requested in #971. The 6-word limit was causing issues
with small words and separators being counted equally, and didn't
match the original requirement for a character limit.

Changes:
- Backend: Replace wordCount validator with len validator (1-150 chars)
- Frontend: Replace word count validation with character length check
- UI already has line-clamp-3 for display truncation

Fixes #998
2026-04-26 08:43:43 +03:00
..
AutoSuggestNextActionBox.tsx Fix taskmodal issues with saving and closing 2025-08-01 18:06:50 +03:00
BannerEditModal.tsx Fix asset paths (#623) 2025-11-30 17:07:03 +02:00
ProjectBanner.tsx Fix project name overflow and add 6-word validation limit (#972) 2026-03-24 17:36:24 +02:00
ProjectDetails.tsx Fix bug 722 (#737) 2025-12-28 07:51:15 +02:00
ProjectInsightsPanel.tsx Fix bug 733 (#735) 2025-12-27 21:00:52 +02:00
ProjectItem.tsx Fix bug 722 (#737) 2025-12-28 07:51:15 +02:00
ProjectModal.tsx fix: replace 6-word limit with 150-character limit for project names (#1077) 2026-04-26 08:43:43 +03:00
ProjectNotesSection.tsx Tc refactor pt1 (#589) 2025-11-23 21:48:49 +02:00
ProjectShareModal.tsx Fix static base path (#549) 2025-11-16 22:43:06 +02:00
ProjectTasksSection.tsx Fix an issue with task not completing in TaskDetails view (#620) 2025-11-30 14:51:49 +02:00
useProjectMetrics.ts Fix timezone missed rollout (#832) 2026-02-10 22:28:14 +02:00