Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor todo buttons: redo, delete, complete #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

lettucegoblin
Copy link
Contributor

Todo Item Style

  • measure class wraps all todo items
  • measure-narrow class now wraps just the text content. (max-width:20em)
  • Each todo item is now width:20em to enforce consistent wrapping when buttons show on hover

Todo Item Features

  • Redo button - reapplies ready state to todo item.
  • Complete Button - Check off an item(previously known as Cancel Task)
  • Delete button - Deletes a task from list

New:
Screencast from 11-22-2023 04:37:04 PM.webm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant