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

Added a dragging feature #229

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

Commits on Sep 24, 2019

  1. Added a dragging feature

    Plain javascript  implementation for dragging by holding the edges of modal or by handle with class ".draggable".
    darkomtc11 committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    478213c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d26f607 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Improved dragging feature

    BUG FIX: Multiple opened dragging modals will now move independently when being dragged.
    darkomtc11 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    af449b0 View commit details
    Browse the repository at this point in the history
  2. Simplifying if statement

    For codeclimate issue fix
    darkomtc11 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    f20dad9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Refactoring dragging methods and unit tests.

    Added 13 unit test methods for next methods:
    setPosition,
    moveDialog,
    startDrag,
    elementDrag,
    stopDrag
    darkomtc11 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ad0f44e View commit details
    Browse the repository at this point in the history
  2. Fixed requested changes

    darkomtc11 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    14aed23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6fe90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2e1990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e3cad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    196f355 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08228af View commit details
    Browse the repository at this point in the history
  8. New line fix

    darkomtc11 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    cd96a2c View commit details
    Browse the repository at this point in the history
  9. Merged

    darkomtc11 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    17094ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80dae44 View commit details
    Browse the repository at this point in the history
  11. Package.json removed

    darkomtc11 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    8e2b6f8 View commit details
    Browse the repository at this point in the history
  12. package-lock.json removed

    darkomtc11 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6102ff7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8449630 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. package-lock.json revert

    from commit f6fe90e
    darkomtc11 committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    31ec9fa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

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

Commits on Dec 22, 2019

  1. Added space where needed

    darkomtc11 committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    3203ab5 View commit details
    Browse the repository at this point in the history
  2. Removed new line

    darkomtc11 committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    2e5cb19 View commit details
    Browse the repository at this point in the history
  3. Removed new line.

    darkomtc11 committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    85e96bf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

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

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    7fee944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1968ffa View commit details
    Browse the repository at this point in the history