Added stash creation. Added dialog framework.

This commit is contained in:
2024-03-26 04:14:42 +01:00
parent 9de289a0fb
commit 68b9658ba6
9 changed files with 377 additions and 82 deletions

View File

@@ -65,6 +65,8 @@ module.exports = {
usernamePattern: /^[a-zA-Z0-9_-]+$/,
},
stashes: {
nameLength: [2, 24],
namePattern: /^[a-zA-Z0-9_-]+$/,
viewRefreshCooldown: 60, // minutes
},
media: {