feat: enhance avatar handling and update TODO.md

- Added Avatar component with support for custom URLs and Gravatar integration, improving user profile visuals.
- Implemented logic to determine avatar source based on user preferences in profile actions.
- Updated ProfilePage to utilize the new Avatar component for better consistency.
- Marked the integration of Gravatar and custom avatar handling as complete in TODO.md.
This commit is contained in:
Julien Froidefond
2025-10-04 11:35:08 +02:00
parent ad0b723e00
commit ffd3eb998a
11 changed files with 711 additions and 51 deletions

View File

@@ -1,3 +1,4 @@
export { AvatarSection } from './AvatarSection';
export { ButtonsSection } from './ButtonsSection';
export { BadgesSection } from './BadgesSection';
export { CardsSection } from './CardsSection';