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

Pure JS implementation #457

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

Pure JS implementation #457

wants to merge 8 commits into from

Commits on Jun 25, 2024

  1. First release of Pure JS implementation

    tlallement committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a39bfad View commit details
    Browse the repository at this point in the history
  2. Fix deprecation (missing return type)

    tlallement committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e4839f3 View commit details
    Browse the repository at this point in the history
  3. Fix returning all data when no result found

    tlallement committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1ea8f88 View commit details
    Browse the repository at this point in the history
  4. Add no result info bar

    tlallement committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8429805 View commit details
    Browse the repository at this point in the history
  5. Fix tests for added deletion confirmation message

    tlallement committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    56a539c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Revert "Fix returning all data when no result found"

    This reverts commit 1ea8f88.
    tlallement committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    99452f1 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix deprecation (missing return type)"

    This reverts commit e4839f3.
    tlallement committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    385797f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix issues and simplify code

    tlallement committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    db9a413 View commit details
    Browse the repository at this point in the history