open-webui/src/lib/components/layout
G30 39e3f8fb81
fix(sidebar): lock user menu position when sidebar is resized (#21853)
Use align="start" (left-anchor) instead of align="end" (right-anchor) on
the user menu DropdownMenu.Content, combined with avoidCollisions={false}
to prevent Floating UI from auto-flipping back to end-alignment when the
menu's left edge is near the viewport boundary.

Previously, the right edge of the full-width trigger row tracked the
right edge of the sidebar, so resizing the sidebar wider caused the menu
to drift rightward. With start alignment the menu is anchored to the
left edge of the trigger, which is stable regardless of sidebar width.
2026-02-25 13:13:52 -06:00
..
Navbar chore: format 2026-02-23 01:40:53 -06:00
Overlay refac 2025-09-24 06:52:44 -05:00
Sidebar fix(sidebar): lock user menu position when sidebar is resized (#21853) 2026-02-25 13:13:52 -06:00
ArchivedChatsModal.svelte fix: add null checks to chat iterators in ArchivedChats and FolderPlaceholder (#19898) 2025-12-11 20:34:39 -05:00
ChatsModal.svelte fix(ui): replace static dropdown backgrounds with transparent mapping (#21728) 2026-02-22 14:23:34 -06:00
FilesModal.svelte chore: format 2026-02-11 16:24:11 -06:00
SearchModal.svelte refac: styling 2025-11-30 03:56:12 -05:00
SharedChatsModal.svelte enh: manage shared chats 2026-01-29 18:51:02 +04:00
Sidebar.svelte Merge pull request #21277 from open-webui/acl 2026-02-09 13:34:36 -06:00
UpdateInfoToast.svelte update toast contrast 2025-05-14 09:51:07 +02:00