fixed and improved profile pictures

This commit is contained in:
2026-01-13 17:32:39 +01:00
parent 68116e7353
commit 9e6f8630fa
17 changed files with 222 additions and 144 deletions

View File

@@ -38,7 +38,7 @@
<script setup lang="ts">
import { ref } from 'vue'
import { updateSettings } from '../api/account'
import { updateLocalUser } from '../authStore'
import { updateLocalUser } from '../store'
import type { User } from '../types'
import { useFluent } from 'fluent-vue';