feat: enhance user profile customization with avatar border color and gradient options
- Added support for setting avatar border color and gradient in user profile settings. - Introduced new hooks for managing user profile styles and fetching metadata from avatars. - Implemented an AngleSelector component for selecting gradient direction. - Updated RoomNavItem to display parent space information for direct messages. - Improved caching mechanism for user banners and profile styles. - Refactored image metadata handling to include new profile style attributes.
This commit is contained in:
@@ -307,7 +307,6 @@ export function TitleBar({ mx, children }: TitleBarProps) {
|
||||
|
||||
// Ignore if it's the currently active room
|
||||
if (room.roomId === roomId) {
|
||||
console.log('[TitleBar] Skipping: active room');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user