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

Cleaned up common #446

Merged
merged 3 commits into from
Aug 6, 2024
Merged

Cleaned up common #446

merged 3 commits into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. Updated JS testing

    - Added typings for JSTree to `package.json`
    - Moved common mocks into own file
    - Ensured these mocks are used within the system as appropriate
    droberts-ctrlo committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8b84c43 View commit details
    Browse the repository at this point in the history
  2. Created Upload control

    - Abstracted out AJAX uploads to use control where it is felt it is necessary.
    - Removed usages of `fetch`, `XMLHttpRequest`, and `blueimp` where it has been possible and/or sensible
    - Removed blueimp library (reduced bloat)
    droberts-ctrlo committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    28450e1 View commit details
    Browse the repository at this point in the history
  3. Updated common.ts

    Removed unnecessary functions that mirror functionality already available in JQuery, updated tests, and other files that were utilising these functions. Also created an interface and (stub) class for testing Element functions.
    droberts-ctrlo committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    341dde3 View commit details
    Browse the repository at this point in the history