]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Improve Mobile UI for dialogs and action dropdowns (#16222)
authorAleksander Grygier <redacted>
Mon, 29 Sep 2025 08:37:20 +0000 (10:37 +0200)
committerGitHub <redacted>
Mon, 29 Sep 2025 08:37:20 +0000 (10:37 +0200)
commit3a2bdcda0b31e51db954551e0cd49424133a84f3
treede41d3a1fcb40ffbbde89da564890a757394fca2
parent66bb7985c3fcefda7a74aae9f8321f70eb1646c4
Improve Mobile UI for dialogs and action dropdowns (#16222)

* fix: Always show conversation item actions

* feat: Improve Alert Dialog and Dialog mobile UI

* feat: Add settings reset to default confirmation

* fix: Close Edit dialog on save

* chore: update webui build output

* webui: implement proper z-index system and scroll management

- Add CSS variable for centralized z-index control
- Fix dropdown positioning with Settings dialog conflicts
- Prevent external scroll interference with proper event handling
- Clean up hardcoded z-index values for maintainable architecture

* webui: ensured the settings dialog enforces dynamic viewport height on mobile while retaining existing desktop sizing overrides

* feat: Use `dvh` instead of computed px height for dialogs max height on mobile

* chore: update webui build output

* feat: Improve Settings fields UI

* chore: update webui build output

* chore: update webui build output

---------

Co-authored-by: Pascal <redacted>
12 files changed:
tools/server/public/index.html.gz
tools/server/webui/src/app.css
tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsDialog.svelte
tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsFields.svelte
tools/server/webui/src/lib/components/app/chat/ChatSettings/ChatSettingsFooter.svelte
tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebarConversationItem.svelte
tools/server/webui/src/lib/components/app/misc/ActionDropdown.svelte
tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-content.svelte
tools/server/webui/src/lib/components/ui/alert-dialog/alert-dialog-footer.svelte
tools/server/webui/src/lib/components/ui/dialog/dialog-content.svelte
tools/server/webui/src/lib/components/ui/select/select-content.svelte