Implement newsletter preview copy functionality and UI enhancements

- Add a new preview banner to indicate the live newsletter display.
- Introduce `copyFromPreviewFrame` function to enable copying the newsletter preview directly.
- Update copy status messages for clarity and improved user guidance.
- Revise button labels in the dashboard for better usability.
- Modify CSS for the newsletter preview frame and add styles for the new preview banner.
This commit is contained in:
smueller
2026-07-03 13:48:51 +02:00
parent 9f42cc77cc
commit 3f3223f17c
4 changed files with 70 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{{ title if title else "Wiki Newsletter Admin" }}{% endblock %} · Thomas-Krenn.AG</title>
<link rel="stylesheet" href="/static/css/main.css?v=3">
<link rel="stylesheet" href="/static/css/main.css?v=4">
</head>
<body class="{% block body_class %}{% endblock %}">
<header class="topbar">