Added search/filter in patterns tab

Added pattern as dep to filter memo

Format
This commit is contained in:
John Björk 2025-12-20 17:26:23 +01:00
parent 0a2f2eaa3d
commit 6908ea38e4
No known key found for this signature in database
GPG key ID: 303B6ADF2F569B0A
2 changed files with 106 additions and 86 deletions

View file

@ -1,4 +1,4 @@
const ALLOW_MANY = ['by', 'url', 'genre', 'license'];
const ALLOW_MANY = ['by', 'url', 'genre', 'license', 'tag'];
export function getMetadata(raw_code) {
if (raw_code == null) {