add bookmark collection editor

This commit is contained in:
2026-06-02 08:12:26 +03:00
parent 5676ced836
commit edfa2e232f
9 changed files with 163 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ def get_bookmark_dropdown():
except ValueError:
return 'error', 400
is_thread = concept_kind == 'thread'
collections = BookmarkCollections.findall({'user_id': user.id})
collections = BookmarkCollections.get_for_user(user.id)
in_collection = None
note = ''
for collection in collections: