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

42 Commits

Author SHA1 Message Date
sveisvei
ecc230bed7 align higher 2017-01-02 09:29:13 +01:00
sveisvei
539645d4ef add strategies to metric view, add OR text between strategies 2017-01-01 20:44:02 +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
e46f9c3f15 rename and add margin 2016-12-22 10:57:32 +01:00
sveisvei
7719f7ea42 default one row expandable 2016-12-22 10:45:01 +01:00
ivaosthu
a6b872f0ad Tweak icons 2016-12-19 21:48:21 +01:00
ivaosthu
02d4662693 Fix minor bug 2016-12-19 21:23:45 +01:00
sveisvei
49841e4851 remove temp file 2016-12-17 22:24:47 +01:00
sveisvei
8806f77dfe fix typ0 2016-12-17 21:31:20 +01:00
sveisvei
f645e71eeb get build green, inline calc method that wasn't ready for browser 2016-12-17 20:54:48 +01:00
ivaosthu
64ffe53949 bugfix input list 2016-12-17 11:43:40 +01:00
sveisvei
4530f37a14 fix lint 2016-12-14 12:50:23 +01:00
sveisvei
171aaef287 use tabs for metrics and editview 2016-12-13 20:32:16 +01:00
sveisvei
821bf0e19b add fields to strategies 2016-12-13 19:56:52 +01:00
sveisvei
12a7b420ea add progressbar 2016-12-12 13:48:14 +01:00
sveisvei
0958a98669 add number type 2016-12-11 19:51:29 +01:00
sveisvei
609e07d33b add missing key 2016-12-11 19:31:28 +01:00
sveisvei
da968cbc2c trim 2016-12-10 23:23:34 +01:00
sveisvei
e299f88062 simple list input type 2016-12-10 23:16:21 +01:00
sveisvei
217504d574 default percentage and label styling 2016-12-10 22:20:26 +01:00
sveisvei
f04f3e9b29 add simple param type field 2016-12-10 22:08:41 +01:00
sveisvei
0ba7ca0659 link cards to strategies view 2016-12-10 21:18:17 +01:00
ivaosthu
57565185b0 Add slider for strategy-type 'percentage' 2016-12-10 16:04:19 +01:00
sveisvei
f6ca76ff39 realign after moved button 2016-12-10 14:10:27 +01:00
ivaosthu
420bd99d1e add-strategy list should be scrollable 2016-12-10 13:55:31 +01:00
sveisvei
da5d1e6156 improve strategy deleted message and add strategy form 2016-12-10 13:45:49 +01:00
sveisvei
5537910a05 switch up selected strategies 2016-12-10 13:11:05 +01:00
sveisvei
9520458eee fix parameter fields 2016-12-10 12:38:11 +01:00
sveisvei
412d95c7e2 fix titles 2016-12-10 12:35:28 +01:00
sveisvei
21012adc08 minor cleanups, move header to common component 2016-12-10 11:47:25 +01:00
sveisvei
87cd3b03d1 toggle switch input state 2016-12-09 14:44:09 +01:00
sveisvei
fe97342846 improve buttons 2016-12-05 23:08:32 +01:00
ivaosthu
8fc5544ab4 Added view strategy view 2016-12-05 23:00:29 +01:00
sveisvei
63d60c354e fix button action not affecting form 2016-12-04 13:55:43 +01:00
sveisvei
ca40eedb32 fix strategies menu 2016-12-04 13:51:31 +01:00
sveisvei
eeb40113c5 wip 2016-12-04 12:49:01 +01:00
ivaosthu
9fb0db1912 Trim name inputs for feature toggle and strategy.
closes #12
2016-12-03 14:29:33 +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
Ivar
6b3af5565d fix eslint 2016-11-16 00:19:47 +01:00
Ivar
d3d8591b45 fix configure strategy UI 2016-11-15 23:14:30 +01:00
ivaosthu
d21bf84a5b init 2016-11-10 14:27:06 +01:00