From 660c8b6f6f4645459a66925b8f41e0a1028d2563 Mon Sep 17 00:00:00 2001 From: NKO Date: Thu, 13 Nov 2025 12:01:07 +0100 Subject: [PATCH 01/70] TIMAAT Weiterentwicklung #9 - categories view * Added tab responsible to switch to categories view * Defined basic structure of categories view * Implemented timaat.categories module responsible to manage the new categories view --- src/main/webapp/index.html | 31 +++++++++++++ .../webapp/js/datasets/timaat.categories.js | 44 +++++++++++++++++++ src/main/webapp/js/timaat.init.js | 2 + src/main/webapp/js/ui/timaat.ui.js | 3 ++ 4 files changed, 80 insertions(+) create mode 100644 src/main/webapp/js/datasets/timaat.categories.js diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 89e66d41..efeb60c2 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -263,6 +263,23 @@

+