Remove unused notification methods in ParticleController and adjust size slider minimum value in particle component.

This commit is contained in:
2026-02-07 23:39:41 +01:00
parent 44d4cc1f05
commit 0e4ce21c58
2 changed files with 3 additions and 33 deletions
@@ -28,7 +28,7 @@
</div>
<div class="size-slider">
<mat-slider min="0.1" max="4" step="0.1" class="full-width">
<mat-slider min="0.5" max="4" step="0.1" class="full-width">
<input matSliderThumb [(ngModel)]="selectedSize">
</mat-slider>
<span>Size: {{ selectedSize }}</span>