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:
@@ -212,7 +212,6 @@ export function ClientRoot({ children }: ClientRootProps) {
|
||||
useSyncState(
|
||||
mx,
|
||||
useCallback((state, prevState, data) => {
|
||||
console.log('[ClientRoot] Sync state changed:', state, 'Error:', data);
|
||||
if (state === 'PREPARED') {
|
||||
setLoading(false);
|
||||
setSyncError(null);
|
||||
|
||||
Reference in New Issue
Block a user