Add category level and turn the reticle into a background watermark
CI / test (push) Successful in 1m12s
CI / build-and-push (push) Successful in 2m53s

This commit is contained in:
2026-08-02 19:15:20 +02:00
parent 20beeeb420
commit 87c8f27e73
14 changed files with 464 additions and 63 deletions
+6
View File
@@ -1,4 +1,5 @@
import * as migration_20260730_102034_initial from './20260730_102034_initial';
import * as migration_20260731_180000_kategorie from './20260731_180000_kategorie';
export const migrations = [
{
@@ -6,4 +7,9 @@ export const migrations = [
down: migration_20260730_102034_initial.down,
name: '20260730_102034_initial'
},
{
up: migration_20260731_180000_kategorie.up,
down: migration_20260731_180000_kategorie.down,
name: '20260731_180000_kategorie'
},
];