From 884033fb98677379ec82ab2239ffecb665efb924 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 5 Feb 2026 10:11:55 +0100 Subject: [PATCH 1/2] feat(ui): display all engines in Compatibility section and make common ones pretty This PR makes Compatibility section more generic, making it display any engine that is actually set in packument. On top of that, it makes the list prettier by not displaying raw machine-oriented data but icons and labels for most popular engines. --- app/components/Package/Compatibility.vue | 52 +++++++++++++++++------- 1 file changed, 37 insertions(+), 15 deletions(-) diff --git a/app/components/Package/Compatibility.vue b/app/components/Package/Compatibility.vue index aac4b0b0dd..73ff43a7e6 100644 --- a/app/components/Package/Compatibility.vue +++ b/app/components/Package/Compatibility.vue @@ -1,28 +1,50 @@