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

Front-End challenge attempt #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 11, 2021

  1. Initial commit

    allanyego committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    18a8cfd View commit details
    Browse the repository at this point in the history
  2. Add pinning action to Single Task component

    Allows users to toggle the pinned state of each task.
    allanyego committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    84d734a View commit details
    Browse the repository at this point in the history
  3. Add completed task count property

    A computed property that tracks the number of completed tasks.
    allanyego committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    708cc7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c39947 View commit details
    Browse the repository at this point in the history
  5. Refactor pinned functionality

    Extract pinned state and toggling functionality to Index Controller.
    allanyego committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    735b77b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95e2126 View commit details
    Browse the repository at this point in the history