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

Autosave functionality #472

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from

Commits on Oct 31, 2024

  1. Added autosave

    - Initial version appears to work as required and expected.
    - Added cancel button to clear data
    droberts-ctrlo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    620e061 View commit details
    Browse the repository at this point in the history
  2. Initial JWT generation

    droberts-ctrlo committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b34d159 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Housekeeping

    - Removed stale configs
    - Removed unnecessary libraries from `package.json`
    - Updated ESLint to latest version
    - Updated ESLint config to latest version
    - Run ESLint on all relevant files and fixed where suggested whilst retaining full functionality
    - Removed stale requirements within webpack.config.js
    droberts-ctrlo committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    dc4fc03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    055a810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8917c3c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Added token endpoint

    droberts-ctrlo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    212f739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f239db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf37eac View commit details
    Browse the repository at this point in the history
  4. Merge in v2.5.9

    Also fix conflicts
    droberts-ctrlo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3dd4552 View commit details
    Browse the repository at this point in the history
  5. Changes to components

    - Merge "broke" some components - these have been fixed
    - Made submit buttons clear saved data
    - Removed "Delete" button from autosave modal
    droberts-ctrlo committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    566a3cd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    f66565b View commit details
    Browse the repository at this point in the history
  2. Updated testing config

    droberts-ctrlo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    34f5def View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    e86b398 View commit details
    Browse the repository at this point in the history
  2. Unit tests on set-field-values

    Unit testing complete for set-field-values on fields where feasible
    droberts-ctrlo committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    126e03f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdf3349 View commit details
    Browse the repository at this point in the history