From e191f182affc2f20862f695a2af603d7d3e6f90d Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Fri, 24 Apr 2026 21:54:53 +0600 Subject: [PATCH] feat(website): show supported/total count per runtime at table bottom --- apps/website/src/app.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/apps/website/src/app.vue b/apps/website/src/app.vue index 6a4db05d..0b1e4a25 100644 --- a/apps/website/src/app.vue +++ b/apps/website/src/app.vue @@ -37,6 +37,16 @@
+
+
+ + {{ computedData.runtimeSupport[runtime] }}/{{ computedData.totalRows }} + +
+