Commit Graph

11 Commits

Author SHA1 Message Date
684234e168 Refactor CssName and update build configuration.
Revised `CssName` to support optional override names and adjusted usage across multiple components for consistency. Updated build.gradle.kts to increment version and enable source maps in the browser configuration.
2024-12-30 11:14:11 +01:00
618dd52865 v. 1.2.0
Upgrade knob interaction logic and dependency versions.

Reworked knob value adjustment to use precise mouse coordinates via `setValueByMouseCoords`. Improved user interaction by enhancing activation handling and CSS styling. Updated project dependencies, removed unused packages, and set version to 1.2.0 for compatibility and feature stability.
2024-12-23 12:17:18 +01:00
20e06b8fb9 v. 1.1.3
Implement mouse coordinate-based knob value adjustment.

Added `setValueByMouseCoords` to calculate knob values derived from mouse coordinates using angles. Replaced obsolete mouse delta logic with the new approach for better precision and interaction. Upgraded dependencies and project configurations, including the Kotlin version, for enhanced compatibility and stability.
2024-12-22 17:02:32 +01:00
f1264fb539 Set content-type on index.html 2024-12-08 10:17:10 +01:00
40ba59e7bd Move stuff in base 2024-08-09 19:54:36 +02:00
8d529b0a45 Util 2024-06-29 20:01:35 +02:00
7fb93bd08b Fix position & sizes 2024-06-28 17:08:27 +02:00
abfbfe377f Fixes 2024-06-27 20:08:32 +02:00
7a103d078f Fixes 2024-06-27 16:40:42 +02:00
d51c460fe7 Initial commit 2024-06-27 12:29:50 +02:00
6147bfe5db Initial commit 2024-06-20 19:00:07 +02:00