From 13f145c3d59997b35eb3754399620f132475af28 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 02:30:02 -0500 Subject: [PATCH] Reduce toast notification delay to 10 seconds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quick and snappy UX - 10s is plenty to read a notification. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontends/web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/web/templates/base.html b/frontends/web/templates/base.html index c760bb5..60894c7 100644 --- a/frontends/web/templates/base.html +++ b/frontends/web/templates/base.html @@ -72,7 +72,7 @@
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} -