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

37 Commits

Author SHA1 Message Date
ivaosthu
c65d335b25 fix: lint errors 2019-05-04 06:26:02 +02:00
ivaosthu
7866a7e844 fix: Clean up the UI with empty states 2019-05-04 06:22:02 +02:00
Ivar Conradi Østhus
51c29ca044 fix: Cleanup logut flow 2019-04-03 20:13:32 +02:00
Benjamin Ludewig
85fb0f9b89 feature: Add support for permission system in unleash frontend
refactored permission-based components
added tests for all permission-based components
2019-01-16 10:39:58 +01:00
Benjamin Ludewig
1eb8fc0464 feature: Add support for permission system in unleash frontend 2018-12-19 17:01:38 +01:00
ivaosthu
f6c9d461b0 fix(strategy-create): Should be able to open the create strategy view 2018-08-16 09:12:21 +02:00
ivaosthu
59bcabe331 fix(router): Upgrade to react-router v. 4.x.
This is rather big change to react-router and
required a lot of rewrites.

Mostly followed this guide:
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/migrating.md
2018-08-07 12:50:28 +02:00
Corinne Krych
1632c0103f fix(signout): make Travis happy 2018-04-16 14:38:40 +02:00
Corinne Krych
507f3c7ec1 fix(signout): make signout works with proxy 2018-04-16 14:27:34 +02:00
Corinne Krych
10fd027eae clean(archive): reuse part of list-container from feature to diplay list of archives 2018-03-14 11:23:13 +01:00
Corinne Krych
477768c81d clean(archive): reuse list-component from feature to diplay list of archives 2018-03-14 11:02:32 +01:00
Corinne Krych
98bf15bdbf feat(archive): reuse Feature 2018-03-03 21:34:38 +01:00
Ivar Conradi Østhus
b97e666e0f chore(lint): Added propTypes to all components 2018-02-04 22:16:04 +01:00
Ivar Conradi Østhus
f540389189 Move metrics poller to seperate class 2018-02-02 21:27:41 +00:00
ivaosthu
da86b62509 Implement support for cutstom authentication. 2018-01-16 15:24:06 +01:00
Simen Bekkhus
8ef9def08c Use 120 as width in prettier (#90) 2017-08-28 21:40:44 +02:00
Simen Bekkhus
b176d63f56 Fix deprecations (#88)
* Fix some optimization bailouts

* Use prop-types package

* Make error comp functional

* Remove unused css transition dep

* Remove unused immutability helper dep

* Align react versions in package.json
2017-08-28 21:30:12 +02:00
Simen Bekkhus
683ae7e6d8 Use prettier (#87)
* Use prettier

* Upgrade to 1.6 beta

* Update lint deps

* Upgrade to full 1.6
2017-08-28 19:15:47 +02:00
Simen Bekkhus
3f8931ff8c Fix faulty proptypes declarations
Go from 188 lint errors to 64
2017-07-10 23:38:44 +02:00
Simen Bekkhus
6e0db0a998 Upgrade eslint 2017-06-29 08:36:10 +02:00
vsandvold
d62175eb5b styling cleanup 2017-03-01 21:54:31 +01:00
vsandvold
8c09160693 makes name default sorting 2017-02-14 12:24:25 +01:00
Vegard Sandvold
5242e2aa0d cleans up the filter and sorting toolbar + fab for new feature toggle… (#61)
* cleans up the filter and sorting toolbar + fab for new feature toggle + makes name default sorting
2017-02-04 19:30:06 +01:00
vsandvold
3415fcb82e improved page layout + horizontal scrolling tables on mobile 2017-01-23 09:13:38 +01:00
sveisvei
5f02274737 use toggle-endpoint, cleanup strategy sort IDs 2017-01-09 11:08:04 +01:00
vsandvold
5cfc5b0861 moved remove feature button from list to view 2017-01-04 00:33:32 +01:00
vsandvold
e6af858b1a make link to feature toggle span full width of list 2017-01-01 21:26:23 +01:00
ivaosthu
d9c1c6cb78 Filter should be case insensitive. Closes #25 2016-12-28 23:36:01 +01:00
sveisvei
b4e600afd9 only output icon if wanted 2016-12-10 15:29:09 +01:00
sveisvei
6216440644 small button adjustsments 2016-12-10 15:26:28 +01:00
sveisvei
1d23ccedb5 add metrics to edit-view 2016-12-05 12:57:21 +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
Ivar
652c4b39f4 pure components 2016-11-26 10:01:48 +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
35ca8b7fa9 fix link 2016-11-15 21:52:46 +01:00
ivaosthu
d21bf84a5b init 2016-11-10 14:27:06 +01:00