From 0e6b235c1b4c10626aafd742bf6f6e06624a2d44 Mon Sep 17 00:00:00 2001 From: Alois Date: Sat, 27 Jun 2026 00:47:26 +0200 Subject: [PATCH] (feat): minor ui changes (qol): update todo --- apps/web/src/components/modals/basic.tsx | 2 +- apps/web/src/components/sidebar.tsx | 2 -- packages/chat/todo.md | 3 ++- packages/shared/src/data.ts | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/modals/basic.tsx b/apps/web/src/components/modals/basic.tsx index 8a7df3b..2d5a3d8 100644 --- a/apps/web/src/components/modals/basic.tsx +++ b/apps/web/src/components/modals/basic.tsx @@ -19,7 +19,7 @@ export function Basic({ extra?: React.ReactNode; }) { return ( - +
diff --git a/apps/web/src/components/sidebar.tsx b/apps/web/src/components/sidebar.tsx index c9851a3..a1c3c5f 100644 --- a/apps/web/src/components/sidebar.tsx +++ b/apps/web/src/components/sidebar.tsx @@ -12,7 +12,6 @@ import { DropdownMenuContent, DropdownMenuItem, DropdownMenuGroup, - DropdownMenuLabel, Dialog, DialogContent, DialogFooter, @@ -228,7 +227,6 @@ export default function Sidebar() { /> - Profile { setDraftStatus(user.status ?? ""); diff --git a/packages/chat/todo.md b/packages/chat/todo.md index 63466f3..4a260aa 100644 --- a/packages/chat/todo.md +++ b/packages/chat/todo.md @@ -1,2 +1,3 @@ - Implement context menu features -- Add default-emoji-hotkey in settings +- Add default-emoji-hotkey +- Placeholder image if media fails to load diff --git a/packages/shared/src/data.ts b/packages/shared/src/data.ts index 86a4da9..21f69e3 100644 --- a/packages/shared/src/data.ts +++ b/packages/shared/src/data.ts @@ -335,7 +335,7 @@ export const storageDefaults: Storage = { theme_primary_color: "", theme_polarity: "system", theme_tint: "soft", - theme_border_radius: 0.5, + theme_border_radius: 0.55, theme_custom_css: "", chat_trusted_domains: [ // Other platforms