You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split into css/html/js files and addressed review comments
Fixed bidirectional edge issue, and added a way to delete edge
Added dag class in UI to detect any cyclic dependency
Fixed error of not resetting dag when edge or launcher gets deleted at the UI
Added grid logic, each launcher will have fixed spot and no one can take anyone else's place. Plus scrolling logic improved
A little formatting of JS files
Added zoom functionality
Fixed size st. launcher should fit and added mechanism to allow increase of grid till 32x32~1024 launchers
Added box, edge, pointer class and refactored code a little; next will add dragController class
Added dragController class, pending CI issue
Made launcher identical to those on project page, should fix tests
Fix the tests by allowing grabbing by title only
Changed launcher-item to launcher-box to isolate ourselves from scss of projects
Changed top/left style to transfrom for smooth transitions
Fixed double click on launcher, added accent to buttons
0 commit comments