1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-23 20:07:40 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
sveisvei
20c2456199 fix validation error 2016-12-31 10:20:36 +01:00
sveisvei
bad6c95fa2 have a random somewhat uid per entry for sort to work 2016-12-31 09:55:07 +01:00
sveisvei
7243dce22d add sort strategies via react-dnd 2016-12-30 23:24:46 +01:00
sveisvei
1449e3a8a6 support dot in name, closes #26 2016-12-29 12:27:41 +01:00
sveisvei
53909f9ca0 pick up name from hash query when no input data 2016-12-13 23:22:26 +01:00
sveisvei
986550887b go to new toggle when created 2016-12-13 20:45:56 +01:00
Ivar
1a21e16710 Clear input store when user cancel.
Closes #4
2016-11-16 21:58:30 +01:00
Ivar
993222a749 Fix input-store list bug.
Because we convert items from Immutable Object to js
we can not just look up items in a list property via
the object itself, as it is not the same.

The easy fix is to just use the index of the item in
the list, as we already know it anyway.

closes #5
2016-11-16 21:20:41 +01:00
ivaosthu
d21bf84a5b init 2016-11-10 14:27:06 +01:00