feat: add archive/delete/restore sessions with header preview

This commit is contained in:
Javier
2026-02-11 11:51:05 -06:00
parent b97424554c
commit 0df35b015b
5 changed files with 400 additions and 101 deletions

2
app.py
View File

@@ -28,7 +28,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1)
# 1. Define the version
APP_VERSION = '0.18.1'
APP_VERSION = '0.18.2'
# 2. Inject it into all templates automatically
@app.context_processor