From 5982ddc72066ee1f2cd0deb87499ac9204fc271b Mon Sep 17 00:00:00 2001 From: Fritz Heiden Date: Fri, 31 May 2024 14:58:36 +0200 Subject: [PATCH] feat: add tags and subsets with filters and messages in config page (#37) * feat: use subset.json to determine test tags and message * feat: add filter buttons for specified tags * feat: add default filter selection from subsets.json * feat: add wildcard functionality for test subsets * feat: make subset buttons active when selected --- tools/wave/www/configuration.html | 438 ++++++++++++++++++++++-------- tools/wave/www/lib/ui.js | 30 +- 2 files changed, 347 insertions(+), 121 deletions(-) diff --git a/tools/wave/www/configuration.html b/tools/wave/www/configuration.html index e2e216d269..0e9c1cecba 100644 --- a/tools/wave/www/configuration.html +++ b/tools/wave/www/configuration.html @@ -20,61 +20,6 @@