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

Improve bit editing alt #20

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

Commits on Aug 10, 2015

  1. Configuration menu
    Copy the full SHA
    08acf0e View commit details
    Browse the repository at this point in the history
  2. * starting refactoring of bit scss towards BEM format

    * bit:hover- experimenting with more minimal hover state to fit design, with diff color gradients for bit types
    * bit:hover:text- only show resize during hover
    Steven Dale committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    2808707 View commit details
    Browse the repository at this point in the history
  3. * cleaning up bit scss

    * adding noselect on map
    Steven Dale committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    bded86e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80a5017 View commit details
    Browse the repository at this point in the history
  5. bit:hover- resize arrow fix

    Steven Dale committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    578db6b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. * bit:hover- trying lining up edges of color boxes to simplify design…

    … of a crowded canvas
    
    * bit:text:create- min width/height
    Steven Dale committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    10a558f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. * bit:text:drag- allowing drag again by default (instead of edit), ma…

    …keDraggable has no trigger now
    
    * bit:text:drag- excluding resize handle from drag
    * bit:text- hide triangle resize icon by default again
    * bit:text- double click to edit text, autosave on hover exit
    * bit:drag- moving hover scale animations to onPress + onRelease
    * map: dble click to create a bit. Goes directly into editing
    * refactor: separate out text and sketch EditingIds to independent sessions vars
    Steven Dale committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    2a56692 View commit details
    Browse the repository at this point in the history
  2. fixed bit drag scaling;

    Steven Dale committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    63a6a9f View commit details
    Browse the repository at this point in the history
  3. * fix drag, again

    * refactor: $bitElement names
    * bit:edit- via double click fixed
    * bit:edit- via key command- commented for now
    * bug: not allowing bit:edit if already editing
    Steven Dale committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    0112b29 View commit details
    Browse the repository at this point in the history
  4. * bug: bit:edit: fixed logic errors on Session equality

    * bug: bit:edit: fixed bad reference to canvas.id
    * bug: bit:text:edit- Draggable disable needs to be before resizable set. Resizable init was wrong.
    * bit:text:edit- resize handle flush to corner
    Steven Dale committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    ac3e6f4 View commit details
    Browse the repository at this point in the history
  5. bit:text:edit- updating green bars height

    Steven Dale committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    0a75453 View commit details
    Browse the repository at this point in the history
  6. * added better icon set to fit our design

    * bit:text:edit- delete UI button
    * bit:text:edit- save UI button
    Steven Dale committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    78eecc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. * bit:text:edit- splitting UI controls into persistent (shown on hove…

    …r) vs edit (shown once editing)
    
    * bit:text:edit- experimenting with turning off autoscroll, scroll within a scroll doesnt feel right
    * bit:image- adding delete UI icon
    * activity stream: adding header icon, iterating design towards an off canvas menu
    * bit:text:edit- bug:fixed resizing on edits, after first save
    Steven Dale committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    a1746a2 View commit details
    Browse the repository at this point in the history
  2. * trying to make draggable UI buttons not clickable- not working

    * bug: fixed missing param
    * bit:text:edit- cancel button bypassing save correctly
    Steven Dale committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    58ff3f0 View commit details
    Browse the repository at this point in the history
  3. * bit:image--hover: delete button color updated

    * bit--hover: moved icons to centered position: aiming for buttons on edges results in often overshooting mouse
    Steven Dale committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    8272ddf View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. upping min height

    Steven Dale committed Aug 22, 2015
    Configuration menu
    Copy the full SHA
    67812e0 View commit details
    Browse the repository at this point in the history