feat: Add more options for avatar uploads (gravatar, URL)

This commit is contained in:
Jesse Wierzbinski 2024-12-16 17:25:52 +01:00
parent 2352bec77b
commit 8b43f7b2c7
No known key found for this signature in database
9 changed files with 310 additions and 9 deletions

View file

@ -31,4 +31,4 @@ const getInitials = (name: string): string => {
};
const shape = useSetting(SettingIds.AvatarShape);
</script>
</script>