Files
TimeTracker/app
Dries Peeters 93a1a4a53b fix(kanban): replace placeholder avatars with actual user profile pictures
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.
2025-10-23 19:33:27 +02:00
..
2025-10-21 20:03:21 +02:00