feat(frontend): add Mods page with table view, delete, and cleanup

This commit is contained in:
MrFastwind
2026-07-06 16:10:32 +02:00
parent c06a9a7981
commit cc7cb0bc56
5 changed files with 151 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ const nav = [
{ to: '/settings', label: 'Settings', icon: '🖥' },
{ to: '/configs', label: 'Configs', icon: '⚙' },
{ to: '/modlists', label: 'Modlists', icon: '📦' },
{ to: '/mods', label: 'Mods', icon: '🗂' },
{ to: '/logs', label: 'Logs', icon: '📋' },
]