Move File Management link into the bottom tab bar

Replace the dashboard-only footer link with a "Files" item in the
persistent bottom tab bar (Home/Notes/Help/Settings) on every page, so
it's reachable the same way everywhere instead of only from the
dashboard.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-24 10:37:56 -04:00
co-authored by Claude Sonnet 5
parent 9ff8c70311
commit 9f0f49a399
7 changed files with 21 additions and 23 deletions
+3 -18
View File
@@ -197,21 +197,6 @@
transform: translateY(0);
}
.page-footer-link {
text-align: center;
padding: 24px 0 8px;
}
.page-footer-link a {
color: var(--text-muted);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 0.85em;
}
.page-footer-link a:hover {
color: var(--accent);
}
.bottom-tab-bar {
position: fixed;
left: 0;
@@ -1329,9 +1314,6 @@
{% endif %}
{% endif %}
<div class="page-footer-link">
<a href="/unsorted">{{ icons.icon('folder', 14) }} File Management</a>
</div>
</div>
<nav class="bottom-tab-bar">
@@ -1347,6 +1329,9 @@
<a href="/settings" class="tab-item {% if active_tab == 'settings' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('settings', 20) }}</span><span class="tab-label">Settings</span>
</a>
<a href="/unsorted" class="tab-item {% if active_tab == 'files' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('folder', 20) }}</span><span class="tab-label">Files</span>
</a>
</nav>
<div id="toast-container" class="toast-container"></div>
+3
View File
@@ -239,6 +239,9 @@
<a href="/settings" class="tab-item {% if active_tab == 'settings' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('settings', 20) }}</span><span class="tab-label">Settings</span>
</a>
<a href="/unsorted" class="tab-item {% if active_tab == 'files' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('folder', 20) }}</span><span class="tab-label">Files</span>
</a>
</nav>
<script src="/static/theme.js"></script>
+3
View File
@@ -282,6 +282,9 @@
<a href="/settings" class="tab-item {% if active_tab == 'settings' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('settings', 20) }}</span><span class="tab-label">Settings</span>
</a>
<a href="/unsorted" class="tab-item {% if active_tab == 'files' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('folder', 20) }}</span><span class="tab-label">Files</span>
</a>
</nav>
<script>
+3
View File
@@ -482,6 +482,9 @@
<a href="/settings" class="tab-item {% if active_tab == 'settings' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('settings', 20) }}</span><span class="tab-label">Settings</span>
</a>
<a href="/unsorted" class="tab-item {% if active_tab == 'files' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('folder', 20) }}</span><span class="tab-label">Files</span>
</a>
</nav>
<script src="/static/theme.js"></script>
+3
View File
@@ -562,6 +562,9 @@
<a href="/settings" class="tab-item {% if active_tab == 'settings' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('settings', 20) }}</span><span class="tab-label">Settings</span>
</a>
<a href="/unsorted" class="tab-item {% if active_tab == 'files' %}active{% endif %}">
<span class="tab-icon">{{ icons.icon('folder', 20) }}</span><span class="tab-label">Files</span>
</a>
</nav>
<script src="/static/theme.js"></script>