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 edit funtionality to mgt-todo #2783

Merged
merged 37 commits into from
Dec 1, 2023
Merged

feat: add edit funtionality to mgt-todo #2783

merged 37 commits into from
Dec 1, 2023

Commits on Oct 12, 2023

  1. add edit todo functionality

    Mnickii committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9e9dbfb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    acacb67 View commit details
    Browse the repository at this point in the history
  2. rewrite edit option to apply focus on input element, remove the fluen…

    …t-checkbox wrapper on todo tasks, fix k@keydown function, add Radio svg to fix incomplete checkbox
    Mnickii committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7fff785 View commit details
    Browse the repository at this point in the history
  3. fix input selector

    Mnickii committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9ce9ddc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4be12e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. add edit date funtionality

    Mnickii committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b5b6a33 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    a4bca40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de776a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix date display

    Mnickii committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    34a4efd View commit details
    Browse the repository at this point in the history
  2. fix display title bug

    Mnickii committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    fe02e03 View commit details
    Browse the repository at this point in the history
  3. remove duplicate styling

    Mnickii committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1f20763 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6acf0e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    da53fb3 View commit details
    Browse the repository at this point in the history
  2. fix date update bug

    Mnickii committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0d0299e View commit details
    Browse the repository at this point in the history
  3. fix test

    Mnickii committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b0754f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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

Commits on Nov 7, 2023

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

Commits on Nov 8, 2023

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

Commits on Nov 9, 2023

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

Commits on Nov 14, 2023

  1. Remove eslint suppression

    Co-authored-by: Gavin Barron <gavinbarron@microsoft.com>
    Mnickii and gavinbarron committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6ceff20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d707267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    364f519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c0669 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    a14c7c7 View commit details
    Browse the repository at this point in the history
  2. fix date blur bug

    Mnickii committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d70b21f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix date update bug

    Mnickii committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2000d0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9644d66 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix clear date bug

    Mnickii committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    83cdc64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8160c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. check for task being updated

    Mnickii committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    3c6c5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c823f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    e80f246 View commit details
    Browse the repository at this point in the history
  2. fix date edit error

    Mnickii committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    94f7dbf View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix bug with empty taskData

    Mnickii committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a6654bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead85b2 View commit details
    Browse the repository at this point in the history