feat(*): refactor metadata handling; move metadata to backend where possible, refine client views

This commit is contained in:
Cory Dransfeldt 2025-05-25 20:15:45 -07:00
parent 929bc9f9f8
commit 9687509e4a
No known key found for this signature in database
35 changed files with 506 additions and 339 deletions

View file

@ -1,6 +1,7 @@
<?php
require_once "icons.php";
require_once "media.php";
require_once "metadata.php";
require_once "paginator.php";
require_once "routing.php";
require_once "strings.php";