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

Added a 'Save and Preview' button and made the 'Save' button fire an alert when successful and reload the page so changes are reflected. #701

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

Commits on Oct 20, 2019

  1. Merge pull request #1 from lektor/master

    Update from Lektor Master
    hannylicious committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    33f1ff4 View commit details
    Browse the repository at this point in the history
  2. added a secondary button on edit pages: one to save/refresh, another …

    …to Save and Preview (existing functionality of Save button) per issue #92
    hannylicious committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    20bee04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e21fbb View commit details
    Browse the repository at this point in the history
  4. updated the translations to handele the alert text and set the alert …

    …to window.alert to eliminate error in git hook
    hannylicious committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    9ddc9c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. added a new successDialog that takes a success message and presents t…

    …he dialog. Adjusted the SlideDialog component to refresh the page on close by escape or by clicking close text (this may not be desired - unsure)
    hannylicious committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    fc6dbe0 View commit details
    Browse the repository at this point in the history