Rebase Staging branch with latest release branch #138

Merged
PxlLoewe merged 25 commits from release into staging 2025-11-08 09:38:57 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit e9c1cf0c94 - Show all commits

View File

@@ -36,7 +36,7 @@ export const EventCard = ({
</div>
<div className="grid grid-cols-6 gap-4">
<div className="col-span-4">
<div className="text-left text-balance">
<div className="text-left text-balance" data-color-mode="dark">
<MDEditor.Markdown
source={event.descriptionShort}
style={{

View File

@@ -154,7 +154,7 @@ const ModalBtn = ({
<h2 className="flex gap-2 text-lg font-bold">
<Info /> Details
</h2>
<div className="text-balance text-left">
<div className="text-balance text-left" data-color-mode="dark">
<MDEditor.Markdown
source={event.description}
style={{

View File

@@ -169,7 +169,7 @@ export const ProfileForm = ({
{...form.register("settingsHideLastname")}
className="checkbox"
/>
Anfangsbuchstaben des Nachnamens verstecken
Immer nur den Vornamen anzeigen ("Max" statt "Max M.")
</label>
<label className="floating-label mt-4 w-full">
<span className="flex items-center gap-2 text-lg">