Skip to content

v1.5.2

Choose a tag to compare

@nutteloost nutteloost released this 17 Oct 20:16

Actions Card v1.5.2

Improvements 🛠️

  • Customizable Hold Progress Indicator: Added CSS variables to fully customize the appearance of the hold action progress ring. You can now adjust the colors, opacities, and stroke width to match your theme or personal preferences. The progress ring respects your theme's primary color by default.

    Available CSS Variables:

    • --actions-card-hold-progress-color: Color of the active progress ring (default: theme's primary color)
    • --actions-card-hold-progress-inactive-color: Color of the background/inactive ring (default: same as progress color)
    • --actions-card-hold-progress-inactive-opacity: Opacity of the background ring (default: 0.2)
    • --actions-card-hold-progress-opacity: Opacity of the active progress ring (default: 1)
    • --actions-card-hold-progress-width: Stroke width of the progress ring in pixels (default: 4)

Bug Fixes 🩹

  • Double-Tap Conflict: Fixed a bug where double-tap actions were not working correctly due to a conflict with swipe gesture detection. Double-tap now works reliably alongside swipe actions.