mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-04-29 16:59:31 -05:00
93a1a4a53b
Replace the external placeholder avatar service (pravatar.cc) with real user avatars in the kanban board cards. This ensures consistency with the rest of the application and displays actual user profile pictures. Changes: - Use task.assigned_user.get_avatar_url() to fetch real user avatars - Add graceful fallback to user initials when avatar is missing or fails to load - Include error handling with onerror event for broken image links - Apply consistent styling (rounded, bordered, object-cover) matching the navigation bar and profile pages - Maintain tooltip with user display name for accessibility This aligns the kanban board with the avatar display pattern used throughout the application and improves the user experience by showing real profile pictures instead of generic placeholder images.