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

Add image annotation insert/edit to mirador-annotations #50

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

Commits on May 9, 2021

  1. Create image annotation creation dialog

    - This dialog is needed to extend the annotation support to adding image annotation.
    - Expects user to enter url; calculates width and height of image
    - Includes image dialog input validation; checks url, width, height
    MImranAsghar committed May 9, 2021
    Configuration menu
    Copy the full SHA
    ac164d8 View commit details
    Browse the repository at this point in the history
  2. Add 'constrain image proportions' functionality ...

    ... in the image annotation input/edit
    
    - If the constrain proportions checkbox is checked in image annotation input, this functionality will make sure that the image proportions are maintained if either a new width or height is entered
    - These image annotation insert/edit changes attempt to implement image insert/edit workflow similar to Mirador 2
    MImranAsghar committed May 9, 2021
    Configuration menu
    Copy the full SHA
    a160f11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    664e834 View commit details
    Browse the repository at this point in the history
  4. Fix linting errors

    MImranAsghar committed May 9, 2021
    Configuration menu
    Copy the full SHA
    3afafb3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Update tests

    MImranAsghar committed May 12, 2021
    Configuration menu
    Copy the full SHA
    f8f957b View commit details
    Browse the repository at this point in the history
  2. Update tests

    MImranAsghar committed May 12, 2021
    Configuration menu
    Copy the full SHA
    fedaefb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Fix linting errors

    MImranAsghar committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1cf3ea4 View commit details
    Browse the repository at this point in the history