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

feat/add-task-page #2

Merged
merged 17 commits into from Mar 8, 2024
Merged

feat/add-task-page #2

merged 17 commits into from Mar 8, 2024

Commits on Feb 20, 2024

  1. removed css from globals.css

    Kenan committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8f2d0dd View commit details
    Browse the repository at this point in the history
  2. added background color to body

    Kenan committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e22b741 View commit details
    Browse the repository at this point in the history
  3. added TaskForm component inside task/add page

    Kenan committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    88483ed View commit details
    Browse the repository at this point in the history
  4. added TaskInput component, which will be for task name, added back ic…

    …on, to go back to home page
    Kenan committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9d254fc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    547c72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e288d58 View commit details
    Browse the repository at this point in the history
  3. added input for subtasks

    bonz88 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d0d16b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    b019b53 View commit details
    Browse the repository at this point in the history
  2. added option to list substasks

    bonz88 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5b0a994 View commit details
    Browse the repository at this point in the history
  3. added onBlur on input field

    bonz88 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1d01d38 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    8e2b563 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. installed redux/toolkit and react-redux

    Kenan committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bace3ee View commit details
    Browse the repository at this point in the history
  2. setup redux

    Kenan committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1c03443 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    ceb2afc View commit details
    Browse the repository at this point in the history
  2. added id for every task, added key for every map method in src/app/pa…

    …ge.tsx because it failed to deploy on vercel
    Kenan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5f02e15 View commit details
    Browse the repository at this point in the history
  3. changed key

    Kenan committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    78a9a6c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    e193e79 View commit details
    Browse the repository at this point in the history