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 forward and background arrows to canvas to undo/redo #419

Merged
merged 9 commits into from
May 30, 2016

Commits on May 23, 2016

  1. Basic undo-redo buttons

    OAGr committed May 23, 2016
    Configuration menu
    Copy the full SHA
    7e2bc65 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    a2a4e4e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into forward-backward-arrows

    * master:
      Addressed comments from PR
      Added background color for copied region
      Replacement should happen on defaulted value, not unsafe ref.
      Using 1/4em unicode spaces so individuals can format names as they like.
      webpack-dev-server should be exactly at 1.14.0
      It shouldn't be possible for a non-hovered metric card to be in the editing state.
      fixed node modules.
    OAGr committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0fdc5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    126914f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Merge branch 'master' into forward-backward-arrows

    * master: (27 commits)
      Added a comment to indicate some dead code.
      Renaming SimpleEditors as part of CR
      Basic changes for code review
      Add additional mac command key
      Stop breakage when empty cell is deleted
      Use NavHelper to ensure that backspace when nothing is selected will not go back in history
      MetricCardViewSection should always have relevant css attributes
      Force render of flowgrid on metric name change
      Cleaned text input css and made metric name not enterable when cannot be
      Catch event on undo
      Ensure that metric names update as is appropriate
      Refactor handleMouseDown and ensure that empty metrics are selected first click
      Fixed hasErrors mistype
      Only push updates of SimpleEditors when they are different than previous states
      Only render guesstimateForm if it is the correct metric
      Fixed a problem affecting dev where immutable invariants made space.organization a non-empty default object.
      Style TextInput correctly
      Removing broken npm deploy rules.
      TextForm editor should insertAtCaret with draftjs
      Fixing the persist edit state for the metric card name.
      ...
    OAGr committed May 26, 2016
    Configuration menu
    Copy the full SHA
    87b7cad View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    60d6d6b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into forward-backward-arrows

    * master:
      Addressed comments form cr
      Pressing escape on name field should deselect
      Pressing enter on empty cell should not create new line
      Auto select metric card name and then value
      Css fixes to allow editing in Safari
      Remove undefined 'event' call in TextInput. Fixes firefox, safari.
      Eliminating unnecessary errors and using Signup for sign up.
      Disalow newlines in text value editor
    OAGr committed May 30, 2016
    Configuration menu
    Copy the full SHA
    12960ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b49fa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf12098 View commit details
    Browse the repository at this point in the history