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

Created edit-booking component and related changes #100

Merged
merged 1 commit into from
Jan 17, 2019

Commits on Jan 17, 2019

  1. Created edit-booking component and related changes

    Created a component edit-booking-modal to handle both exam and other type events.  Supports all editable fields for a booking.  Dynamically updates the calendar in background and then posts changes on submit or reverts on cancel.  Also revamped layout to eliminate the need for the windowResize listener to calculate the viewport size.  All layout-related divs now styled with "position: relative" or "position: fixed" so browser can manage this task automatically.  This was necessary for changes introduced to SchedulingIndicator - component now appears at bottom of screen with footer.
    scottrumsby committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    c057413 View commit details
    Browse the repository at this point in the history