Profile Image edit

This commit is contained in:
2024-07-27 21:00:31 +02:00
parent 15ca7e8879
commit 627654e0a7
18 changed files with 368 additions and 38 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -5,10 +5,10 @@
<link rel="icon" type="image/svg+xml" href="/phpCourse/exam/dist/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-CG0WySTu.js"></script>
<script type="module" crossorigin src="/phpCourse/exam/dist/assets/index-B5V9Za9P.js"></script>
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/react-DXd9vB-a.js">
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-v3E5hT34.js">
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-yMrSYl0u.js">
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/mui-CxHUbSMi.js">
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/tanstack-xmxrKlZO.js">
<link rel="modulepreload" crossorigin href="/phpCourse/exam/dist/assets/i18n-DJgSTqOl.js">
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/mui-CKDNpdid.css">
<link rel="stylesheet" crossorigin href="/phpCourse/exam/dist/assets/index-D83Ey19k.css">
+12 -1
View File
@@ -60,5 +60,16 @@
"Recent posts": "Letzte Posts",
"Post comment": "Beitrag posten"
"Comment": "Beitrag",
"Content required": "Beitrag darf nicht leer sein",
"Post comment": "Beitrag posten",
"Edit Post": "Post editieren",
"Edit image": "Profilbild bearbeiten",
"Predefined": "Vorgefertigt",
"Upload image": "Bild hochladen",
"Upload named": "{{name}} gewählt",
"Avatar": "Avatar {{name}}",
"Remove": "Entfernen",
"or": "oder"
}
+12 -1
View File
@@ -61,5 +61,16 @@
"Recent posts": "Last posts",
"Post omment": "Post comment"
"Comment": "Comment",
"Content required": "Content required",
"Post comment": "Post comment",
"Edit post": "Edit post",
"Edit image": "Edit image",
"Predefined": "Predefined",
"Upload image": "Upload image",
"Upload named": "{{name}} chosen",
"Avatar": "Avatar {{name}}",
"Remove": "Remove",
"or": "or"
}
+1 -1
View File
File diff suppressed because one or more lines are too long