Refactor vst-ui-base and test-app: remove inline CSS definitions in Kotlin, migrate styles to external vst-ui-base.css. Add WebResourceHandler for serving CSS. Enhance KeyboardComponent with keyboard event mapping. Increment version to 2.2.4.

This commit is contained in:
2026-02-18 12:49:27 +01:00
parent d5a377e974
commit bc4062b916
13 changed files with 438 additions and 506 deletions

View File

@@ -2,7 +2,7 @@ project.extra.set("devMode", true)
project.extra.set("enabledSourceMaps", true)
group = "nl.astraeus"
version = "2.2.3"
version = "2.2.4"
allprojects {
repositories {