You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update dependencies in package.json and yarn.lock
- Added @types/crypto-js and crypto-js to package.json for enhanced type definitions and cryptographic functionality.
- Updated yarn.lock to reflect the addition of new dependencies and their respective versions.
* feat: add AccountDialog component with user profile display
- Introduced AccountDialog component for displaying user account information.
- Implemented loading and error states for user profile data retrieval.
- Added styles in AccountDialog.scss for layout and visual presentation of the dialog.
- Integrated Gravatar for user avatars based on email.
* feat: enhance MainMenu with user account functionality
- Added AccountDialog component to display user account information.
- Integrated Gravatar for user avatars based on email.
- Implemented account modal toggle in MainMenu for improved user experience.
- Updated user profile handling to include email for avatar generation.
0 commit comments