From 3cef4c78b344de0edc17a1bd991233217c210366 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Fri, 24 Oct 2025 09:20:23 +1100 Subject: [PATCH] feat: update comparison matrix for GameVault update --- promo/src/components/comparison.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/promo/src/components/comparison.tsx b/promo/src/components/comparison.tsx index 884f4b68..528673b8 100644 --- a/promo/src/components/comparison.tsx +++ b/promo/src/components/comparison.tsx @@ -123,10 +123,12 @@ const projects: Array<{ 'Archives support': '.zip', }, Metadata: { + "Additional with plugins": false, IGDB: true, GiantBomb: true, PCGamingWiki: true, Manual: true, + Steam: true, }, Clients: { Windows: true, @@ -182,13 +184,15 @@ const projects: Array<{ .join(' '), }, Metadata: { + "Additional with plugins": true, IGDB: true, Manual: true, + VNDB: "Community plugin" }, Clients: { Windows: true, - Linux: 'Possible, unsupported', - macOS: 'Possible, unsupported', + Linux: true, + macOS: true, }, Authentication: { Simple: true, @@ -198,6 +202,7 @@ const projects: Array<{ 'Cloud saves': GameVaultPlus, }, 'Client Features': { + 'Multi-server': true, Theming: GameVaultPlus, 'Multi-profile usage': GameVaultPlus, 'Playnite integration': GameVaultPlus,