feat(frontend): add Mods page with table view, delete, and cleanup
This commit is contained in:
@@ -50,3 +50,13 @@ export interface ServerPaths {
|
||||
cfg_dir: string
|
||||
profiles_dir: string
|
||||
}
|
||||
|
||||
export interface ModInfo {
|
||||
id: string
|
||||
name: string
|
||||
source: 'workshop' | 'local'
|
||||
path: string
|
||||
size: number
|
||||
in_use: boolean
|
||||
modlists: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user