mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-02 03:22:40 +02:00
Users complained that the route popup under group-chat messages and the top-of-page notification toasts auto-close before they can read them, and some users wanted to move the toasts out of the top-left corner. Adds to Settings modal: - Group Chat tab: route popup auto-close timeout + "don't close" switch (applies to both channel popups and DM route popups) - New Interface tab: toast auto-close timeout, "don't close" switch, and five position options (top-left/top-right/bottom-left/bottom-right/center) Persisted as chat_settings (extended) and a new ui_settings row in the app_settings table, with /api/chat/settings and /api/ui/settings endpoints. Default toast delay bumped from 1.5s to 2s. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>