diff --git a/webapp/__init__.py b/webapp/__init__.py index ef2d6fe..b37149c 100644 --- a/webapp/__init__.py +++ b/webapp/__init__.py @@ -16,6 +16,7 @@ webapp.config["BOT_STATUS"] = { "twitch_is_live": False, "twitch_viewer_count": 0, "twitch_chat_messages": [], # Derniers messages du chat (max 100) + "shoutbox_heartbeats": {}, # {"username": datetime} — présence des modos } login_manager = LoginManager() diff --git a/webapp/templates/shoutbox-popout.html b/webapp/templates/shoutbox-popout.html new file mode 100644 index 0000000..17d2922 --- /dev/null +++ b/webapp/templates/shoutbox-popout.html @@ -0,0 +1,190 @@ + + +
+ + +