v4.3 ui: 3D wooden bookshelf redesign, fix player cover aspect ratio, and smooth subtitle scroll

This commit is contained in:
Ashim Kumar
2026-07-03 18:43:07 +06:00
parent cf93085e22
commit 14d18fbad4
14 changed files with 1174 additions and 193 deletions

2
db.py
View File

@@ -135,6 +135,8 @@ def init_db():
('projects', 'thumbnail_path', 'TEXT'),
('markdown_blocks', 'audio_path', 'TEXT'),
('block_images', 'image_path', 'TEXT'),
# --- v4.4: thumbnail auto-generated flag (1=auto, 0=user-uploaded) ---
('projects', 'thumbnail_auto', 'INTEGER DEFAULT 0'),
]
for table, column, definition in migrations: