marcin-wosinek / sticky-notes

Demo of angular material framework
http://marcin-wosinek.github.io/sticky-notes/#/board
MIT License
1 stars 0 forks source link

notes after creation shouldn't land on each other #33

Open grzim opened 9 years ago

marcin-wosinek commented 9 years ago

We can go with the simplest thing - put random values for position, so at least there will be a change to create more then one 1 note in row without hiding previous one. Other option would work pretty hard at finding proper algorithym for finding empty space at the board.

Both implememntation should make some animation at new note - so it will be visible where it appeared.