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 keyboard navigation to the inserter. #578

Merged
merged 5 commits into from
May 8, 2017

Commits on May 4, 2017

  1. Fixes #515. Add keyboard navigation to the inserter. This introduces

    RxJS as a library, which could be very useful for other
    aspects of this project. Accessibility review would be awesome.
    BE-Webdesign committed May 4, 2017
    Configuration menu
    Copy the full SHA
    624381f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a52f7 View commit details
    Browse the repository at this point in the history
  3. Cleaning up stuff.

    Cleaning up the implementation to be more block centric rather than UI
    centric.  Hopefully this is good enough :).
    BE-Webdesign committed May 4, 2017
    Configuration menu
    Copy the full SHA
    7fd578b View commit details
    Browse the repository at this point in the history
  4. Making revisions.

    Made changes pointed out by Riad.
    BE-Webdesign committed May 4, 2017
    Configuration menu
    Copy the full SHA
    153adb2 View commit details
    Browse the repository at this point in the history
  5. More changes.

    Adding some minor changes.  Maintainability improvements, and cleaning
    up unused code.  Fix an error condition where the list of blocks is
    empty. Fix arrow key behavior in search field so that left and right
    arrow keys can move the cursor properly.
    BE-Webdesign committed May 4, 2017
    Configuration menu
    Copy the full SHA
    1e9551a View commit details
    Browse the repository at this point in the history