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

29 Commits

Author SHA1 Message Date
ivaosthu
c4900262f2 feat: Customisable UI via config
This feature enables overrides of certain UI elements from the API
such as setting a different background color for the header.

This will make it easier to customise the UI in different environemnt.
2019-03-13 08:49:50 +01: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
507f3c7ec1 fix(signout): make signout works with proxy 2018-04-16 14:27:34 +02:00
Corinne Krych
a88f0da822 feat(archive): reuse feature/view-component.jsx to display archive details 2018-03-10 18:09:20 +01:00
Corinne Krych
817ae362af feat(archive): display strategies details for archived features 2018-02-09 00:00:56 +01:00
Ivar Conradi Østhus
f540389189 Move metrics poller to seperate class 2018-02-02 21:27:41 +00:00
Simen Bekkhus
8ef9def08c Use 120 as width in prettier (#90) 2017-08-28 21:40:44 +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
ivaosthu
f3995f5986 Heading Should be Captialized 2017-03-07 14:55:33 +01:00
vsandvold
7b1bab0fc3 removed Unleash from header title + visual tweaks 2017-01-20 14:09:44 +01:00
Simen Bekkhus
2a931cb812 Add redux dev tools in development 2017-01-06 11:52:44 +01:00
ivaosthu
c5b6f8b808 Keep scroll postion.
closes #27
2016-12-29 12:46:37 +01:00
ivaosthu
a256e7c44d Switch to react-modal to avoid buggy polyfill 2016-12-22 15:50:56 +01:00
ivaosthu
c9ea64639e Added dialog-polyfill.
closes #23
2016-12-22 14:09:16 +01:00
ivaosthu
9c568239ec Do not load react-mdl.css from node_modules 2016-12-20 19:15:12 +01:00
ivaosthu
61dd7680a4 Feature Toggle View: reafactored tabs to be url based. 2016-12-19 20:53:49 +01:00
ivaosthu
b42742e992 Make strategy tab part of the url to increase linkability. 2016-12-18 10:27:04 +01:00
sveisvei
4530f37a14 fix lint 2016-12-14 12:50:23 +01:00
ivaosthu
abc8c8cfd6 Remove client-strategies 2016-12-09 17:50:48 +01:00
sveisvei
c43269e9fc add links and fix path 2016-12-05 18:25:58 +01:00
sveisvei
dfbdcc093a generate header based on routes 2016-12-05 17:04:00 +01:00
ivaosthu
ef969ffff4 Link to strategy from applications page 2016-12-05 16:01:09 +01:00
sveisvei
a1006e14f0 add application view 2016-12-05 15:15:01 +01:00
sveisvei
597ed58fe1 add pageTitle 2016-12-04 15:23:22 +01:00
ivaosthu
49ba034cfc WIP client applications 2016-12-03 15:54:15 +01:00
ivaosthu
edf0075282 add history for feature toggles 2016-11-22 22:04:30 +01:00
Ivar
a7c844d716 add fetch polifill 2016-11-16 22:19:38 +01:00
ivaosthu
d21bf84a5b init 2016-11-10 14:27:06 +01:00