1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 8707c2f7d9
fix: ensure userId context exists when running demo (#4144)
https://linear.app/unleash/issue/2-1168/demo-ensure-userid-context-field-in-setup-steps

This ensures that the `userId` context field exists when we reach
specific demo topics that require it in order to be successfully
completed. This uses the `setup` property on those topics, where we'll
check for the existence of this context field and create it if it's not
found.
2023-07-05 10:49:18 +01:00
..
addons
admin fix: hide users list extra searchable columns (#4142) 2023-07-05 08:39:59 +01:00
application
archive
changeRequest Fix: change request info (#3971) 2023-07-04 09:09:05 +02:00
common feat: responsive strategy icons (#4121) 2023-06-29 18:01:27 +01:00
context
demo fix: ensure userId context exists when running demo (#4144) 2023-07-05 10:49:18 +01:00
environments
events feat: upgrade AdminAlert to PermissionGuard (#4074) 2023-06-23 13:25:35 +01:00
feature feat: responsive strategy icons (#4121) 2023-06-29 18:01:27 +01:00
feedback
layout Fix: change request info (#3971) 2023-07-04 09:09:05 +02:00
loginHistory feat: upgrade AdminAlert to PermissionGuard (#4074) 2023-06-23 13:25:35 +01:00
maintenance
menu feat/admin menu reorganize (#4129) 2023-07-03 12:36:49 +01:00
playground/Playground feat: advanced playground UI tweaks (#4136) 2023-07-04 11:37:50 +02:00
project feat: hovering over feature shows full feature name (#4138) 2023-07-04 15:57:07 +03:00
providers refactor: token permissions, drop admin-like permissions (#4050) 2023-06-22 08:35:54 +01:00
segments chore: remove unused values to stop linter complaining (#4078) 2023-06-23 09:32:09 +00:00
splash
strategies
tags feat: responsive strategy icons (#4121) 2023-06-29 18:01:27 +01:00
user refactor: roles - make better plan assumptions (#4113) 2023-06-28 16:00:14 +01:00
App.tsx
InitialRedirect.tsx