fix(showcase): tab stay, Y-center toggle, group postcards by sent/received, hide navbar on public page, remove profiles/xx/showcase

This commit is contained in:
2026-07-06 00:05:15 +08:00
parent c550289527
commit e0ef607a05
4 changed files with 81 additions and 22 deletions

View File

@@ -8,6 +8,7 @@
</head>
<body>
<nav class="navbar">
{% block navbar %}
<a href="/dashboard" class="nav-brand">📮 明信片管理器</a>
<div class="nav-links">
{% if user is defined and user %}
@@ -16,6 +17,7 @@
<a href="/logout" class="nav-logout">退出</a>
{% endif %}
</div>
{% endblock %}
</nav>
<main class="container">
{% block content %}{% endblock %}