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
2 changed files with 106 additions and 86 deletions
+1 -1
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) {