Collections: allow to drag and drop to change book position

This commit is contained in:
2026-04-12 01:44:25 +02:00
parent d2fe3bf34f
commit 178c688203
15 changed files with 328 additions and 12 deletions

View File

@@ -10,3 +10,4 @@ RegistrationDisabled = "Registration has been disabled on this instance."
UserAlreadyExists = "An user with this name already exists."
ErrorWhenCreatingUserFromStr = "Error when creating user from string %s"
Unauthorized = "You are not allowed to access this document."
ItemDoesNotBelongToCollection = "Item does not belong to the collection."

View File

@@ -10,3 +10,4 @@ RegistrationDisabled = "La création de nouveaux comptes a été désactivée su
UserAlreadyExists = "Un utilisateur avec le même nom existe déjà."
ErrorWhenCreatingUserFromStr = "Erreur lors de la création de l'utilisateur %s"
Unauthorized = "Vous n'êtes pas autorisé à accéder à cette page."
ItemDoesNotBelongToCollection = "Cet élément n'appartient pas à la liste."