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
+1 -1
View File
@@ -3588,7 +3588,7 @@ def notes_hub():
@app.route('/unsorted')
def unsorted_page():
"""Review page for filing new courses out of the Unsorted folder - see /api/unsorted/scan for the actual proposals."""
return render_template('unsorted.html', active_tab=None)
return render_template('unsorted.html', active_tab='files')
@app.route('/library/search-transcripts')