Commit graph

9 commits

Author SHA1 Message Date
Murod Khaydarov
9c961bd0bd
"MoveDown" tune (#283)
* move down initial

Swap current block with next block and scroll window screen

* check if block is last

added new method to the blocks API that returns blocks count

* fix comments

* animate tune

* add animation when tune is disabled

* requested changes

* remove unused css
2018-07-16 18:59:39 +03:00
Murod Khaydarov
640e44b091 Move-up tune (#268)
Co-authored-by: khaydarov <murod.haydarov@gmail.com>

* Move up tune initial
* move up tune initial behaviour
* moving up formula, docs and code cleaned
* do not close the toolbar if moving block up
* move nagivate methods to Caret Module
* navigations returns boolean if caret is set
* code improved
* update comments
* disable tune when block index is zero
* provide API with listener module methods
* caret improvements
* add to docs
* update docs and blocks api methods
* docs changes
* small improvements
* swap instead of moves
* update
* fix swap
* remove unused method
* remove useless return value from setToBlock
* improve caret isAtEnd and isAtStart
* improve swap, fix listeners api@off method
2018-07-14 19:52:03 +03:00
Murod Khaydarov
fa492e500d
actualize API docs 2018-06-28 14:27:03 +03:00
Murod Khaydarov
242b9b5820
deletion trigger improvements 2018-06-24 04:29:48 +03:00
Murod Khaydarov
1b5260e7d2
Delete block with confirmation 2018-06-24 03:07:40 +03:00
Murod Khaydarov
c85f9d0d00
update 2018-06-23 23:51:34 +03:00
Murod Khaydarov
84aa54b9c1
add docs 2018-06-23 23:11:56 +03:00
Murod Khaydarov
ca5beae222
started writing docs 2018-06-23 20:28:59 +03:00
Murod Khaydarov
022023f27e
api is ready 2018-06-23 19:53:21 +03:00