1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman e824d83f93
feat: link to strategy edit screens from playground strategy results (#4063)
This PR adds links from the strategy evaluation results directly to the
strategy edit screen.

If the code doesn't find any links, nothing changes.

The link text will be the name of the strategy and the title (if it
exists).


![image](https://github.com/Unleash/unleash/assets/17786332/10ddbee2-2b19-46b8-a8be-994233f759ea)
2023-06-22 11:51:38 +00:00
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin refactor: token permissions, drop admin-like permissions (#4050) 2023-06-22 08:35:54 +01:00
application feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
archive fix: fix deleting feature from global archive (#3786) 2023-05-17 16:19:19 +03:00
changeRequest feat: change CR strategy title and name behaviour (#4004) 2023-06-19 13:33:12 +03:00
common feat: link to strategy edit screens from playground strategy results (#4063) 2023-06-22 11:51:38 +00:00
context feat: context/segment usage plausible (#3956) 2023-06-12 12:41:03 +03:00
demo fix: demo to use new query param (#4000) 2023-06-19 11:17:40 +03:00
environments fix: show environment reorder handle (#3990) 2023-06-15 13:39:22 +02:00
events feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
feature feat: plausible for new strategy flow (#4057) 2023-06-22 12:04:36 +03:00
feedback fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
layout feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
loginHistory refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
maintenance feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
menu refactor: misc cleanups (#4022) 2023-06-21 15:08:52 +01:00
playground/Playground feat: execution plan diff table (#4065) 2023-06-22 13:46:29 +02:00
project refactor: misc cleanups (#4022) 2023-06-21 15:08:52 +01:00
providers refactor: token permissions, drop admin-like permissions (#4050) 2023-06-22 08:35:54 +01:00
segments refactor: misc cleanups (#4022) 2023-06-21 15:08:52 +01:00
splash feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
strategies feat: split strategies table into two with new design (#3969) 2023-06-14 09:10:04 +03:00
tags fix: ensure rel=noreferrer on target=_blank (#3755) 2023-05-12 09:51:33 +01:00
user feat: custom root roles (#3975) 2023-06-14 14:40:40 +01:00
App.tsx feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
InitialRedirect.tsx