v3.5.2
ToDo Swipe Card v3.5.2
New Features ✨
- Transparent & Blur Effects: You can now make the card fully transparent or semi-transparent with blur effects. (closes #20)
New CSS Variables 🎨
--todo-swipe-card-backdrop-filter: Backdrop filter effect for the card (e.g., blur(10px))
--todo-swipe-card-title-backdrop-filter: Separate backdrop filter for the title bar
Bug Fixes 🩹
-
Edit Dialog Updates Now Reflect Immediately: Fixed issue where changes made in the edit popup (name, description, due date) weren't showing in the list until page refresh. (closes #18)
-
Search No Longer Breaks Sort Order: Fixed issue where searching would ignore your configured sort order and place matching items at the top randomly. Items now stay properly sorted while filtering. (closes #18)
-
Larger Description Text Box: The description field in the edit dialog is now a proper multi-line text area, making it easier to write and edit longer descriptions. (closes #17)