From 671ac5238bbff2cd51e307df0df70390a9971f7d Mon Sep 17 00:00:00 2001 From: Alex Neo Date: Tue, 28 Apr 2026 16:30:16 +0300 Subject: [PATCH] fix(ui): Update password requirements display in SetPasswordDialog component --- web/.gitignore | 4 +++- web/src/components/chat/ChatMessage.tsx | 2 +- web/src/components/overlay/SetPasswordDialog.tsx | 7 +------ 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/web/.gitignore b/web/.gitignore index 1cac5597ea..8115bfb6c1 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -22,4 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? -.env \ No newline at end of file +.env +test-results +playwright-report \ No newline at end of file diff --git a/web/src/components/chat/ChatMessage.tsx b/web/src/components/chat/ChatMessage.tsx index 6478b48fc5..9a91d70352 100644 --- a/web/src/components/chat/ChatMessage.tsx +++ b/web/src/components/chat/ChatMessage.tsx @@ -156,7 +156,7 @@ export function MessageBubble({
p:last-child]:inline after:ml-0.5 after:inline-block after:h-4 after:w-2 after:animate-cursor-blink after:rounded-sm after:bg-foreground after:align-middle after:content-['']", + "after:ml-0.5 after:inline-block after:h-4 after:w-2 after:animate-cursor-blink after:rounded-sm after:bg-foreground after:align-middle after:content-[''] [&>p:last-child]:inline", )} >
    {( - [ - "length", - "uppercase", - "digit", - "special", - ] as const + ["length", "uppercase", "digit", "special"] as const ).map((req) => (