1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

209 Commits

Author SHA1 Message Date
vsandvold
92eaed85d1 makes the toggle switch not span the entire width of the page 2017-02-02 23:11:57 +01:00
ivaosthu
435569ed21 more style fix 2017-02-02 10:11:00 +01:00
ivaosthu
04a6d254f7 fix styling issues when adding strategy 2017-02-02 10:03:03 +01:00
Vegard Sandvold
452d22047e adds a card layout and empty state styling to the archived toggles page (#58)
* adds a card layout and empty state styling to the archived toogles page

* changed empty state icon for archive page
2017-01-30 22:15:35 +01:00
Vegard Sandvold
fae7e6e55b changes layout for the feature toggle page (#57) 2017-01-28 17:01:30 +01:00
vsandvold
a427760646 refactor layout into a new form add component 2017-01-26 22:36:45 +01:00
Vegard Sandvold
1e5949672a added data table header component with title and actions (#55) 2017-01-26 11:53:07 +01:00
Ivar
f56118ac0f Should also decode cookie value when reading.
This solves encoding issues and closes #39
2017-01-24 11:45:46 +01:00
Ivar
617d374c06 Should update archive store correctly when reviving.
This closes #54
2017-01-24 11:41:01 +01:00
vsandvold
3415fcb82e improved page layout + horizontal scrolling tables on mobile 2017-01-23 09:13:38 +01:00
vsandvold
7b1bab0fc3 removed Unleash from header title + visual tweaks 2017-01-20 14:09:44 +01:00
vsandvold
dfb841cd3c github link into menu + username tooltip + visual tweaks 2017-01-20 12:57:05 +01:00
vsandvold
6c6954e3e4 summarize strategies for toggles with more than 3 2017-01-10 09:50:56 +01:00
Sveinung Røsaker
0dec34be17 Fix links to clients 2017-01-09 17:42:25 +01:00
sveisvei
314f73448a add array check before iterating 2017-01-09 12:39:32 +01:00
sveisvei
5f02274737 use toggle-endpoint, cleanup strategy sort IDs 2017-01-09 11:08:04 +01:00
sveisvei
c29eb69b14 move toggle to header 2017-01-06 15:21:58 +01:00
sveisvei
4cbb481f7b increase fontsize in smallchip 2017-01-06 13:07:46 +01:00
sveisvei
2d0fb8fe02 re-add small chips in feature-list 2017-01-06 12:53:53 +01:00
Sveinung Røsaker
2c69096af8 Merge pull request #42 from Unleash/reuse-date
Ensure the same date format everywhere
2017-01-06 12:45:10 +01:00
Simen Bekkhus
2a931cb812 Add redux dev tools in development 2017-01-06 11:52:44 +01:00
Simen Bekkhus
912e717526 Ensure the same date format everywhere 2017-01-06 11:41:52 +01:00
Simen Bekkhus
09fae0bfef Render date as DD.MM.YYYY
Fixes #40
2017-01-05 15:17:20 +01:00
Ivar
3a15da5913 Fix encoding issue in username cookie #39 2017-01-04 22:52:23 +01:00
vsandvold
5cfc5b0861 moved remove feature button from list to view 2017-01-04 00:33:32 +01:00
ivaosthu
b93b27993e Fix lint error 2017-01-02 22:33:15 +01:00
sveisvei
cb879b29fe red color on minute circle on metrics view 2017-01-02 20:41:49 +01:00
ivaosthu
1bdb86c7c2 Application tab:metrics => details 2017-01-02 13:33:45 +01:00
sveisvei
2d13d486fe use twoline instead 2017-01-02 11:25:10 +01:00
Sveinung Røsaker
7d72a8416d Merge pull request #35 from Unleash/small-chips
small chips
2017-01-02 10:00:30 +01:00
Sveinung Røsaker
5659567766 Merge pull request #32 from Unleash/strategies-in-metrics-view
Strategies in metrics view
2017-01-02 09:50:57 +01:00
sveisvei
83efee3b8f small chips 2017-01-02 09:42:40 +01:00
sveisvei
ecc230bed7 align higher 2017-01-02 09:29:13 +01:00
sveisvei
6c701989ee left align and color tweaks 2017-01-02 09:26:36 +01:00
vsandvold
e6af858b1a make link to feature toggle span full width of list 2017-01-01 21:26:23 +01:00
sveisvei
bb767c1ca5 add important 2017-01-01 20:47:37 +01:00
sveisvei
539645d4ef add strategies to metric view, add OR text between strategies 2017-01-01 20:44:02 +01:00
sveisvei
ea47883815 change link target 2017-01-01 17:34:06 +01:00
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
4d5c901807 add support for decorators via babel 2016-12-30 23:07:37 +01:00
ivaosthu
98abaa921b only keep scroll-position for back/forward actions 2016-12-29 14:01:03 +01:00
ivaosthu
3e526e655e use pathname as scrollKey 2016-12-29 12:46:37 +01:00
ivaosthu
c5b6f8b808 Keep scroll postion.
closes #27
2016-12-29 12:46:37 +01:00
Sveinung Røsaker
9b96f0490d Merge pull request #28 from Unleash/filter-case-insensitive
Filter should be case insensitive. Closes #25
2016-12-29 12:29:41 +01:00
sveisvei
1449e3a8a6 support dot in name, closes #26 2016-12-29 12:27:41 +01:00
ivaosthu
d9c1c6cb78 Filter should be case insensitive. Closes #25 2016-12-28 23:36:01 +01:00
sveisvei
410ecf7867 typ0 and default to submit form 2016-12-27 13:11:56 +01:00
ivaosthu
1291a664b7 Make API calls relative 2016-12-27 13:00:07 +01:00