Merge remote-tracking branch 'duckie/main' into merge-duckie-main-2026-05-06

# Conflicts:
#	index.html
#	public/UITexts.example
#	public/renderer-config.example
#	src/App.tsx
#	src/components/login/LoginView.tsx
#	src/components/room/widgets/avatar-info/infostand/InfoStandWidgetUserView.tsx
#	src/components/toolbar/ToolbarView.tsx
#	src/components/user-profile/UserContainerView.tsx
This commit is contained in:
Lorenzune
2026-05-06 04:23:15 +02:00
57 changed files with 5714 additions and 3013 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
&.type-0 {
// normal
/* normal */
.message {
font-weight: 400;
}
@@ -17,7 +17,7 @@
&.type-1 {
// whisper
/* whisper */
.message {
font-weight: 400;
font-style: italic;
@@ -27,7 +27,7 @@
&.type-2 {
// shout
/* shout */
.message {
font-weight: 700;
}