You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Todo Swipe Card v1.6.1
New Features ✨
Added Per-List Item Sorting:
Users can now configure the display order of items within each individual todo list.
New display_orders configuration option and corresponding UI in the visual editor.
Supported sort modes, passed directly to the underlying todo-list card:
Default (no specific sorting by this card, uses underlying todo-list default)
Alphabetical (Ascending/Descending)
Due Date (Ascending/Descending)
Improvements 🛠️
Enhanced Text Readability:
Fixed Text Truncation: Todo list items with long text now correctly wrap to multiple lines instead of being cut off.
Improved Multiline Item Layout: Better vertical alignment of checkboxes and text, especially for items that span multiple lines (e.g., those with due dates), ensuring a cleaner presentation.
Styling for Due Dates: Added specific styling for due date text within list items for better visual distinction.
Bug Fixes 🩹
Fixed Due Date Item Misalignment: Resolved an issue where list items containing a due date were misaligned compared to other items in the list. (closes #2 )