Bulletins have a section on dashboard now.

This commit is contained in:
Michael Woods
2025-12-24 20:12:31 -05:00
parent f0f78af056
commit 6b15ad5174
6 changed files with 114 additions and 3 deletions

View File

@@ -6,6 +6,12 @@
<title>{% block title %}PacketServer Dashboard{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', path='/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/css/style.css') }}"> {# optional custom #}
<style>
.bulletin-list { list-style: none; padding: 0; }
.bulletin-list li { margin: 1em 0; padding: 1em; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.meta { color: #666; font-size: 0.9em; display: block; margin-top: 0.3em; }
.preview { margin-top: 0.5em; color: #444; }
</style>
</head>
<body class="bg-light">
<nav class="navbar navbar-dark bg-primary mb-4">