Added stash menu with remove and rename.

This commit is contained in:
2024-03-27 00:06:03 +01:00
parent e4638324f7
commit c018f54a12
22 changed files with 620 additions and 623 deletions

View File

@@ -66,7 +66,7 @@ module.exports = {
},
stashes: {
nameLength: [2, 24],
namePattern: /^[a-zA-Z0-9_-]+$/,
namePattern: /^[a-zA-Z0-9!?$&\s_-]+$/,
viewRefreshCooldown: 60, // minutes
},
media: {