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
ivaosthu
4393aeedd3
feat: Support a few more locales
2019-05-04 05:46:15 +02:00
Ivar Conradi Østhus
106085cb63
chore: remove unleash.beta.variants flag
2019-04-03 20:28:46 +02:00
Ivar Conradi Østhus
51c29ca044
fix: Cleanup logut flow
2019-04-03 20:13:32 +02:00
ivaosthu
eaa20927c0
chore: Fix linting
2019-03-13 09:11:30 +01:00
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
2d8b287848
fix: Use toggle/on/off endoints to ensure correct state
2019-03-07 22:30:45 +01:00
ivaosthu
5723601ba8
fix: failing test
2019-03-06 19:36:53 +01:00
ivaosthu
0775ea402a
feat: Add all official client SDKs to footer
2019-03-06 19:28:34 +01:00
ivaosthu
fba362f66a
fix: Fixed bug in history view preventing toggle-view
2019-03-06 19:15:33 +01:00
ivaosthu
fc955a5b97
feat: Inital beta for variants
2019-02-08 08:59:27 +01:00
Benjamin Ludewig
b2e05a8a6d
feature: Show tooltips and featuretoggle names in event view
2019-01-23 15:40:09 +01:00
Benjamin Ludewig
352a935be4
fixed timezone in test timestamp
2019-01-16 10:51:17 +01: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
ba7ec688eb
feature: Add support for permission system in unleash frontend
...
fix lint
2019-01-02 10:41:43 +01:00
Benjamin Ludewig
7740a9abe9
feature: Add support for permission system in unleash frontend
...
add a test for feature-list-item without permission
2019-01-02 10:33:30 +01:00
Benjamin Ludewig
aad612d3d6
feature: Add support for permission system in unleash frontend
...
refactored PermissionComponent to pure component
fixed feature-list-item-component
2019-01-02 10:21:06 +01:00
Benjamin Ludewig
1eb8fc0464
feature: Add support for permission system in unleash frontend
2018-12-19 17:01:38 +01:00
Dave Dunkin
141faf78ba
fix(locale) Add navigator.userLanguage fallback for IE11.
2018-10-24 09:11:00 -07:00
Dave Dunkin
d471abbbb0
fix(locale): Use navigator.language as default locale.
2018-10-20 11:44:24 -07:00