From aa8df4fd54e456f7d3d8179b8e9ab55fdb9ab373 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 15 May 2026 02:22:20 +0200 Subject: [PATCH] feat: natural toast messages with anime title --- templates/base.gohtml | 34 +++++++++++++------ templates/components/anime_card.gohtml | 2 +- templates/components/watchlist_actions.gohtml | 11 +++--- templates/watch.gohtml | 9 ++--- 4 files changed, 36 insertions(+), 20 deletions(-) diff --git a/templates/base.gohtml b/templates/base.gohtml index 48ea40b..0751166 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -31,13 +31,15 @@ html[data-theme="dark"] .theme-icon-dark { display: none; } html[data-theme="dark"] .theme-icon-light { display: block; } html[data-theme="light"] .theme-icon-light { display: none; } - html[data-theme="light"] .theme-icon-dark { display: block; } + html[data-theme="light"] .theme-icon-dark { display: block; }