Ivar Conradi Østhus
5cbfcf5f3b
fix: improve on variant ui
2020-05-20 16:32:29 +02:00
Ivar Conradi Østhus
9c009627ba
fix: should not clear all stores on update user profile
2020-05-18 20:53:17 +02:00
Ivar Conradi Østhus
61cd47a0e7
fix: convert variant-view-component to function
2020-05-18 20:18:48 +02:00
Ivar Conradi Østhus
d4e2296fda
fix: tune css a little
2020-05-18 16:05:57 +02:00
Ivar Conradi Østhus
7d94f12c04
fix: reset stores on login/logout ( #212 )
2020-05-14 22:33:36 +02:00
Ivar Conradi Østhus
400e8bdb26
fix: password login should prefer login options
2020-05-14 22:14:17 +02:00
Mathias Åhsberg
01d747e590
Transform username/password login response to json ( #211 )
2020-05-14 19:11:51 +02:00
Ivar Conradi Østhus
63091184d3
feat: add support for username/password login
2020-05-12 22:57:45 +02:00
Ivar Conradi Østhus
e61e786cef
feat: locale select should be dropdown menu
2020-05-12 22:37:59 +02:00
Ivar Conradi Østhus
ae8fd61ea4
feat: support internal routes
2020-05-12 20:41:03 +02:00
Ivar Conradi Østhus
eefc0cf44c
fix: adjust colors of dialog
2020-04-30 08:15:58 +02:00
Ivar Conradi Østhus
2ef640f506
fix: lint
2020-04-18 22:06:49 +02:00
Ivar Conradi Østhus
6e657314c2
fix: rename use of legacy react lifecyle methods
...
replaced with "UNSAFE_*" methods. Needs to be fixed at some point.
2020-04-18 21:50:01 +02:00
Ivar Conradi Østhus
a3c6c8da37
fix: upgrade react-dnd to version 10.0.2"
...
Also drop Decorators
2020-04-18 21:48:38 +02:00
Ivar Conradi Østhus
f28b6bd93a
fix: Logout should not be xhr call
...
details: https://github.com/Unleash/unleash/issues/520
2020-03-29 20:44:48 +02:00
Ivar Conradi Østhus
b9a3d74fbb
fix: lint errors
2020-03-11 19:04:56 +01:00
Ivar Conradi Østhus
af07396d9a
fix: fix sort-order
2020-03-11 18:52:23 +01:00
Ivar Conradi Østhus
b3846225f6
fix: default groupId never set for strategies (only in ui)
2020-03-10 15:09:28 +01:00
Ivar Conradi Østhus
c7b84ba5de
fix: remove unused param
2020-03-05 19:57:44 +01:00
Ivar Conradi Østhus
509b3a6186
fix: clean up history view a bit
2020-02-29 10:30:13 +01:00
Ivar Conradi Østhus
877c24dc40
fix: lint
2020-02-27 23:12:49 +01:00
Ivar Conradi Østhus
73f2cebc7a
fix: Add debounce for toggle-filter to avoid lag
2020-02-27 23:06:21 +01:00
Ivar Conradi Østhus
20a7323916
fix: Footer should be at the bottom.
...
closes #203
2020-02-27 23:02:49 +01:00
Ivar Conradi Østhus
d7f9b892a3
feat: UI for view, create and edit context fields ( #204 )
...
* feat: UI for view, create and edit context fields
* fix: lint
2020-02-27 21:36:07 +01:00
Ivar Conradi Østhus
a4961cc6d3
fix: missing feature toggle should pre-fill name
2020-02-12 22:14:42 +01:00
Ivar Conradi Østhus
00064644e5
fix: Strategy config not maintainted in create toggle
2020-02-12 22:14:42 +01:00
Ivar Conradi Østhus
f6a2508218
fix: failing test
2020-01-10 08:30:50 +01:00
Ivar Conradi Østhus
c3aa3ea88f
fix: Should be possible to clone even if strategy does not have groupId
2020-01-10 08:22:08 +01:00
Ivar Conradi Østhus
19443c651f
Feat: clone feature toggle configuration ( #201 )
...
Create a new feature toggle by cloning the config of an
existing feature toggle.
This feature alos moves away from the input store for the
"create feature toggle form".
2020-01-09 22:51:05 +01:00
Ivar Conradi Østhus
fcf9e699dc
fix: clean up variants view
2020-01-08 08:22:17 +01:00
Ivar Conradi Østhus
88e2227fbe
fix: Clean up linitng
2020-01-06 20:18:39 +01:00
Ivar Conradi Østhus
d297186acb
fix: Cannot remove all variants in Admin UI
...
see https://github.com/Unleash/unleash/issues/544
2020-01-06 20:12:36 +01:00
ivaosthu
9c97d8c313
fix: missing strategy makes the toggle-configure crash
2019-12-16 21:44:27 +01:00
ivaosthu
ecc95f55b5
fix: do not show defaul environment in ui
2019-11-03 13:00:35 +01:00
Ivar Conradi Østhus
dd9c4bd1ab
fix: Update feature toggle description. ( #198 )
...
* fix: Update feature toggle description.
Currently it is always in edit mode which can be a bit confusing.
Usually one do not want to edit a toggle descirption and if one
do it should be OK to enter edit mode.
Now it alos stores changes in local state on the component so any
updates from the server should not affect the local value currently
beeing edited by the user.
fixes #168
* fix: Don't show strategy description during configure
2019-10-27 19:40:41 +01:00
Ivar Conradi Østhus
b8eda9599a
fix: Update feature toggle description. ( #196 )
...
Currently it is always in edit mode which can be a bit confusing.
Usually one do not want to edit a toggle descirption and if one
do it should be OK to enter edit mode.
Now it alos stores changes in local state on the component so any
updates from the server should not affect the local value currently
beeing edited by the user.
fixes #168
2019-10-26 22:55:52 +02:00
ivaosthu
24c616ec38
feat: Filter on all values in toogle data
2019-10-26 22:48:21 +02:00
Ivar Conradi Østhus
d837f525bd
feat: Add option for custom ui links ( #195 )
2019-10-26 22:05:38 +02:00
Valentin Jonovs
8b36bc1c0e
fix: Ensure chips are wrapped ( #194 )
2019-10-26 20:58:45 +02:00
ivaosthu
9a30b99705
fix: auto-fill groupId paramters
...
When configuring a gradual-rollout strategy the user has to define
the groupId paramter. Usually you just want to set it to the toggle
name. This change initalize the value to the toggleName.
2019-10-24 16:19:21 +02:00
Ivar Conradi Østhus
8ad6f3dc35
feat: Add support for flexible rollout strategy. ( #193 )
...
UI part of https://github.com/Unleash/unleash/issues/516
2019-10-24 16:19:07 +02:00
ivaosthu
1fb45944a5
fix: skip locale test for now
2019-10-09 20:29:46 +02:00
Luan Raithz Machado
c25c0a76a8
fix: babel-preset-env ( #190 )
...
* changed do @babel/preset-env
* runned lint fix
* added beforeEach in ui-config-store-test
2019-10-09 19:58:49 +02:00
Valentin Jonovs
0989f8e681
fix: Prevent text highlighting overlap between chips ( #188 )
2019-10-08 11:58:35 +02:00
Weslei Juan Novaes Pereira
dfca50c523
chore: Added official sdk in the footer ( #189 )
...
* Added official sdk in the footer
* Updated footer snapshot
2019-10-03 19:21:26 +02:00
ivaosthu
e88b1893d0
fix: Add new locales: cz, de
2019-07-29 10:38:03 +02:00
ivaosthu
103c3d941f
feat: boolean strategy paramters
2019-05-07 20:44:29 +02:00
ivaosthu
f7ccae9e75
Fix: tests
2019-05-04 06:31:26 +02:00
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