This commit is contained in:
pika 2025-04-17 15:36:24 +02:00
parent f5c8e9ee23
commit 3a16f266da
15 changed files with 511 additions and 169 deletions

View file

@ -45,9 +45,9 @@ def signup():
# Create root category for the user
root_category = Category(
name='Library',
icon='mdi-bookshelf',
description='General storage for documents and categories',
name='', # Empty name for the root
icon='mdi-folder-outline',
description='Default container for documents and categories',
user_id=user.id,
is_root=True
)