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

43 Commits

Author SHA1 Message Date
ivaosthu
eaa20927c0 chore: Fix linting 2019-03-13 09:11:30 +01:00
ivaosthu
2f2581298b fix(eslint): ovveride test rules in root .eslintrc file 2018-08-13 13:13:27 +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
ivaosthu
791aed23b5 fix(ApplicationList): icon can be null and default values will not kick in then. 2018-08-07 12:50:27 +02:00
Corinne Krych
aa3fb71dc3 lint(error): make lint happy 2018-02-16 21:18:20 +01:00
Corinne Krych
f8fb2bbc76 refactor(form): separate add-feature and update-feature components 2018-02-16 09:19:30 +01:00
Corinne Krych
df4dd6a784 fix(locale): make timezone defaulted 2018-02-08 12:57:36 +01:00
Corinne Krych
4f49f8421c fix(util): remove unused function 2018-02-08 11:23:07 +01:00
Corinne Krych
920872512c feat(timezone): Timezone should be configurable 2018-02-07 14:53:10 +01:00
Corinne Krych
dedcced8d4 fix(util): make unti tests pass whatever the timezone is 2018-02-06 14:12:00 +01:00
Ivar Conradi Østhus
b97e666e0f chore(lint): Added propTypes to all components 2018-02-04 22:16:04 +01:00
Ivar Conradi Østhus
03ff3b8a74 fix(jest) Always use UTC as TZ 2018-02-02 12:05:44 +00:00
Ivar Conradi Østhus
6cf9c689db chore(travis) build with node 8 2018-02-02 12:52:31 +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
6e0db0a998 Upgrade eslint 2017-06-29 08:36:10 +02:00
vsandvold
d62175eb5b styling cleanup 2017-03-01 21:54:31 +01:00
Simen Bekkhus
0418603021 Add some tests (#74) 2017-02-23 22:18:23 +01:00
vsandvold
410f40cc03 tweaks markup 2017-02-14 12:46:09 +01:00
vsandvold
9d76e6ab42 minor improvements to application list and view layouts 2017-02-14 12:11:18 +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
92eaed85d1 makes the toggle switch not span the entire width of the page 2017-02-02 23:11:57 +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
Vegard Sandvold
1e5949672a added data table header component with title and actions (#55) 2017-01-26 11:53:07 +01:00
vsandvold
3415fcb82e improved page layout + horizontal scrolling tables on mobile 2017-01-23 09:13:38 +01:00
vsandvold
dfb841cd3c github link into menu + username tooltip + visual tweaks 2017-01-20 12:57:05 +01:00
Simen Bekkhus
912e717526 Ensure the same date format everywhere 2017-01-06 11:41:52 +01:00
vsandvold
5cfc5b0861 moved remove feature button from list to view 2017-01-04 00:33:32 +01:00
sveisvei
ea47883815 change link target 2017-01-01 17:34:06 +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
d06be100d6 Fix: Toggle name length has visual issues 2016-12-17 16:57:27 +01:00
sveisvei
f8e5a179f0 add tabs to client application view 2016-12-13 20:54:53 +01:00
sveisvei
821bf0e19b add fields to strategies 2016-12-13 19:56:52 +01:00
sveisvei
87fe8f5c66 shorten description with ellipse 2016-12-10 15:39:03 +01:00
sveisvei
4b9a60a735 add site url link 2016-12-10 15:10:03 +01:00
sveisvei
f462da5224 fix getIcon 2016-12-10 14:03:54 +01:00
ivaosthu
2c1c9bf8d6 Fixed typo in toggle link 2016-12-10 13:55:31 +01:00
ivaosthu
57bbdedc04 Strategy view: added used in toggles 2016-12-10 13:55:31 +01:00
sveisvei
6e366c1db6 fix switch 2016-12-10 12:21:27 +01:00
sveisvei
21012adc08 minor cleanups, move header to common component 2016-12-10 11:47:25 +01:00
sveisvei
61729c3467 load app list from common 2016-12-09 22:14:40 +01:00