Commit Graph

12 Commits

Author SHA1 Message Date
70a8b55c47 Add KeyboardComponent 2025-06-05 21:26:07 +02:00
14e097a2cb Update knob component defaults and clean up unused code
Adjusted the default value, minValue, and step for the volume knob to improve precision. Removed unused `KnobBackgroundCls` and cleaned up unnecessary whitespace for better readability and maintainability.
2025-05-15 16:11:31 +02:00
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
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