Skip to content

v.2.1.0

Choose a tag to compare

@nutteloost nutteloost released this 07 Jun 10:48
199bd37

Todo Swipe Card v2.1.0

New Features ✨

  • Todo List Icons: Add beautiful icons to your todo lists! Enable with the show_icons option and customize each list with its own icon through the visual editor or YAML configuration. Icons appear in the bottom-right corner with full styling control with custom CSS variables. (closes #4 )

Improvements 🛠️

  • Visual Editor:
    • Entity configuration sections now include icon selection, making it easier to personalize your todo lists visually.
    • Visual editor content is now better structured and organized.

CSS Variables 🎨

New icon styling variables:

  • --todo-swipe-card-icon-size: Control icon size (default: 48px)
  • --todo-swipe-card-icon-color: Set icon color with opacity support
  • --todo-swipe-card-icon-opacity: Control icon transparency (default: 0.6)
  • --todo-swipe-card-icon-right: Position icon from right edge (default: 16px)
  • --todo-swipe-card-icon-bottom: Position icon from bottom edge (default: 8px)